AGAxisParams


Synopsis

axis parameters

group+AGTickParams AGAxisParams
{
AGColor axleColor;
AGDistance axleWidth;
AGColor labelColor;
AGFont labelFont;
AGDistance labelHeight;
AGColor textColor;
AGFont textFont;
AGDistance textHeight;
};

Description

AGAxisParams is a base object containing parameters common to all axis objects.

Subobjects

majorTickColor
majorTickLineStyle
majorTickOn
majorTickWidth
minorTickColor
minorTickCount
minorTickLineStyle
minorTickWidth

Inherited from AGTickParams.

axleColor
axleWidth

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.

textColor
textFont
textHeight

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.

Example

Not available.

File

v/ag.v

See Also

Related modules

•      AGTickParams

•      AGWorldParams

•      AGXAxis / AGYAxis

•      AGXUserAxis / AGYUserAxis