| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.charting.descriptors.AxisDesc
Field Summary | |
| public | autoScale: Boolean |
| will extents be scaled automatically | |
| public | axislineStyle: Object |
| axis line style | |
| AxisSpacing: Array | |
| public | chartParent: Object |
| public | drawGridlines: Boolean |
| should the gridline sbe drawn for this axis | |
| public | forceZero: Boolean |
| Used to set the minimum value of a numerical axis to zero even if the data minimum value does not start at zero. | |
| public | format: String |
| format string for format labels | |
| public | gridlineStyle: Object |
| grid line style dimension | |
| public | isStacked: Boolean |
| is this axis measuring stacked series data | |
| public | labelAngle: Number |
| the angle to display labels | |
| public | labelOffest: Number |
| the distance between the label and the axis | |
| public | labels: Array |
| array of axis label descriptors | |
| public | labelStyle: Object |
| style object to apply to labels | |
| public | maxValue: Number |
| axis min value | |
| public | minorStepCount: Number |
| Specifies the increment you want between minor tick marks and minor gridlines (if they are displayed) on the selected axis | |
| public | minorTickMark: Number |
| Allows you to get or set the style for tick marks at the minor gridlines on the selected axis. | |
| public | minValue: Number |
| axis max value | |
| public | numLabels: Number |
| num of labels displayed | |
| public | placement: String |
| placement of axis left/right/top/bottom | |
| public | prefix: String |
| first label prefix | |
| public | primary: Boolean |
| is this the primary axis | |
| public | scale: Number |
| scale factor from data to pixels | |
| public | scaleUnit |
| Returns or sets the scale unit of a selected axis. | |
| public | series: Object |
| the data series that this axis will calibrate | |
| public | showAxisLabels: Boolean |
| should we display labels on the axis | |
| public | step: Number |
| Specifies the interval of major tick marks, labels and gridlines on the selected axis | |
| public | suffix: String |
| first label suffix | |
| public | tickMark: Number |
| Allows you to set the style for tick marks at the major gridlines on the selected axis | |
| public | tickMarkStyle: Object |
| tick mark line style dimension | |
Constructor | |
| public | AxisDesc ( axis: MovieClip, grid: MovieClip, lineColor: Number, maxValue: Number, minValue: Number, numLabels: Number, type: Number) |
| Create a new Axis descriptor instance | |
Method Summary | |
| public | adjustScale ( ) |
| Adjusts the selected axis to "nice" scale values | |
| public | pixelToValue ( pixel: Number ): Number |
| Converts a position in pixels in the chart area to its representation on the selected axis. | |
| public | resetScale ( ) |
| Prepares the selected axis for new data by resetting scale values | |
| public | setAttributes ( desc: Object ) |
| Update a descriptor | |
| public | valueToPixel ( value: Number ): Number |
| Converts a value to its position in pixels on a selected axis. | |
| public var autoScale: Boolean |
| will extents be scaled automatically |
| public var axislineStyle: Object |
| axis line style |
| var AxisSpacing: Array |
| public var chartParent: Object |
| public var drawGridlines: Boolean |
| should the gridline sbe drawn for this axis |
| public var forceZero: Boolean |
| Used to set the minimum value of a numerical axis to zero even if the data minimum value does not start at zero. |
| public var format: String |
| format string for format labels |
| public var gridlineStyle: Object |
| grid line style dimension |
| public var isStacked: Boolean |
| is this axis measuring stacked series data |
| public var labelAngle: Number |
| the angle to display labels |
| public var labelOffest: Number |
| the distance between the label and the axis |
| public var labels: Array |
| array of axis label descriptors |
| public var labelStyle: Object |
| style object to apply to labels |
| public var maxValue: Number |
| axis min value |
| public var minorStepCount: Number |
| Specifies the increment you want between minor tick marks and minor gridlines (if they are displayed) on the selected axis |
| public var minorTickMark: Number |
| Allows you to get or set the style for tick marks at the minor gridlines on the selected axis. |
| public var minValue: Number |
| axis max value |
| public var numLabels: Number |
| num of labels displayed |
| public var placement: String |
| placement of axis left/right/top/bottom |
| public var prefix: String |
| first label prefix |
| public var primary: Boolean |
| is this the primary axis |
| public var scale: Number |
| scale factor from data to pixels |
| public var scaleUnit |
| Returns or sets the scale unit of a selected axis. |
| public var series: Object |
| the data series that this axis will calibrate |
| public var showAxisLabels: Boolean |
| should we display labels on the axis |
| public var step: Number |
| Specifies the interval of major tick marks, labels and gridlines on the selected axis |
| public var suffix: String |
| first label suffix |
| public var tickMark: Number |
| Allows you to set the style for tick marks at the major gridlines on the selected axis |
| public var tickMarkStyle: Object |
| tick mark line style dimension |
|
| Create a new Axis descriptor instance |
|
| Adjusts the selected axis to "nice" scale values |
|
| Converts a position in pixels in the chart area to its representation on the selected axis. |
|
| Prepares the selected axis for new data by resetting scale values |
|
| Update a descriptor Updates an axis desc with the properties in the desc param |
|
| Converts a value to its position in pixels on a selected axis. |