Spread WinForms 15
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
See Also