[]
        
(Showing Draft Content)

C1.Android.Chart.IChart

IChart Interface

IChart interface.

Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public interface IChart : IChartBase, IStyleProvider, IPalette, IBrushConverter

Properties

Name Description
AxisX

Gets the main x-axis.

AxisY

Gets the main y-axis.

ChartType

Gets the chart type.

DataLabel

Gets the chart data label.

SelectedSeries

Gets the selected series.

Series

Gets the series list.

Stacking

Gets the chart stacking.

Methods

Name Description
CreateSeries()

Creates an instance of series.

GetAxes()

Gets the chart axes.

GetOption(string)

Gets the chart option.

GetPlotMargin()

Gets the plot margin.

GetPlotRect()

Gets the plot rectangle.

GetXItems()

Gets the list of x-axis items.

IsRotated()

Gets a value indicating whether the chart is rotated.

OnRenderingData(IRenderEngine)

Invoked before chart data starts rendering.