Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ValueAxis Class / Location Property
Example


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;}
    Remarks
    If you want to create multiple axis to show different scales, you can use the AxisId property to match the series to the axis. Use the Location property to place the secondary axis in the plot area.
    Example
    This example sets the Location property.
    See Also