-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleChartJsLegendConfig
public interface ChartJsLegendConfig extends Serializable
Represents the title-configuration for a chart. Corresponds to theconfig.options.legendproperty.- Author:
- papegaaij
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetDisplay()BooleangetFullWidth()List<String>getLabels()ChartJsPositiongetPosition()BooleangetReverse()
-