|
|
|
Axis Routines
The following routines manipulate axes. Each column the data matrix should be assigned to an axis in order to plot. For example, you would assign column 1 to X-axis and column 2 to Y1-axis to plot a line. There are three axis available to you, these are X-axis, Y1-axis, Y2-axis (or Z-axis). Each axis can have a different set options enabled, and thus can behave in a specific fashion. As a rule the properties listed here will require you to select a specific axis and then perform an action on that selected axis.
General
|
Axis Property |
Selects an axis for manipulation |
|
AxisGone Property |
Hides the axis |
Behavior
|
AxisAsPercent Property |
Sets the scale for an axis to represent each value as a percent of the total |
|
AxisAdjust Property |
Sets spacing at the beginning and end of the axis |
|
AxisAdjustEvenSpace Property |
Sets bars to be evenly spaced on the specified axis |
|
AxisDateFormat Method |
Sets date format, using a format string |
|
AxisDateIncType Property |
Sets the increment incase axis is in date format |
|
AxisTimeIncType Property |
Sets the increment incase axis is in time format |
|
AxisReverse Property |
Reverses the axis |
|
AxisScaleInc Property |
Axis increment |
|
AxisScaleManual Property |
Enables/disables manual axis scaling |
|
AxisScaleMin Property |
Sets minimum for the axis |
|
AxisScaleMax Property |
Sets maximum for the axis |
Appearance
|
AxisLengthToExp Method |
Terminal length before exponential format |
|
AxisBarBase Property |
Enables/disables bar base line |
|
AxisBarBaseValue Property |
Sets the value for the base line |
|
AxisDecimalSeparator Property |
Specifies a character to use for decimal point |
|
AxisGrid Property |
Enables/disables the grid |
|
AxisGridColor Property |
Sets grid color |
|
AxisGridPattern Property |
Sets line pattern for the grid |
|
AxisFunction
Property |
Sets background color of scale |
|
AxisFunctionVar
Property |
Sets foreground color of scale |
|
AxisLog Property |
Sets number of decimal places to show in scale |
|
AxisScaleBackColor Property |
Sets background color of scale |
|
AxisScaleColor Property |
Sets foreground color of scale |
|
AxisScaleDec Property |
Sets number of decimal places to show in scale |
|
AxisScaleExponentStyle Property |
Sets the exponential format to use |
|
AxisScaleFont Property |
Sets font for scale to use |
|
AxisScalePreChar Property |
Prefix axis labels with specified character |
|
AxisScalePostChar Property |
Postfix axis labels with specified character |
|
AxisScaleSize Property |
Overrides the the calculated size of scale labels |
|
AxisScaleSkip Property |
Sets number of values to skip |
|
AxisShadeRange Method |
Shades a specified region on axis w/ specified color |
|
AxisShadeRangeRemove Method |
Remove shading |
|
AxisThousandSeparator Property |
Sets the desired thousand separator |
|
AxisTickLine Property |
Enables/disables tickline |
|
AxisTicks Property |
Enables/disables ticks |
|
AxisTitle Property |
Sets title of the axis |
|
AxisTitleBackColor Property |
Sets the background color of axis' title |
|
AxisTitleColor Property |
Sets the color of axis' title |
|
AxisTitleDistance Property |
Sets the distance between axis title and the graph |
|
AxisTitleFont Property |
Sets the font for axis labels |
|
AxisTypeChar Property |
Specifies wether to treat axis data as a string |
See Also
Axis Routines, Column Routines, Data Routines, Font Routines, Graph Routines, Legend Routines,Object Routines, Picture Routines, Pie Routines,
![]() |
Last modified on: Friday, October 19, 2001