Class ChartAreaInvalidateFlags
Inheritance
System.Object
ChartAreaInvalidateFlags
Namespace: Com.Telerik.Widget.Chart.Engine.ElementTree
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartAreaInvalidateFlags : Object
Constructors
ChartAreaInvalidateFlags()
Declaration
public ChartAreaInvalidateFlags()
ChartAreaInvalidateFlags(IntPtr, JniHandleOwnership)
Declaration
protected ChartAreaInvalidateFlags(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
All
Declaration
public const int All = 63
Field Value
System.Int32
|
InvalidateAll
Declaration
public const int InvalidateAll = 46
Field Value
System.Int32
|
InvalidateAnnotations
Declaration
public const int InvalidateAnnotations = 32
Field Value
System.Int32
|
InvalidateAxes
Declaration
public const int InvalidateAxes = 2
Field Value
System.Int32
|
InvalidateAxesAndGrid
Declaration
public const int InvalidateAxesAndGrid = 10
Field Value
System.Int32
|
InvalidateGrid
Declaration
public const int InvalidateGrid = 8
Field Value
System.Int32
|
InvalidateSeries
Declaration
public const int InvalidateSeries = 4
Field Value
System.Int32
|
None
Declaration
public const int None = 0
Field Value
System.Int32
|
ResetAnnotations
Declaration
public const int ResetAnnotations = 16
Field Value
System.Int32
|
ResetAxes
Declaration
public const int ResetAxes = 1
Field Value
System.Int32
|
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
|