The following tables list the members exposed by Series.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Categories | Gets or sets the list of string categories (X axis) for this Series. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Color | Gets or sets the Color for this Series. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DataPoints | Gets the list of data points in the designated series. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Values | Gets or sets the list of numeric values (Y axis) for this Series. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Width | Gets or sets the size of a series. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Bind | Overloaded. Binds the data for this Series. |
Top
See Also