Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / Location Property


In This Topic
    Location Property (ValueAxis)
    In This Topic
    Gets or sets the location of the axis relative to the plot area.
    Syntax
    'Declaration
     
    
    Public Property Location As AxisLocation
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As AxisLocation
     
    instance.Location = value
     
    value = instance.Location
    public AxisLocation Location {get; set;}
    See Also