ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1CompositeChart 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