Skip to main content

FinancialSeries2D Attached Properties

Represents the base class for Candle Stick and Stock series.
Name Description
CloseValue static Gets or sets the "Close" value for series points of Candle Stick and Stock series. This is an attached property.
HighValue static Gets or sets the "High" value for series points of Candle Stick and Stock series. This is an attached property.
LowValue static Gets or sets the "Low" value for series points of Candle Stick and Stock series. This is an attached property.
OpenValue static Gets or sets the "Open" value for series points of Candle Stick and 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