Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class
Members


In This Topic
    IndexAxis Class
    In This Topic
    Represents an indexed axis.
    Syntax
    'Declaration
     
    
    Public Class IndexAxis 
       Inherits Axis
    'Usage
     
    
    Dim instance As IndexAxis
    public class IndexAxis : Axis 
    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