DxChartRangeBarSeries<T, TArgument, TValue> Properties
Defines a range bar series.
Name | Description |
---|---|
Aggregation |
Obsolete. Specifies the method that calculates summaries for points with the same argument value.
Inherited from Dx |
Argument |
Specifies a data source field that contains arguments for series values.
Inherited from Dx |
Axis |
Specifies an axis for the series.
Inherited from Dx |
Bar |
Groups range bar series and displays overlapping bars. |
Bar |
Specifies the padding between bars in bar groups, as a percentage. |
Bar |
Specifies the width of individual bars in the series in pixels. |
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 |
Corner |
Specifies the corner radius for a range bar series |
Data |
Specifies a data source for the series.
Inherited from Dx |
End |
Specifies a lambda expression that defines how to obtain the end value for each range series point.
Inherited from Dx |
Filter |
Specifies an expression used to filter series values.
Inherited from Dx |
Hover |
Specifies series elements to be highlighted when a user pauses on a series point. |
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 |
Selection |
Specifies the range series’ selection mode. |
Settings |
Accepts series settings when you create a series template.
Inherited from Dx |
Start |
Specifies a lambda expression that defines how to obtain the start value for each range series point.
Inherited from Dx |
Summary |
Specifies the method that calculates summaries for points with the same argument value.
Inherited from Dx |
Value |
Specifies a data source field that contains values for series points.
Inherited from Dx |
Visible |
Specifies the series visibility.
Inherited from Dx |
See Also