Class ChartLayoutContext
Inheritance
System.Object
ChartLayoutContext
Namespace: Com.Telerik.Widget.Chart.Visualization.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartLayoutContext : Object
Constructors
ChartLayoutContext()
Declaration
public ChartLayoutContext()
ChartLayoutContext(RadSize, RadSize, RadPoint, RadRect)
Declaration
public ChartLayoutContext(RadSize availableSize, RadSize scale, RadPoint pan, RadRect clip)
Parameters
RadSize
availableSize
|
RadSize
scale
|
RadPoint
pan
|
RadRect
clip
|
ChartLayoutContext(IntPtr, JniHandleOwnership)
Declaration
protected ChartLayoutContext(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
AvailableSize
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|