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
   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