For a list of all members of this type, see Axis members.
Name | Description | |
---|---|---|
Add | Add method. | |
addStyle | Performs a bitwise add on the drawing style. | |
angularToCartesian | Gets a point on the edge of a circle, given center, radius and theta. | |
angularToCartesianReverse | Gets a point on the edge of a circle, given center, radius and theta. | |
Compare | Compares two values on this ruler. | |
Data2ColorLinear | Provides a color within a range of colors, corresponding to a data value within a range of values. | |
dataToAngleLinear | Calculates the value of a data item as a value between Theta Minimum and Theta Maximum with scale in direct proportion to DataMin and DataMax. | |
dataToDoubleLinear | Plots a data point between two points on a one-dimensional scale. | |
dataToLogHorz | Returns the x-coordinate of a data item on a logarithmic axis. | |
dataToLogVert | Returns the y-coordinate of a data item on a logarithmic axis. | |
dataToPointLinearHorizontal | Plots a data value between two points, given a range of data. | |
dataToPointLinearHorizontalF | Plots a data value between two points, given a range of data. | |
dataToPointLinearPlane | Finds the location of the given values on a linear plane. | |
dataToPointLinearPlaneF | Finds the location of the given values on a linear plane. | |
dataToPointLinearVertical | Plots a data value between two points, given a range of data. | |
dataToPointLinearVerticalF | Plots a data value between two points, given a range of data. | |
dateDataDateLinear | Provides a linear measurement based on date data. | |
Divide | Divide method. | |
FillSceneGraph | Overridden. Adds this layer's primitives to a scene. | |
FillSceneGraphTime | Adds this layer's primitives to a scene for time axis. | |
GetAppearance | Overridden. Gets the Appearance object appropriate to this layer. | |
GetData | Gets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
GetDataInvalidMessage | Gets the message to be displayed in the chart area if the data supplied is not valid. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
GetExtent | Gets the extent of this axis. | |
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) | |
getLabels | Gets the array of labels on this axis. | |
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) | |
GetOuterBounds | Gets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
IntervalCountTotal | Sets the scale Interval based on the total range of this axis. | |
IntervalCountWindow | Sets the window Interval based on the total range of this axis. | |
IntervalFit | Sets the number of intervals to the recommended best-fit. | |
InverseNumericOf | Gets the object equivalent of the specified numeric value. | |
IsVisible | Gets a value indicating whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
ItemVisible | Determines whether or not a value is visible within the axis in the current view. | |
Map | Method which returns the location of a certain numeric value on the axis. | |
MapInverse | Method which returns value on the axis, given a coordinate on the axis. | |
Max | Gets the maximum of two values. | |
Min | Gets the minimum of two values. | |
Multiply | Multiply operator. | |
NullValue | Gets the equivalent of null for the type being operated on. | |
NumericOf | Gets the numeric equivalent of the specified object. | |
removeStyle | Performs a bitwise remove on the drawing style. | |
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) | |
SetData | Sets the data that will be used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
setDataItemLinear | Location of an item, given a set number of items on this line. | |
setDataItemWidth | Item width within a set of items on a line. | |
setDataSetLinear | Plots an item number in a collection of series, each with an equal number of items. | |
SetExtent | Sets the extent of this axis. | |
setLabels | Sets the axis labels | |
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) | |
setStyle | Overloaded. Sets the drawing style. | |
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) | |
Subtract | Subract method. | |
WorkerFillSceneGraph | Worker FillSceneGraph method. |
Name | Description | |
---|---|---|
ApplyLayoutBehaviors | Applies layout effects for this axis. | |
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) | |
CorrectWindowMinMax | Recalculates the WindowMinimum and WindowMaximum. | |
GetCorrectLabelBoundsWidth | Gets the width of the correct label bounds. | |
GetLabelBounds | Gets the bounding rectangle for labels on this axis. | |
GetScrollbarSpan | Gets the height of the scrollbar, depending on the orientation of this axis. | |
GetSeriesLabelSpanRatio | Gets the span of the Series Label bounds proportional to the span of the Item Label bounds. | |
MajorLineAt | Adds primitives to the SceneGraph at a Major tickmark. | |
MinorLineAt | Adds primitives to the SceneGraph at a Minor tickmark. | |
RetrieveAppearanceProperties | Initializes appearance properties. | |
SetStartAndEndPoints | Sets the axisLineStart and axisLineEnd fields equal to the MapMinimum and MapMaximum. | |
SplitBounds | Returns the Series Label bounds and Item Label bounds at the ideal proportion and location, given the entire bounding rectangle for all axis labels. | |
ValidateDataForChart | Overridden. Validate data for CHART. This must be called by child axis before fill scene graph. but after base fill scene graph is called. |