Uses of Class
software.xdev.chartjs.model.options.LegendLabels
Packages that use LegendLabels
-
Uses of LegendLabels in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as LegendLabelsMethods in software.xdev.chartjs.model.options that return LegendLabelsModifier and TypeMethodDescriptionLegend.getLabels()
LegendLabels.setBoxWidth
(Integer boxWidth) Width of coloured boxLegendLabels.setFontColor
(Object fontColor) Font color inherited from global configurationLegendLabels.setFontFamily
(String fontFamily) Font family inherited from global configurationLegendLabels.setFontSize
(Integer fontSize) Font size inherited from global configurationLegendLabels.setFontStyle
(FontStyle fontStyle) Font style inherited from global configurationLegendLabels.setGenerateLabels
(JavaScriptFunction generateLabels) Generates legend items for each thing in the legend.LegendLabels.setPadding
(Integer padding) Padding between rows of colored boxesLegendLabels.setUsePointStyle
(Boolean usePointStyle) Label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).Methods in software.xdev.chartjs.model.options with parameters of type LegendLabels