yAxis property

ChartYAxis? get yAxis

Returns yAxis of chart

Implementation

ChartYAxis? get yAxis;
set yAxis (ChartYAxis? yAxis)

Sets yAxis of chart

Implementation

void set yAxis(ChartYAxis? yAxis);