BarChart for ASP.NET WebForms
YAxes Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace > C1CompositeChart Class : YAxes Property
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

Reference

C1CompositeChart Class
C1CompositeChart Members