public final class LabelsPlugin extends Object
Modifier and Type | Field and Description |
---|---|
static LabelsOptionsFactory |
FACTORY
Data labels options factory
|
static String |
ID
Plugin ID "labels".
|
Modifier and Type | Method and Description |
---|---|
static void |
enable()
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
|
static void |
enable(boolean enableToAllCharts)
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
|
public static final String ID
public static final LabelsOptionsFactory FACTORY
public static void enable()
public static void enable(boolean enableToAllCharts)
enableToAllCharts
- by true
the plugin will be enabled to all charts, otherwise false
.