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


In This Topic
    XAxisId Property (XYZSurfaceSeries)
    In This Topic
    Gets or sets the ID of the x-axis on which the series is plotted.
    Syntax
    'Declaration
     
    
    Public Property XAxisId As Integer
    'Usage
     
    
    Dim instance As XYZSurfaceSeries
    Dim value As Integer
     
    instance.XAxisId = value
     
    value = instance.XAxisId
    public int XAxisId {get; set;}
    See Also