Uses of Enum
software.xdev.chartjs.model.enums.FontStyle
Packages that use FontStyle
Package
Description
-
Uses of FontStyle in software.xdev.chartjs.model.enums
Methods in software.xdev.chartjs.model.enums that return FontStyle -
Uses of FontStyle in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as FontStyleModifier and TypeFieldDescriptionprotected FontStyle
Tooltip.bodyFontStyle
protected FontStyle
LegendLabels.fontStyle
protected FontStyle
Tooltip.footerFontStyle
protected FontStyle
Tooltip.titleFontStyle
Methods in software.xdev.chartjs.model.options that return FontStyleModifier and TypeMethodDescriptionTooltip.getBodyFontStyle()
LegendLabels.getFontStyle()
Tooltip.getFooterFontStyle()
Tooltip.getTitleFontStyle()
Methods in software.xdev.chartjs.model.options with parameters of type FontStyleModifier and TypeMethodDescriptionTooltip.setBodyFontStyle
(FontStyle bodyFontStyle) LegendLabels.setFontStyle
(FontStyle fontStyle) Font style inherited from global configurationTooltip.setFooterFontStyle
(FontStyle footerFontStyle) Font style for tooltip footer.Tooltip.setTitleFontStyle
(FontStyle titleFontStyle) -
Uses of FontStyle in software.xdev.chartjs.model.options.scales
Fields in software.xdev.chartjs.model.options.scales declared as FontStyleModifier and TypeFieldDescriptionprotected FontStyle
PointLabels.fontStyle
protected FontStyle
Font.style
Methods in software.xdev.chartjs.model.options.scales that return FontStyleMethods in software.xdev.chartjs.model.options.scales with parameters of type FontStyleModifier and TypeMethodDescriptionPointLabels.setFontStyle
(FontStyle fontStyle) Font Style to useFont style for the scale title, follows CSS font-style options (i.e. -
Uses of FontStyle in software.xdev.chartjs.model.options.ticks
Fields in software.xdev.chartjs.model.options.ticks declared as FontStyleMethods in software.xdev.chartjs.model.options.ticks that return FontStyleMethods in software.xdev.chartjs.model.options.ticks with parameters of type FontStyleModifier and TypeMethodDescriptionTicks.setFontStyle
(FontStyle fontStyle) Font style for the tick labels, follows CSS font-style options (i.e.