Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class
Members


IndexAxis Class
Represents an indexed axis.
Syntax
'Declaration
 
Public Class IndexAxis 
   Inherits Axis
 
'Usage
 
Dim instance As IndexAxis
Remarks
An axis can have a title, a ruler line, tick marks, tick mark labels, grid lines, and stripes. The direction of an axis can be reversed. The minimum, maximum, and units of an axis can be automatically generated or manually assigned.
Inheritance Hierarchy

System.Object
   FarPoint.Win.Chart.Axis
      FarPoint.Win.Chart.IndexAxis

See Also