MindFusion.Java Package Programmer's Guide
Series.setLabels Method
See Also
 






Sets the labels of the series. The first available labels are used for the category names for all series in the chart.

Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts

 Syntax

Java  Copy Code

public void setLabels (
    String value
)

 Parameters

value

 Remarks

This property can be an expression that evaluates to a range of cells or a matrix, or a name of a range of cells.

 See Also

Series Members
Series Class
com.mindfusion.spreadsheet.charts Namespace