graduated property
PanelLayout
get
graduated
This value for #type is used to draw regular tick marks and labels along some shape. The main element is the first GraphObject with GraphObject#isPanelMain set to true, or else the first GraphObject if none have that property set to true.
Implementation
static _i3.PanelLayout get graduated => _i4.getProperty(
_declaredPanel,
'Graduated',
);
set
graduated
(PanelLayout value)
Implementation
static set graduated(_i3.PanelLayout value) {
_i4.setProperty(
_declaredPanel,
'Graduated',
value,
);
}