Name
|
Description
|
AnnoFont
|
The AnnoFont property represents the annotation font and size for this axis.
|
AnnoFontCubeSize
|
The AnnoFontCubeSize property represents the annotation font cube size for this axis (this size is measured in thousandths of the unit cube size and must be between 0 and 1000).
|
AnnotationMethod
|
The AnnotationMethod property determines the annotation method.
|
AxisId
|
The AxisId property determines the axis id number. Usually one of AXIS_X, AXIS_Y, or AXIS_Z. You can only set this property on creation.
|
GridLines
|
The GridLines property determines the gridlines on a per plane basis for this axis.
|
LabelGenerator
|
The LabelGenerator property holds a reference to an object that implements the JCLabelGenerator interface. This interface is used to externally generate labels if the AnnotationMethod property is set to JCAxis.VALUE. Default value is null.
|
Max
|
The Max property controls the axis maximum value.
|
MaxIsDefault
|
The MaxIsDefault property determines whether Chart3d is responsible for calculating the maximum axis values. If true, Chart3d calculates the axis max. If false, Chart3d uses the provided axis max.
|
Min
|
The Min property controls the axis minimum value.
|
MinIsDefault
|
The MinIsDefault property determines whether Chart3d is responsible for calculating the minimum axis value. If true, Chart3d will calculate the axis min. If false, Chart3d will use the provided axis min.
|
Origin
|
The Origin property is used for Z axis only (for bars and scatter plot drop lines).
|
Showing
|
The Showing property asks: Is the axis showing?
|
Title
|
The Title property controls the axis title.
|
TitleFont
|
The TitleFont property controls the title font and size for this axis.
|
TitleFontCubeSize
|
The TitleFontCubeSize property controls the title font cube size for this axis (this size is measured in thousandths of the unit cube size and must be between 0 and 1000).
|
ValueLabels
|
The ValueLabels property is an indexed property containing a list of all annotation specified by the user for an axis.
|