Version

PolarChartAppearance Class Members

The following tables list the members exposed by PolarChartAppearance.

Public Constructors
 NameDescription
Public ConstructorPolarChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAngleUnitGets/sets value of AngleUnit.  
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 PropertyConnectWithLinesOverridden. Determines whether or not to connect points in the Polar Chart with lines.  
Public PropertyEnableLabelFlippingGets/sets value of EnableLabelFlipping.  
Public PropertyFillAreaDetermines whether or not the area(s) within the polar data points will be filled with color(s).  
Public PropertyFreeStandingAxisDetermines where the axis is displayed. If FreeStandingAxis is True, then the axis will be displayed outside the polar chart area. Otherwise, the axis will be displayed inside the polar chart area.  
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 PropertyLabelFlippingEndAngleGets/sets value of LabelFlippingEndAngle.  
Public PropertyLabelFlippingStartAngleGets/sets value of LabelFlippingStartAngle.  
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 MethodResetAngleUnitResets the AngleUnit property to its default value.  
Public MethodResetEnableLabelFlippingResets the EnableLabelFlipping property to its default value.  
Public MethodResetLabelFlippingEndAngleResets the LabelFlippingEndAngle property to its default value.  
Public MethodResetLabelFlippingStartAngleResets the LabelFlippingStartAngle property to its default value.  
Public MethodShouldSerializeAngleUnitReturns a Boolean value that determines whether the AngleUnit property is set to its default value.  
Public MethodShouldSerializeEnableLabelFlippingReturns a Boolean value that determines whether the EnableLabelFlipping property is set to its default value.  
Public MethodShouldSerializeLabelFlippingEndAngleReturns a Boolean value that determines whether the LabelFlippingEndAngle property is set to its default value.  
Public MethodShouldSerializeLabelFlippingStartAngleReturns a Boolean value that determines whether the LabelFlippingStartAngle property is set to its default value.  
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