Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IndexAxis Class / IndexAxis Constructor / IndexAxis Constructor()
Example


In This Topic
    IndexAxis Constructor()
    In This Topic
    Creates a new axis.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New IndexAxis()
    public IndexAxis()
    Example
    This example creates an index axis.
    See Also