[]
        
(Showing Draft Content)

C1.Android.Chart.IChartSeries

IChartSeries Interface

IChartSeries interface.

Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public interface IChartSeries : IStyleProvider

Properties

Name Description
AxisX

Gets or sets the series x-axis.

AxisY

Gets or sets the series y-axis.

Binding

Gets or sets the binding.

BindingX

Gets or sets the x-binding.

Chart

Gets or sets the chart.

ChartType

Gets or sets the chart type.

DataSource

Gets or sets data source.

HasCustomSymbol

Whether the series has custom symbol loading.

HasCustomSymbolRendering

Whether the series has custom symbol rendering.

Name

Gets or sets the series name.

SymbolMarker

Gets the series symbol marker.

SymbolSize

Gets the series symbol size.

Visibility

Gets or sets the series visibility.

Methods

Name Description
GetDataType(int)

Gets the data type.

GetItem(int)

Gets the data item by index.

GetValues(int)

Gets the data values.

OnSymbolLoading(SymbolEventArgs)

Ons the symbol loading.

OnSymbolRendered(SymbolEventArgs)

Ons the symbol rendered.

OnSymbolRendering(SymbolEventArgs)

Ons the symbol rendering.

OnSymbolUnloaded(SymbolEventArgs)

Ons the symbol loaded.