{
AGColor axleColor;
AGDistance axleWidth;
AGColor labelColor;
AGFont labelFont;
AGDistance labelHeight;
AGColor textColor;
AGFont textFont;
AGDistance textHeight;
};
AGAxisParams is a base object containing parameters common to all axis objects.
majorTickColor
majorTickLineStyle
majorTickOn
majorTickWidth
minorTickColor
minorTickCount
minorTickLineStyle
minorTickWidth
Inherited from AGTickParams.
The color and width of the axle line.
labelColor
labelFont
labelHeight
The color, font, and height of the axis labels. These labels appear at each major tickmark.
The color, font, and height of the axis text. The axis text appears outside the axis labels and is normally used to describe the axis.