Version

ScatterChartAppearance Class Members

The following tables list the members exposed by ScatterChartAppearance.

Public Constructors
 NameDescription
Public ConstructorScatterChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCharacterSpecifies the individual Character to render for each scatter point.  
Public PropertyCharacterFontSpecifies the Font of the Character to use to render each Scatter point.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextCollection of Chart Text objects that can be displayed onto this Scatter Chart.  
Public PropertyColumnXGets/sets the column index to be used for X-Axis values when rendering a Scatter Chart.  
Public PropertyColumnYGets/sets the column index to be used for Y-Axis values when rendering a Scatter Chart.  
Public PropertyConnectWithLinesFlag indicates whether scatter points are connected with lines.  
Public PropertyGroupByColumnSpecifies a zero-based index of the data column used when grouping data into scatter series.  
Public PropertyIconRetrieves an enumeration which determines what SymbolIcon to use when rendering each scatter plot series.  
Public PropertyIconSizeDetermines the size of the SymbolIcon to render for each data series.  
Public PropertyLineAppearanceGets the SplineAppearance object, which determines the tension of the lines connecting scatter points.  
Public PropertyNullHandlingSpecifies whether nulls in the data are treated as zero or an average of adjacent values.  
Public PropertyUseGroupByColumnSpecifies whether the chart will use the GroupByColumn.  
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 MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
See Also