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.LabelSankeyChart.getEdgeLabel(boolean create) Get the label for the edges.final Chart.LabelChart.getLabel(boolean create) Get the label for this chart value.Methods in com.storedobject.chart with parameters of type Chart.LabelModifier and TypeMethodDescriptionfinal voidSankeyChart.setEdgeLabel(Chart.Label edgeLabel) Set the label for the edges.voidChart.setLabel(Chart.Label label) Set the label for this chart value.