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


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