Version

CandleSeriesDataAppearance Class Members

The following tables list the members exposed by CandleSeriesDataAppearance.

Public Constructors
 NameDescription
Public ConstructorCandleSeriesDataAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCloseColumnName of the data column used for importing Close values.  
Public PropertyDataSourceThe data source for this SeriesDataAppearance. (Inherited from Infragistics.UltraChart.Data.Series.SeriesDataAppearance)
Public PropertyDateColumnName of the data column used for importing Dates.  
Public PropertyHighColumnName of the data column used for importing High values.  
Public PropertyLabelColumnThe name of the column in the data source containing Labels. (Inherited from Infragistics.UltraChart.Data.Series.SeriesDataAppearance)
Public PropertyLowColumnName of the data column used for importing Low values.  
Public PropertyOpenColumnName of the data column used for importing Open values.  
Public PropertyVolumeColumnName of the data column used for importing Volume values.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
See Also