The Bar series point label parameters' storage.
public class BarSeriesLabel
extends SeriesLabel
Initializes a new BarSeriesLabel class instance with default parameters.
public BarSeriesLabel()
public BarSeriesLabelBehavior getBehavior()
Type | Description |
---|---|
BarSeriesLabelBehavior |
Returns the Bar series's label position.
public BarSeriesLabelPosition getPosition()
Type | Description |
---|---|
BarSeriesLabelPosition | The BarSeriesLabelPosition enumeration value specifying the Bar series's label position. |
Returns the series labels' appearance parameters.
public SeriesLabelStyle getStyle()
Type | Description |
---|---|
SeriesLabelStyle | The SeriesLabelStyle object that configures series labels appearance. |
public void setBehavior(BarSeriesLabelBehavior behavior)
Name | Type | Description |
---|---|---|
behavior | BarSeriesLabelBehavior |
Specifies the Bar series's label position.
public void setPosition(BarSeriesLabelPosition position)
Name | Type | Description |
---|---|---|
position | BarSeriesLabelPosition | The BarSeriesLabelPosition enumeration value specifying the Bar series's label position. |
Specifies the series labels' appearance settings.
public void setStyle(SeriesLabelStyle style)
Name | Type | Description |
---|---|---|
style | SeriesLabelStyle | The SeriesLabelStyle object that configures the series labels' appearance. |