Version

Pyramid3DLayer Class Members

The following tables list the members exposed by Pyramid3DLayer.

Public Constructors
 NameDescription
Public ConstructorPyramid3DLayer ConstructorPyramid3DLayer 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 FieldinnerBoundsRepresents the bounds rectangle for child layers of a layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
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)
Public Properties
 NameDescription
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 PropertyLayerIDSets and gets the ID to be used in the Hashtable (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyOthersPointThe DataPoint generated to represent the others category. (Inherited from Infragistics.UltraChart.Core.Layers.Hierarchical3DLayer)
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 PropertyPointsInOthersDataPoints which have been included in the Others category by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Hierarchical3DLayer)
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 PropertyForChartTypeOverridden. Returns the ChartType this layer is created for.  
Protected PropertyNullHandlingDetermines how nulls are handled in this chart layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Protected PropertyTransformOffsetXOverridden. Default Offset for X Transform on this layer.  
Protected PropertyTransformOffsetYOverridden. Default Offset for Y Transform on this layer.  
Public Methods
 NameDescription
Public MethodCalculateDataParamsCalculates the data min max. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer3D)
Public MethodFillSceneGraphAdds graphical chart elements onto the scene graph for rendering. (Inherited from Infragistics.UltraChart.Core.Layers.Hierarchical3DLayer)
Public MethodGetAppearanceOverridden. Get an appropriate ChartAppearance object for the current Chart Type.  
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 MethodGetDataInvalidMessageGets the localized message to display to end users when chart data is invalid. (Inherited from Infragistics.UltraChart.Core.Layers.Hierarchical3DLayer)
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 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. 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)
Public MethodSetVisibleSets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodShouldDecreaseScaleDetermines if the decrease scale should be decreased. It should if the X2 Y2 or Z2 axis is visible and we have the default scale. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer3D)
Protected Methods
 NameDescription
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 MethodInitAdvanceAxisCreates and initializes a new IAdvanceAxis object. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer3D)
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 MethodValidateDataForChartConfirms data is in an appropriate format for a Bar Chart. (Inherited from Infragistics.UltraChart.Core.Layers.Hierarchical3DLayer)
See Also