ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Chart Namespace / C1CompositeChartExtender Class / YAxes Property

In This Topic
    YAxes Property
    In This Topic
    A collection value specifies the y axes for multiple y axis compositechart.
    Syntax
    'Declaration
     
    Public ReadOnly Property YAxes As System.Collections.Generic.List(Of CompositeChartYAxis)
    public System.Collections.Generic.List<CompositeChartYAxis> YAxes {get;}
    See Also