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


In This Topic
    AxisId Property (ValueAxis)
    In This Topic
    Gets or sets an ID for the axis.
    Syntax
    'Declaration
     
    
    Public Property AxisId As Integer
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As Integer
     
    instance.AxisId = value
     
    value = instance.AxisId
    public int AxisId {get; set;}
    Exceptions
    ExceptionDescription
    value is less than zero.
    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 AxisId property.
    See Also