Search
Series3D.setLabels Method
See Also
 






Sets the data labels.

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

 Syntax

Java  Copy Code

public void setLabels (
    List<String> value
)

 Parameters

value

A list with string-s.

 See Also