Class CartesianChartGridModel
Inheritance
System.Object
CartesianChartGridModel
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Decorations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CartesianChartGridModel : ChartGridModel
Constructors
CartesianChartGridModel()
Declaration
public CartesianChartGridModel()
CartesianChartGridModel(IntPtr, JniHandleOwnership)
Declaration
protected CartesianChartGridModel(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
|
Overrides
PrimaryAxis
SecondaryAxis
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
XLines
Declaration
public IList XLines { get; set; }
Property Value
System.Collections.IList
|
XStripes
Declaration
public IList XStripes { get; set; }
Property Value
System.Collections.IList
|
YLines
Declaration
public IList YLines { get; set; }
Property Value
System.Collections.IList
|
YStripes
Declaration
public IList YStripes { get; set; }
Property Value
System.Collections.IList
|