Uses of Class
software.xdev.chartjs.model.options.Title
Packages that use Title
-
Uses of Title in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as TitleMethods in software.xdev.chartjs.model.options that return TitleModifier and TypeMethodDescriptionPlugins.getTitle()
Title.setDisplay
(Boolean display) Display the title blockTitle.setFontColor
(Color fontColor) Font color inherited from global configurationTitle.setFontFamily
(String fontFamily) Font family inherited from global configurationTitle.setFontSize
(Integer fontSize) Font size inherited from global configurationTitle.setFontStyle
(FontStyle fontStyle) Font styling of the title, follows CSS font-style options (i.e.Title.setFullWidth
(Boolean fullWidth) Marks that this box should take the full width of the canvas (pushing down other boxes)Title.setPadding
(Integer padding) Number of pixels to add above and below the title textTitle.setPosition
(TitlePosition position) Position of the title.Title textMethods in software.xdev.chartjs.model.options with parameters of type Title