Search
DataBoundSeries.setXDataField Method
See Also
 






Sets the name of the field in the data source that provides data for X-coordinates of points in this DataBoundSeries.

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

 Syntax

Java  Copy Code

public void setXDataField (
    String value
)

 Parameters

value

The name of the data source field.

 See Also