DxChartXYSeries<T, TArgument, TValue, TAggregate> Properties
Implements the base API for series on a Cartesian plane.
Name | Description |
---|---|
Aggregation |
Obsolete. Specifies the method that calculates summaries for points with the same argument value. |
Argument |
Specifies a data source field that contains arguments for series values. |
Axis |
Specifies an axis for the series.
Inherited from Dx |
Break |
Specifies whether the series should break on points with null values.
Inherited from Dx |
Child |
Inherited from Dx |
Color |
Specifies the series color.
Inherited from Dx |
Data | Specifies a data source for the series. |
Filter | Specifies an expression used to filter series values. |
Max |
Specifies the maximum number of point labels that the Dx |
Name |
Specifies the name for the series.
Inherited from Dx |
Pane |
Specifies a pane where the series is displayed.
Inherited from Dx |
Settings | Accepts series settings when you create a series template. |
Summary |
Specifies the method that calculates summaries for points with the same argument value. |
Value |
Specifies a data source field that contains values for series points. |
Visible |
Specifies the series visibility.
Inherited from Dx |
See Also