Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZSurfaceSeries Class / CountX Property


In This Topic
    CountX Property
    In This Topic
    Gets the number of points along the x-axis.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CountX As Integer
    'Usage
     
    
    Dim instance As XYZSurfaceSeries
    Dim value As Integer
     
    value = instance.CountX
    public int CountX {get;}
    See Also