Uses of Class
com.storedobject.chart.Chart.Label
Packages that use Chart.Label
-
Uses of Chart.Label in com.storedobject.chart
Methods in com.storedobject.chart that return Chart.LabelModifier and TypeMethodDescriptionGaugeChart.getAxisLabel
(boolean create) Get the axis label for this gauge.final Chart.Label
SankeyChart.getEdgeLabel
(boolean create) Get the label for the edges.final Chart.Label
Chart.getLabel
(boolean create) Get the label for this chart values.Methods in com.storedobject.chart with parameters of type Chart.LabelModifier and TypeMethodDescriptionfinal void
SankeyChart.setEdgeLabel
(Chart.Label edgeLabel) Set the label for the edges.void
Chart.setLabel
(Chart.Label label) Set the label for this chart values.