Class CategoricalSeriesRoundLayoutContext
Inheritance
System.Object
CategoricalSeriesRoundLayoutContext
Namespace: Com.Telerik.Widget.Chart.Engine.Series
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CategoricalSeriesRoundLayoutContext : Object
Constructors
CategoricalSeriesRoundLayoutContext(CategoricalSeriesModel)
Declaration
public CategoricalSeriesRoundLayoutContext(CategoricalSeriesModel series)
Parameters
CategoricalSeriesModel
series
|
CategoricalSeriesRoundLayoutContext(IntPtr, JniHandleOwnership)
Declaration
protected CategoricalSeriesRoundLayoutContext(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
PlotArea()
PlotDirection()
PlotLine()
Declaration
public virtual double PlotLine()
Returns
System.Double
|
PlotOrigin()
Declaration
public virtual double PlotOrigin()
Returns
System.Double
|
SnapPointToGridLine(CategoricalDataPointBase)
Declaration
public virtual void SnapPointToGridLine(CategoricalDataPointBase point)
Parameters
CategoricalDataPointBase
point
|
SnapPointToPlotLine(CategoricalDataPointBase)
Declaration
public virtual void SnapPointToPlotLine(CategoricalDataPointBase point)
Parameters
CategoricalDataPointBase
point
|