Class ChartAreaModelWithAxes
Inheritance
System.Object
ChartAreaModelWithAxes
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.ChartAreas
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class ChartAreaModelWithAxes : ChartAreaModel
Constructors
ChartAreaModelWithAxes()
Declaration
public ChartAreaModelWithAxes()
ChartAreaModelWithAxes(IntPtr, JniHandleOwnership)
Declaration
protected ChartAreaModelWithAxes(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Annotations
Declaration
protected IList Annotations { get; set; }
Property Value
System.Collections.IList
|
FirstAxes
Declaration
protected IList FirstAxes { get; set; }
Property Value
System.Collections.IList
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
PrimaryFirstAxis
PrimarySecondAxis
SecondAxes
Declaration
protected IList SecondAxes { get; set; }
Property Value
System.Collections.IList
|
SeriesCombineStrategies
Declaration
protected Hashtable SeriesCombineStrategies { get; set; }
Property Value
Java.Util.Hashtable
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
AddAnnotation(ChartAnnotationModel)
Declaration
public virtual void AddAnnotation(ChartAnnotationModel annotation)
Parameters
ChartAnnotationModel
annotation
|
ArrangeAxes(RadRect)
Declaration
protected abstract RadRect ArrangeAxes(RadRect p0)
Parameters
RadRect
p0
|
Returns
RadRect
|
AttachAxis(AxisModel)
DetachAxis(AxisModel)
RemoveAnnotation(ChartAnnotationModel)
Declaration
public virtual void RemoveAnnotation(ChartAnnotationModel annotation)
Parameters
ChartAnnotationModel
annotation
|
RemoveAxis(AxisModel)
SetAxis(AxisModel, AxisType)
Declaration
public virtual void SetAxis(AxisModel axis, AxisType type)
Parameters
AxisModel
axis
|
AxisType
type
|