Search
PieSeries.setInnerLabels Method
See Also
 






Sets the inner labels.

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

 Syntax

Java  Copy Code

public void setInnerLabels (
    List<String> value
)

 Parameters

value

A list with the labels.

 See Also