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