menu
mp_chart_x package
documentation
mp/core/bounds.dart
XBounds
max property
max property
dark_mode
light_mode
max
property
int
?
get
max
Implementation
int? get max => _max;
set
max
(
int
?
value
)
Implementation
set max(int? value) { _max = value; }
mp_chart_x package
documentation
mp/core/bounds
XBounds
max property
XBounds class