Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FinancialSeries2D Attached Properties

Represents the base class for 2D Candle Stick and 2D Stock series.
Name Description
CloseValue static Gets or sets the “Close” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property.
HighValue static Gets or sets the “High” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property.
LowValue static Gets or sets the “Low” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property.
OpenValue static Gets or sets the “Open” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property.
ValueToDisplay static Gets or sets which value to display in the series point’s label for the Stock and Candle Stick series.
See Also