For a list of all members of this type, see PieLayer members.
Name | Description | |
---|---|---|
FillSceneGraph | Overridden. Adds graphical elements to the SceneGraph, with wedges that represent the chart data as a pie chart. | |
GetAppearance | Overridden. Gets the PieChartAppearance object being used for this layer. | |
GetColorModel | Retrieves the Color Model of the layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) | |
GetData | Gets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
GetDataInvalidMessage | Overridden. Retrieves an appropriate message to display when data is invalid, based on the current Chart type. | |
GetInnerBounds | Returns 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) | |
GetOptionalData | Gets 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) | |
GetOthersListValue | Gets the list of items which have been grouped into the "Others" category. | |
GetOthersValue | Gets the value of the "Others" slice of this pie chart. | |
GetOuterBounds | Gets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
GetPE | Overloaded. Overridden. Gets a PaintElement for a Primitive using the given parameters. | |
GetSliceCount | Count of slices in this pie chart layer. | |
IsDataValidForChart | Indicates whether data meets validation criteria for this Chart Type. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) | |
IsVisible | Gets a value indicating whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
RadianToDegree | Converts the given value from a radian to degree value. | |
SetAppearance | Sets the Appearance being used by this Layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
SetBounds | Overloaded. Sets the outer bounds of the chart and recalculates the inner bounds. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
SetColorModel | Sets the Color Model of the layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) | |
SetData | Overridden. Sets the data to be represented by this layer. | |
SetOptionalData | Sets 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) | |
SetupDataFilter | Overloaded. Initializes a ChartDataFilter to be used for the data source. Only applicable when the given datasource can be transformed into a ChartDataFilter. This member supports the charting internal infrastructure and is not intended to be used directly from your code. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
SetVisible | Sets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
Name | Description | |
---|---|---|
AddTextLabelsToScene | Adds a text label to the specified scenegraph. | |
CalculateInnerBounds | Override 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) | |
CalculateZeroLine | Overloaded. Calculates the zero line for the given axis. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) | |
InitAdvanceAxis | Creates and initializes a new IAdvanceAxis object. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) | |
InterpolatePrimitives | Overloaded. Takes the given primitives and returns the same set, potentially altered after interpolation has been applied. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) | |
ValidateDataForChart | Overridden. Performs validation necessary for this layer to be rendered. |