Version

Axis Class Methods

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

Public Methods
 NameDescription
Public MethodAddAdd method.  
Public MethodaddStylePerforms a bitwise add on the drawing style.  
Public Methodstatic (Shared in Visual Basic)angularToCartesianGets a point on the edge of a circle, given center, radius and theta.  
Public Methodstatic (Shared in Visual Basic)angularToCartesianReverseGets a point on the edge of a circle, given center, radius and theta.  
Public MethodCompareCompares two values on this ruler.  
Public Methodstatic (Shared in Visual Basic)Data2ColorLinearProvides a color within a range of colors, corresponding to a data value within a range of values.  
Public Methodstatic (Shared in Visual Basic)dataToAngleLinearCalculates the value of a data item as a value between Theta Minimum and Theta Maximum with scale in direct proportion to DataMin and DataMax.  
Public Methodstatic (Shared in Visual Basic)dataToDoubleLinearPlots a data point between two points on a one-dimensional scale.  
Public Methodstatic (Shared in Visual Basic)dataToLogHorzReturns the x-coordinate of a data item on a logarithmic axis.  
Public Methodstatic (Shared in Visual Basic)dataToLogVertReturns the y-coordinate of a data item on a logarithmic axis.  
Public Methodstatic (Shared in Visual Basic)dataToPointLinearHorizontalPlots a data value between two points, given a range of data.  
Public Methodstatic (Shared in Visual Basic)dataToPointLinearHorizontalFPlots a data value between two points, given a range of data.  
Public Methodstatic (Shared in Visual Basic)dataToPointLinearPlaneFinds the location of the given values on a linear plane.  
Public Methodstatic (Shared in Visual Basic)dataToPointLinearPlaneFFinds the location of the given values on a linear plane.  
Public Methodstatic (Shared in Visual Basic)dataToPointLinearVerticalPlots a data value between two points, given a range of data.  
Public Methodstatic (Shared in Visual Basic)dataToPointLinearVerticalFPlots a data value between two points, given a range of data.  
Public Methodstatic (Shared in Visual Basic)dateDataDateLinearProvides a linear measurement based on date data.  
Public MethodDivideDivide method.  
Public MethodFillSceneGraphOverridden. Adds this layer's primitives to a scene.  
Public MethodFillSceneGraphTimeAdds this layer's primitives to a scene for time axis.  
Public MethodGetAppearanceOverridden. Gets the Appearance object appropriate to this layer.  
Public MethodGetDataGets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetDataInvalidMessageGets the message to be displayed in the chart area if the data supplied is not valid. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
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 array of labels on 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 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 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 MethodSetDataSets the data that will be used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public Methodstatic (Shared in Visual Basic)setDataItemLinearLocation of an item, given a set number of items on this line.  
Public Methodstatic (Shared in Visual Basic)setDataItemWidthItem width within a set of items on a line.  
Public Methodstatic (Shared in Visual Basic)setDataSetLinearPlots an item number in a collection of series, each with an equal number of items.  
Public MethodSetExtentSets the extent of this axis.  
Public MethodsetLabelsSets the axis labels  
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 MethodSubtractSubract method.  
Public MethodWorkerFillSceneGraphWorker FillSceneGraph method.  
Protected Methods
 NameDescription
Protected MethodApplyLayoutBehaviorsApplies layout effects for this axis.  
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 MethodCorrectWindowMinMaxRecalculates the WindowMinimum and WindowMaximum.  
Protected MethodGetCorrectLabelBoundsWidthGets the width of the correct label bounds.  
Protected MethodGetLabelBoundsGets the bounding rectangle for labels on this axis.  
Protected MethodGetScrollbarSpanGets the height of the scrollbar, depending on the orientation of this axis.  
Protected MethodGetSeriesLabelSpanRatioGets the span of the Series Label bounds proportional to the span of the Item Label bounds.  
Protected MethodMajorLineAtAdds primitives to the SceneGraph at a Major tickmark.  
Protected MethodMinorLineAtAdds primitives to the SceneGraph at a Minor tickmark.  
Protected MethodRetrieveAppearancePropertiesInitializes appearance properties.  
Protected MethodSetStartAndEndPointsSets the axisLineStart and axisLineEnd fields equal to the MapMinimum and MapMaximum.  
Protected MethodSplitBoundsReturns the Series Label bounds and Item Label bounds at the ideal proportion and location, given the entire bounding rectangle for all axis labels.  
Protected MethodValidateDataForChartOverridden. Validate data for CHART. This must be called by child axis before fill scene graph. but after base fill scene graph is called.  
See Also