Class DefaultMajor
- java.lang.Object
-
- org.pepstock.charba.client.defaults.globals.DefaultMajor
-
- All Implemented Interfaces:
IsDefaultMajor
public final class DefaultMajor extends Object implements IsDefaultMajor
CHART.JS default values for MAJOR tick element.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled()
Iftrue
, major tick options are used to show major ticks.
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Description copied from interface:IsDefaultMajor
Iftrue
, major tick options are used to show major ticks.- Specified by:
isEnabled
in interfaceIsDefaultMajor
- Returns:
- if
true
, major tick options are used to show major ticks
-
-