Class IndicatorBase
Inheritance
System.Object
IndicatorBase
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Indicators
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class IndicatorBase : CartesianSeries, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IJavaObject, IDisposable, IJavaPeerable
Constructors
IndicatorBase()
Declaration
public IndicatorBase()
IndicatorBase(IntPtr, JniHandleOwnership)
Declaration
protected IndicatorBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
FinancialIndicatorZIndex
Declaration
public const int FinancialIndicatorZIndex = 500
Field Value
System.Int32
|
Properties
CategoryBinding
Declaration
public virtual DataPointBinding CategoryBinding { get; set; }
Property Value
DataPointBinding
|
DataPoints
Declaration
public virtual DataPointCollection DataPoints { get; }
Property Value
DataPointCollection
|
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
Methods
CreateDataSourceInstance()
Declaration
protected override ChartSeriesDataSource CreateDataSourceInstance()
Returns
ChartSeriesDataSource
|
Overrides
CreateIndicatorModel()
Declaration
protected virtual CategoricalSeriesModel CreateIndicatorModel()
Returns
CategoricalSeriesModel
|
CreateLabelRenderer()
Declaration
protected override BaseLabelRenderer CreateLabelRenderer()
Returns
BaseLabelRenderer
|