Version

PolarLayer Class Members

The following tables list the members exposed by PolarLayer.

Public Constructors
 NameDescription
Public ConstructorPolarLayer ConstructorPolar layer constructor.  
Protected Fields
 NameDescription
Protected FieldcolorModelstores the color model for this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldcomponentStores the chart component. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldCoreStores the chart core. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FielddataStores the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FielddataIsValidIndicates whether chart data is valid for this chart type. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldfirstIconThe first icon to use in this scatter layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected FieldinnerBoundsRepresents the bounds rectangle for child layers of a layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldlastIconThe last icon to use in this scatter layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected FieldmapUsed to store scatter data for the use of this layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected FieldoptionalDataArrayStores the data that is relevant to this layer, in the case of layers with more than one relevant datasource. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldouterBoundsRepresents the bounds rectangle for this layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldrandomStartIconA random SymbolIcon to start with. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected FieldseriesCountThe count of series in the scatter data being used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected FieldseriesLabelsStorage field for the array of series labels used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected FieldsymbolIconCountThe count of symbol icons to use in this scatter layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public Properties
 NameDescription
Public PropertyCenterResolvedThe center point of the Polar Chart.  
Public PropertyChartColorModelGets/Sets Color model for this layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyChartComponentGets or Sets the UltraChart control for which this layer is being applied. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyChartCoreGets or Sets the Chart Core, through which many members relevant to the chart's current context can be accessed. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyChartDataSets and gets the IChartData (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyGridGets and Sets the grid axes used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyHasEmptyValuesWhether or not this layer contains values which should be represented as empty. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public PropertyLayerIDString identifier of this layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public PropertyOuterBoundGets or Sets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyPathA string representation of the location of this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyRadiusResolvedThe radius of the Polar Chart.  
Public PropertyStackedIndicates whether the chart type is in a stacked configuration. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public PropertyVisibleGets/Sets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected Properties
 NameDescription
Protected PropertyNullHandlingDetermines how nulls are handled in this chart layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public Methods
 NameDescription
Public MethodFillSceneGraphOverridden. Fills the SceneGraph with graphical chart elements, including polar points representing the chart data.  
Public MethodGetAppearanceOverridden. Gets an appearance object containing settings which determine the appearance of this polar layer.  
Public MethodGetColorModelRetrieves the Color Model of the layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public MethodGetDataGets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetDataInvalidMessageOverridden. Retrieves an appropriate message to display when data is invalid, based on the current Chart type.  
Public MethodGetInnerBoundsReturns a Rectangle object that represents the TopLeft and BottomRight real world coordinates for the drawing layer to render in the scene graph (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetOptionalDataGets the data that is relevant to this layer, in the case of layers with more than one relevant data source. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetOuterBoundsGets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetPEOverloaded. Gets a PaintElement for a Primitive using the given parameters. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public MethodGetSeriesCharacterGets the character to use for a given series (group) of scatter points, if SymbolIcon to use is a character. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public MethodGetSeriesCountGets the count of series in the data for this scatter chart. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public MethodGetSeriesLabelGets the series label for a specified series number. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public MethodGetSeriesLabelsGets the series labels for all series of scatter points in this layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public MethodGetSeriesSymbolIconGets the icon to use for a given series (group) of scatter points. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public MethodIsDataValidForChartIndicates whether data meets validation criteria for this Chart Type. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public MethodIsVisibleGets a value indicating whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetAppearanceSets the Appearance being used by this Layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetBoundsOverloaded. Sets the outer bounds of the chart and recalculates the inner bounds. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetColorModelSets the Color Model of the layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public MethodSetDataSets the chart data. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public MethodSetOptionalDataSets the data that will be used by this layer, in the case of layers with more than one relevant data source. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetupDataFilterOverloaded. Performs initialization on the data filter needed to plot data for this layer. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Public MethodSetVisibleSets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected Methods
 NameDescription
Protected MethodBreakUpNullsSeparates null segments in the given PointSet. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected MethodCalculateInnerBoundsOverride in your drawing layer to do custom inner bounds calculations The inner bounds is the drawing area available for any child layers (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected MethodCalculateZeroLineOverloaded. Calculates the zero line for the given axis. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Protected MethodCreateSeriesHashtableInitializes a hashtable containing series labels, for GroupByColumn. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected MethodGetEmptyPointSetGets a PointSet with the appropriate styles to be represented as empty. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected MethodInitAdvanceAxisCreates and initializes a new IAdvanceAxis object. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Protected MethodInterpolatePrimitivesOverloaded. Takes the given primitives and returns the same set, potentially altered after interpolation has been applied. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Protected MethodputTextAdds a ChartText object to the SceneGraph for the specified DataPoint. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
Protected MethodValidateDataForChartValidates that the data is appropriate for a Scatter Chart. (Inherited from Infragistics.UltraChart.Core.Layers.ScatterLayer)
See Also