Search
BarSeries.getTopLabels Method
See Also
 






Gets the top labels.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public List<String> getTopLabels ()

 Return Value

A list with string values that identify the top labels.

 Remarks

Use setTopLabels to specify the labels.

 See Also