Search
DataBoundSeries.setYAxisLabelsDataField Method
See Also
 






Sets the name of the field in the data source that provides data for the labels at the Y-axis.

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

 Syntax

Java  Copy Code

public void setYAxisLabelsDataField (
    String value
)

 Parameters

value

A string that identifies the field.

 See Also