Version

BoxSetSeriesDataAppearance Class Members

The following tables list the members exposed by BoxSetSeriesDataAppearance.

Public Constructors
 NameDescription
Public ConstructorBoxSetSeriesDataAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyDataSourceThe data source for this SeriesDataAppearance. (Inherited from Infragistics.UltraChart.Data.Series.SeriesDataAppearance)
Public PropertyLabelColumnThe name of the column in the data source containing Labels. (Inherited from Infragistics.UltraChart.Data.Series.SeriesDataAppearance)
Public PropertyMaxColumnThe name of the column in the datasource containing Max values for the BoxSets.  
Public PropertyMinColumnThe name of the column in the datasource containing Min values for the BoxSets.  
Public PropertyQ1ColumnThe name of the column in the datasource containing Q1 values for the BoxSets.  
Public PropertyQ2ColumnThe name of the column in the datasource containing Q2 values for the BoxSets.  
Public PropertyQ3ColumnThe name of the column in the datasource containing Q3 values for the BoxSets.  
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