Uses of Class
software.xdev.chartjs.model.options.scales.PointLabels
Packages that use PointLabels
-
Uses of PointLabels in software.xdev.chartjs.model.options.scales
Fields in software.xdev.chartjs.model.options.scales declared as PointLabelsMethods in software.xdev.chartjs.model.options.scales that return PointLabelsModifier and TypeMethodDescriptionRadialLinearScale.getPointLabels()PointLabels.setCallback(JavaScriptFunction callback) Callback function to transform data label to axis labelPointLabels.setFontColor(Color fontColor) Font colorPointLabels.setFontFamily(String fontFamily) Font family to renderPointLabels.setFontSize(BigDecimal fontSize) Font size in pixelsPointLabels.setFontStyle(FontStyle fontStyle) Font Style to useMethods in software.xdev.chartjs.model.options.scales with parameters of type PointLabelsModifier and TypeMethodDescriptionRadialLinearScale.setPointLabels(PointLabels pointLabels) See the Point Label Options section below for details.