[]
IChartSeries interface.
public interface IChartSeries : IStyleProvider
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. |
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. |