public abstract class AbstractAxisData<Abscissa,Ordinate> extends Data
CategoryBarChartData
,
AxisData
Modifier and Type | Method and Description |
---|---|
void |
setAbscissaLabel(com.onwbp.base.text.UserMessage abscissaLabel)
Sets an optional label for the abscissa (the x axis).
|
void |
setOrdinateLabel(com.onwbp.base.text.UserMessage ordinateLabel)
Sets an optional label for the ordinate (the y axis).
|
public final void setAbscissaLabel(com.onwbp.base.text.UserMessage abscissaLabel)
Note: The option SimpleAxisChartOptions.showAxisLabels(boolean)
must be set to true
for the label to be visible.
Default value: None
.
LineChartOptions
,
BarChartOptions
public final void setOrdinateLabel(com.onwbp.base.text.UserMessage ordinateLabel)
Note: The option SimpleAxisChartOptions.showAxisLabels(boolean)
must be set to true
for the label to be visible.
Default value: None
.
LineChartOptions
,
BarChartOptions