The following tables list the members exposed by Series.
Public Constructors
Public Properties
| Name | Description |
| Categories | Gets or sets the list of string categories (X axis) for this Series. |
| Color | Gets or sets the Color for this Series. |
| DataPoints | Gets the list of data points in the designated series. |
| Marker | Gets or sets the markers’ image, style, shape size and outline in the series using the Marker class. This feature only works for line charts since the other chart types don't use markers. |
| Values | Gets or sets the list of numeric values (Y axis) for this Series. |
| Width | Gets or sets the size of a series. |
Top
Public Methods
| Name | Description |
| Bind | Overloaded. Binds the data for this Series. |
Top
See Also