Version

ProbabilityChartAppearance Class Members

The following tables list the members exposed by ProbabilityChartAppearance.

Public Constructors
 NameDescription
Public ConstructorProbabilityChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCharacterSpecifies the individual Character to render for each scatter point. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyCharacterFontSpecifies the Font of the Character to use to render each Scatter point. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
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. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyColumnXGets/sets the column index to be used for X-Axis values when rendering a Scatter Chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyColumnYGets/sets the column index to be used for Y-Axis values when rendering a Scatter Chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyConnectWithLinesFlag indicates whether scatter points are connected with lines. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyGroupByColumnSpecifies a zero-based index of the data column used when grouping data into scatter series. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyIconRetrieves an enumeration which determines what SymbolIcon to use when rendering each scatter plot series. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyIconSizeDetermines the size of the SymbolIcon to render for each data series. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyLineAppearanceGets the SplineAppearance object, which determines the tension of the lines connecting scatter points. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyNullHandlingSpecifies whether nulls in the data are treated as zero or an average of adjacent values. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
Public PropertyUseGroupByColumnSpecifies whether the chart will use the GroupByColumn. (Inherited from Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance)
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