Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / RadarPlotArea Class / YAxes Property
Example


In This Topic
    YAxes Property (RadarPlotArea)
    In This Topic
    Gets the collection of y axes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property YAxes As RadarValueAxisCollection
    'Usage
     
    
    Dim instance As RadarPlotArea
    Dim value As RadarValueAxisCollection
     
    value = instance.YAxes
    public RadarValueAxisCollection YAxes {get;}
    Example
    This example creates a chart control.
    See Also