BootstrapChartCommonSeriesBase Properties
Serves as a base for classes storing settings of chart series.| Name | Description |
|---|---|
| ArgumentField | Gets or sets the name of a data field providing arguments for series points. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Color | Specifies the series color. |
| CssClass | Gets or sets the name of a CSS class applied to the series element. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Label | Provides access to point label settings. |
| MaxLabelCount | Specifies a limit for the number of point labels. |
| Name | Specifies the name that identifies the series. |
| TagField | Specifies which data source field provides auxiliary data for series points. |
See Also