Class CartesianChartGrid
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CartesianChartGrid : ChartElementPresenter, IChartElementPresenter, IPaletteChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
CartesianChartGrid()
Declaration
public CartesianChartGrid()
CartesianChartGrid(IntPtr, JniHandleOwnership)
Declaration
protected CartesianChartGrid(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
DefaultZIndex
Declaration
protected override int DefaultZIndex { get; }
Property Value
System.Int32
|
Overrides
Element
Grid
Declaration
public CartesianChartGridModel Grid { get; set; }
Property Value
CartesianChartGridModel
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LineColor
Declaration
public virtual int LineColor { get; set; }
Property Value
System.Int32
|
LineColorPropertyKey
Declaration
public static int LineColorPropertyKey { get; }
Property Value
System.Int32
|
LineThickness
Declaration
public virtual float LineThickness { get; set; }
Property Value
System.Single
|
MajorLinesThicknessPropertyKey
Declaration
public static int MajorLinesThicknessPropertyKey { get; }
Property Value
System.Int32
|
MajorLinesVisibility
Declaration
public virtual int MajorLinesVisibility { get; set; }
Property Value
System.Int32
|
MajorLinesVisibilityPropertyKey
Declaration
public static int MajorLinesVisibilityPropertyKey { get; }
Property Value
System.Int32
|
MajorXLineDashArrayPropertyKey
Declaration
public static int MajorXLineDashArrayPropertyKey { get; }
Property Value
System.Int32
|
MajorXLineRenderModePropertyKey
Declaration
public static int MajorXLineRenderModePropertyKey { get; }
Property Value
System.Int32
|
MajorXLinesRenderMode
Declaration
public virtual int MajorXLinesRenderMode { get; set; }
Property Value
System.Int32
|
MajorYLineDashArrayPropertyKey
Declaration
public static int MajorYLineDashArrayPropertyKey { get; }
Property Value
System.Int32
|
MajorYLineRenderModePropertyKey
Declaration
public static int MajorYLineRenderModePropertyKey { get; }
Property Value
System.Int32
|
MajorYLinesRenderMode
Declaration
public virtual int MajorYLinesRenderMode { get; set; }
Property Value
System.Int32
|
StripLinesVisibility
Declaration
public virtual int StripLinesVisibility { get; set; }
Property Value
System.Int32
|
StripLinesVisibilityPropertyKey
Declaration
public static int StripLinesVisibilityPropertyKey { get; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
VerticalLineColor
Declaration
public virtual int VerticalLineColor { get; set; }
Property Value
System.Int32
|
VerticalLineColorPropertyKey
Declaration
public static int VerticalLineColorPropertyKey { get; }
Property Value
System.Int32
|
VerticalLineThickness
Declaration
public virtual float VerticalLineThickness { get; set; }
Property Value
System.Single
|
XStripeBrushes
Declaration
public virtual ObservableCollection XStripeBrushes { get; }
Property Value
ObservableCollection
|
YStripeBrushes
Declaration
public virtual ObservableCollection YStripeBrushes { get; }
Property Value
ObservableCollection
|
Methods
DefaultPaletteFamily()
Declaration
protected override string DefaultPaletteFamily()
Returns
System.String
|
Overrides
GetMajorXLineDashArray()
Declaration
public virtual float[] GetMajorXLineDashArray()
Returns
System.Single[]
|
GetMajorYLineDashArray()
Declaration
public virtual float[] GetMajorYLineDashArray()
Returns
System.Single[]
|
SetHorizontalAxis(Axis)
SetMajorXLineDashArray(Single[])
Declaration
public virtual void SetMajorXLineDashArray(float[] value)
Parameters
System.Single[]
value
|
SetMajorYLineDashArray(Single[])
Declaration
public virtual void SetMajorYLineDashArray(float[] value)
Parameters
System.Single[]
value
|