Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IndexAxis Class / Location Property


In This Topic
    Location Property (IndexAxis)
    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 IndexAxis
    Dim value As AxisLocation
     
    instance.Location = value
     
    value = instance.Location
    public AxisLocation Location {get; set;}
    See Also