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


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