Class ChartSeries
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class ChartSeries : ChartElementPresenter, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, IJavaObject, IDisposable, IJavaPeerable
Constructors
ChartSeries()
Declaration
protected ChartSeries()
ChartSeries(IntPtr, JniHandleOwnership)
Declaration
protected ChartSeries(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
SeriesZIndex
Declaration
public const int SeriesZIndex = 1000
Field Value
System.Int32
|
Properties
ClipToPlotArea
Declaration
public virtual bool ClipToPlotArea { get; set; }
Property Value
System.Boolean
|
Data
Declaration
public virtual IIterable Data { get; set; }
Property Value
Java.Lang.IIterable
|
DefaultZIndex
Declaration
protected override int DefaultZIndex { get; }
Property Value
System.Int32
|
Overrides
Element
IsSelected
Declaration
public virtual bool IsSelected { get; set; }
Property Value
System.Boolean
|
IsVisibleInLegend
Declaration
public virtual bool IsVisibleInLegend { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LabelFillColor
Declaration
public virtual int LabelFillColor { get; set; }
Property Value
System.Int32
|
LabelFont
Declaration
public virtual Typeface LabelFont { get; set; }
Property Value
Android.Graphics.Typeface
|
LabelFontStyle
Declaration
public virtual int LabelFontStyle { get; set; }
Property Value
System.Int32
|
LabelFormat
Declaration
public virtual string LabelFormat { get; set; }
Property Value
System.String
|
LabelMargin
Declaration
public virtual float LabelMargin { get; set; }
Property Value
System.Single
|
LabelRenderer
Declaration
public virtual BaseLabelRenderer LabelRenderer { get; set; }
Property Value
BaseLabelRenderer
|
LabelSize
Declaration
public virtual float LabelSize { get; set; }
Property Value
System.Single
|
LabelStrokeColor
Declaration
public virtual int LabelStrokeColor { get; set; }
Property Value
System.Int32
|
LabelTextColor
Declaration
public virtual int LabelTextColor { get; set; }
Property Value
System.Int32
|
LabelValueToStringConverter
Declaration
public virtual IFunction LabelValueToStringConverter { get; set; }
Property Value
IFunction
|
PlotAreaSize
SelectionMode
Declaration
public virtual SeriesSelectionMode SelectionMode { get; set; }
Property Value
SeriesSelectionMode
|
ShowLabels
Declaration
public virtual bool ShowLabels { get; set; }
Property Value
System.Boolean
|
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
AddPropertyChangedListener(IPropertyChangedListener)
Declaration
public virtual void AddPropertyChangedListener(IPropertyChangedListener listener)
Parameters
IPropertyChangedListener
listener
|
CreateDataSourceInstance()
Declaration
protected abstract ChartSeriesDataSource CreateDataSourceInstance()
Returns
ChartSeriesDataSource
|
CreateLabelRenderer()
CreateModel()
DataSource()
DrawCore(Canvas)
Declaration
protected virtual void DrawCore(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|
FindClosestPoint(Point)
Declaration
public virtual DataPointInfo FindClosestPoint(Point location)
Parameters
Android.Graphics.Point
location
|
Returns
DataPointInfo
|
FindClosestPoint(Point, Boolean)
Declaration
public virtual DataPointInfo FindClosestPoint(Point location, bool measureInOneDimension)
Parameters
Android.Graphics.Point
location
|
System.Boolean
measureInOneDimension
|
Returns
DataPointInfo
|
GetDistanceToPoint(Point, Point)
Declaration
public virtual double GetDistanceToPoint(Point dataPointLocation, Point tapLocation)
Parameters
Android.Graphics.Point
dataPointLocation
|
Android.Graphics.Point
tapLocation
|
Returns
System.Double
|
HitTest(PointF)
Declaration
public virtual bool HitTest(PointF touchLocation)
Parameters
Android.Graphics.PointF
touchLocation
|
Returns
System.Boolean
|
HitTestDataPoint(PointF)
Declaration
public virtual DataPoint HitTestDataPoint(PointF touchLocation)
Parameters
Android.Graphics.PointF
touchLocation
|
Returns
DataPoint
|
HitTestDataPoint(PointF, DataPoint)
Declaration
protected virtual bool HitTestDataPoint(PointF touchLocation, DataPoint point)
Parameters
Android.Graphics.PointF
touchLocation
|
DataPoint
point
|
Returns
System.Boolean
|
InitDataBinding()
Declaration
protected virtual void InitDataBinding()
Model()
NotifyPropertyChangedListeners(String, Object)
Declaration
protected virtual void NotifyPropertyChangedListeners(string propertyName, Object value)
Parameters
System.String
propertyName
|
Java.Lang.Object
value
|
OnBoundItemPropertyChanged(DataPointBindingEntry, PropertyChangeEvent)
Declaration
public virtual void OnBoundItemPropertyChanged(DataPointBindingEntry entry, PropertyChangeEvent e)
Parameters
DataPointBindingEntry
entry
|
Java.Beans.PropertyChangeEvent
e
|
Implements
OnDataBindingComplete()
Declaration
public virtual void OnDataBindingComplete()
Implements
OnDataPointIsSelectedChanged(DataPoint)
Declaration
public virtual void OnDataPointIsSelectedChanged(DataPoint point)
Parameters
DataPoint
point
|
Implements
OnDataPointSelectionChanged(DataPoint)
Declaration
protected virtual void OnDataPointSelectionChanged(DataPoint point)
Parameters
DataPoint
point
|
OnIsSelectedChanged()
Declaration
protected virtual void OnIsSelectedChanged()
OnIsVisibleInLegendChanged(Boolean)
Declaration
protected virtual void OnIsVisibleInLegendChanged(bool value)
Parameters
System.Boolean
value
|
OnModelAttached()
Declaration
protected virtual void OnModelAttached()
OnPointAdded(Int32, DataPoint)
Declaration
public virtual void OnPointAdded(int index, DataPoint point)
Parameters
System.Int32
index
|
DataPoint
point
|
Implements
OnPointRemoved(Int32, DataPoint)
Declaration
public virtual void OnPointRemoved(int index, DataPoint point)
Parameters
System.Int32
index
|
DataPoint
point
|
Implements
RemovePropertyChangedListener(IPropertyChangedListener)
Declaration
public virtual void RemovePropertyChangedListener(IPropertyChangedListener listener)
Parameters
IPropertyChangedListener
listener
|
SetLabelPadding(Single, Single, Single, Single)
Declaration
public virtual void SetLabelPadding(float left, float top, float right, float bottom)
Parameters
System.Single
left
|
System.Single
top
|
System.Single
right
|
System.Single
bottom
|
Events
PropertyChanged
Declaration
public event EventHandler<PropertyChangedEventArgs> PropertyChanged
Event Type
System.EventHandler<PropertyChangedEventArgs>
|