Class CartesianChartGridContext
Inheritance
System.Object
CartesianChartGridContext
Namespace: Com.Telerik.Widget.Chart.Engine.Decorations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CartesianChartGridContext : Object
Constructors
CartesianChartGridContext(RadRect, IChartView, AxisModel)
Declaration
public CartesianChartGridContext(RadRect availableRect, IChartView view, AxisModel axis)
Parameters
RadRect
availableRect
|
IChartView
view
|
AxisModel
axis
|
CartesianChartGridContext(IntPtr, JniHandleOwnership)
Declaration
protected CartesianChartGridContext(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
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
|
Methods
AvailableRect()
Axis()
MajorTicks()
Declaration
public virtual IIterable MajorTicks()
Returns
Java.Lang.IIterable
|
MajorTicksCount()
Declaration
public virtual int MajorTicksCount()
Returns
System.Int32
|
TickThickness()
Declaration
public virtual float TickThickness()
Returns
System.Single
|