StackedBarSeriesLabel Class
A storage of parameters of a stacked bar series’ point labels.
Declaration
public class StackedBarSeriesLabel
extends BarSeriesLabel
Remarks
Note that the Stacked Bar labels cannot be positioned outside bars.
The following image demonstrates label parameters to configure.
Inherited Members
java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
Inheritance
Object
ChartElement
StyledElement
SeriesLabel
BarSeriesLabel
StackedBarSeriesLabel
StackedBarSeriesLabel()
Initializes a new StackedBarSeriesLabel class instance with default parameters.
Declaration
public StackedBarSeriesLabel()