[]
IChart interface.
public interface IChart : IChartBase, IStyleProvider, IPalette, IBrushConverter
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. |
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. |