Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class
Members


In This Topic
    PolarAngleAxis Class
    In This Topic
    Represents a numeric axis.
    Syntax
    'Declaration
     
    
    Public Class PolarAngleAxis 
       Inherits Axis
    'Usage
     
    
    Dim instance As PolarAngleAxis
    public class PolarAngleAxis : Axis 
    Remarks
    An axis can have a ruler line, major/minor tick marks, tick mark labels, major/minor grid lines, and stripes. The minimum, maximum, and major/minor units of an axis can be automatically generated or manually assigned.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Chart.Axis
          FarPoint.Win.Chart.PolarAngleAxis

    See Also