Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PolarSeries Class / YAxisId Property


In This Topic
    YAxisId Property (PolarSeries)
    In This Topic
    Gets or sets the ID of the y-axis on which the series is plotted.
    Syntax
    'Declaration
     
    
    Public Property YAxisId As Integer
    'Usage
     
    
    Dim instance As PolarSeries
    Dim value As Integer
     
    instance.YAxisId = value
     
    value = instance.YAxisId
    public int YAxisId {get; set;}
    Exceptions
    ExceptionDescription
    value is less than zero.
    See Also