Uses of Class
software.xdev.chartjs.model.options.scales.ScaleTitle
Packages that use ScaleTitle
-
Uses of ScaleTitle in software.xdev.chartjs.model.options.scales
Fields in software.xdev.chartjs.model.options.scales declared as ScaleTitleMethods in software.xdev.chartjs.model.options.scales that return ScaleTitleModifier and TypeMethodDescriptionScale.getTitle()ScaleTitle.setAlign(ScaleLabelAlignment align) Font color for the scale title.ScaleTitle.setDisplay(Boolean display) DefaultfalseThe text for the title.Methods in software.xdev.chartjs.model.options.scales with parameters of type ScaleTitleModifier and TypeMethodDescriptionScale.setTitle(ScaleTitle title) See scale title configuration section.