Search
EventSeries.setValues Method
See Also
 






Sets the series' events.

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

 Syntax

Java  Copy Code

public void setValues (
    List<ChartEvent> value
)

 Parameters

value

A list of ChartEvent objects.

 See Also