Class ChartSeriesModel
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Series
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class ChartSeriesModel : ChartElement
Constructors
ChartSeriesModel()
Declaration
public ChartSeriesModel()
ChartSeriesModel(IntPtr, JniHandleOwnership)
Declaration
protected ChartSeriesModel(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CombinedPlotStrategy
Declaration
public virtual CombinedSeriesPlotStrategy CombinedPlotStrategy { get; }
Property Value
CombinedSeriesPlotStrategy
|
CombinedRoundLayoutStrategy
Declaration
public virtual CombinedSeriesRoundLayoutStrategy CombinedRoundLayoutStrategy { get; }
Property Value
CombinedSeriesRoundLayoutStrategy
|
DataPointsChangedListener
Declaration
public virtual ChartSeriesModel.IDataPointsChangedListener DataPointsChangedListener { get; set; }
Property Value
ChartSeriesModel.IDataPointsChangedListener
|
DataPointsModifiedMessageKey
Declaration
public static int DataPointsModifiedMessageKey { get; }
Property Value
System.Int32
|
DefaultPlotMode
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
DataPoints()
GetZoomedRect(RadRect)
Declaration
protected virtual RadRect GetZoomedRect(RadRect rect)
Parameters
RadRect
rect
|
Returns
RadRect
|
SelectPlotMode(IIterable)
Declaration
public static AxisPlotMode SelectPlotMode(IIterable series)
Parameters
Java.Lang.IIterable
series
|
Returns
AxisPlotMode
|
UpdateVisibleDataPoints()
Declaration
public abstract void UpdateVisibleDataPoints()
VisibleDataPoints()
Declaration
public abstract IList VisibleDataPoints()
Returns
System.Collections.IList
|
Events
PointAdded
Declaration
public event EventHandler<ChartSeriesModel.PointAddedEventArgs> PointAdded
Event Type
System.EventHandler<ChartSeriesModel.PointAddedEventArgs>
|
PointRemoved
Declaration
public event EventHandler<ChartSeriesModel.PointRemovedEventArgs> PointRemoved
Event Type
System.EventHandler<ChartSeriesModel.PointRemovedEventArgs>
|