The following tables list the members exposed by CandleDataPoint.
Name | Description | |
---|---|---|
CandleDataPoint Constructor | Overloaded. |
Name | Description | |
---|---|---|
Close | The closing value of this CandleDataPoint. | |
DataBound | Determines whether or not this point was retrieved from an external datasource. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase) | |
Date | The date and time of this CandleDataPoint. | |
Empty | Gets/Set whether or not this DataPoint is to be represented as null or empty. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase) | |
High | The high value of this CandleDataPoint. | |
Label | The label for this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase) | |
Low | The low value of this CandleDataPoint. | |
Open | The opening value of this CandleDataPoint. | |
PE | The PaintElement used for painting this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase) | |
Volume | The volume value of this CandleDataPoint. |
Name | Description | |
---|---|---|
Clone | Creates and returns a copy of this CandleDataPoint object. | |
ToString | Returns a string representation of this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase) |
Name | Description | |
---|---|---|
OnClone | Overridden. Creates and returns a copy of this DataPointBase object. |