Class CartesianSeries
Inheritance
System.Object
CartesianSeries
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Series
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class CartesianSeries : PointTemplateSeries, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IJavaObject, IDisposable, IJavaPeerable
Constructors
CartesianSeries()
Declaration
protected CartesianSeries()
CartesianSeries(IntPtr, JniHandleOwnership)
Declaration
protected CartesianSeries(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
HorizontalAxis
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
VerticalAxis
Methods
ChartAxisChanged(CartesianAxis, CartesianAxis)
Declaration
public virtual void ChartAxisChanged(CartesianAxis oldAxis, CartesianAxis newAxis)
Parameters
CartesianAxis
oldAxis
|
CartesianAxis
newAxis
|