Version

Axis3D Class Methods

For a list of all members of this type, see Axis3D members.

Public Methods
 NameDescription
Public MethodAddAdd method.  
Public MethodaddStylePerforms a bitwise add on the drawing style.  
Public MethodCalculateDataParamsCalculates the data min max. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer3D)
Public MethodCompareCompares two values on this ruler.  
Public MethodDivideDivide method.  
Public MethodFillSceneGraphAdds graphical chart elements onto the scene graph for rendering. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public MethodGetAppearanceOverridden. Gets the Appearance object appropriate to this 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 MethodGetDataInvalidMessageGets the localized message to display to end users when chart data is invalid. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
Public MethodGetExtentGets the extent of this axis.  
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 MethodgetLabelsGets the labels for this axis.  
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 MethodIntervalCountTotalSets the scale Interval based on the total range of this axis.  
Public MethodIntervalCountWindowSets the window Interval based on the total range of this axis.  
Public MethodIntervalFitSets the number of intervals to the recommended best-fit.  
Public MethodInverseNumericOfGets the object equivalent of the specified numeric value.  
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 MethodItemVisibleDetermines whether or not a value is visible within the axis in the current view.  
Public MethodMapMethod which returns the location of a certain numeric value on the axis.  
Public MethodMapInverseMethod which returns value on the axis, given a coordinate on the axis.  
Public MethodMaxGets the maximum of two values.  
Public MethodMinGets the minimum of two values.  
Public MethodMultiplyMultiply operator.  
Public MethodNullValueGets the equivalent of null for the type being operated on.  
Public MethodNumericOfGets the numeric equivalent of the specified object.  
Public MethodremoveStylePerforms a bitwise remove on the drawing style.  
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 MethodSetExtentSets the extent for this axis.  
Public MethodsetLabelsSets the labels for this axis.  
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 MethodsetStyleOverloaded. Sets the drawing style.  
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)
Public MethodSubtractSubract method.  
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 MethodCorrectWindowMinMaxRecalculates the WindowMinimum and WindowMaximum.  
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 MethodRetrieveAppearancePropertiesInitializes appearance properties for this axis.  
Protected MethodValidateDataForChartValidates data to meet chart data requirements. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer)
See Also