[]
Represents the chart properties and methods.
public class Chart : ChartBase, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter
| Name | Description |
|---|---|
| Chart() | Initializes a new instance of the Chart class. |
| Name | Description |
|---|---|
| AxisX | Gets an X axis object in the RenderFlexChart. |
| AxisY | Gets an Y axis object in the RenderFlexChart. |
| ChartType | Gets or sets the chart type. |
| DataLabel | Gets the DataLabel. |
| Options | Gets the C1.WPF.Document.FlexChart.ChartOptions. |
| PlotMargin | Gets or sets the plot margin. |
| Rotated | Gets or sets whether the bar chart is rotated. |
| Series | Gets the SeriesCollection. |
| Stacking | Gets or sets Stacking that specifies whether and how to stack the chart's data values. |
| XItems | Gets or sets the list of X-axis items. |