-
- 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()ChartJsEventHandlergetOnClick()ChartJsPositiongetPosition()BooleangetReverse()
-
-
-
Method Detail
-
getDisplay
Boolean getDisplay()
-
getPosition
ChartJsPosition getPosition()
-
getFullWidth
Boolean getFullWidth()
-
getReverse
Boolean getReverse()
-
getOnClick
ChartJsEventHandler getOnClick()
-
-