Version

CandleDataPoint Class Members

The following tables list the members exposed by CandleDataPoint.

Public Constructors
 NameDescription
Public ConstructorCandleDataPoint ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCloseThe closing value of this CandleDataPoint.  
Public PropertyDataBoundDetermines whether or not this point was retrieved from an external datasource. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyDateThe date and time of this CandleDataPoint.  
Public PropertyEmptyGets/Set whether or not this DataPoint is to be represented as null or empty. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyHighThe high value of this CandleDataPoint.  
Public PropertyLabelThe label for this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyLowThe low value of this CandleDataPoint.  
Public PropertyOpenThe opening value of this CandleDataPoint.  
Public PropertyPEThe PaintElement used for painting this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyVolumeThe volume value of this CandleDataPoint.  
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this CandleDataPoint object.  
Public MethodToStringReturns a string representation of this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Protected Methods
 NameDescription
Protected MethodOnCloneOverridden. Creates and returns a copy of this DataPointBase object.  
See Also