DxChartCandlestickSeries<T, TArgument, TValue> Properties
Defines a candlestick 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 |
Break |
Specifies whether the series should break on points with null values.
Inherited from Dx |
Child |
Inherited from Dx |
Close |
Specifies a lambda expression that defines how to obtain the Close value for each financial series point.
Inherited from Dx |
Color |
Specifies the series color.
Inherited from Dx |
Data |
Specifies a data source for the series.
Inherited from Dx |
Filter |
Specifies an expression used to filter series values.
Inherited from Dx |
High |
Specifies a lambda expression that defines how to obtain the High value for each financial series point.
Inherited from Dx |
Hover |
Specifies series elements to be highlighted when a user hovers over a series point.
Inherited from Dx |
Inner |
Specifies the body fill color if the closing price is higher than the opening price. |
Low |
Specifies a lambda expression that defines how to obtain the Low value for each financial series point.
Inherited from Dx |
Max |
Specifies the maximum number of point labels that the Dx |
Name |
Specifies the name for the series.
Inherited from Dx |
Open |
Specifies a lambda expression that defines how to obtain the Open value for each financial series point.
Inherited from Dx |
Pane |
Specifies a pane where the series is displayed.
Inherited from Dx |
Selection |
Specifies the financial series’ selection mode.
Inherited from Dx |
Settings |
Accepts series settings when you create a series template.
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 |
Width |
Specifies the financial series (Dx |
See Also