FinancialSeries2D Attached Properties
Represents the base class for 2D Candle Stick and 2D Stock series.
Name | Description |
---|---|
Close |
Gets or sets the “Close” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property. |
High |
Gets or sets the “High” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property. |
Low |
Gets or sets the “Low” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property. |
Open |
Gets or sets the “Open” value for series points of 2D Candle Stick and 2D Stock series. This is an attached property. |
Value |
Gets or sets which value to display in the series point’s label for the Stock and Candle Stick series. |
See Also