menu
rikulo_highcharts package
documentation
rikulo_highcharts.dart
Chart<S extends Comparable, C extends Comparable, T extends ChartModel<S, C>>
yAxis property
yAxis property
dark_mode
light_mode
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);
rikulo_highcharts package
documentation
rikulo_highcharts
Chart<S extends Comparable, C extends Comparable, T extends ChartModel<S, C>>
yAxis property
Chart class