All Implemented Interfaces:
Serializable

public class DataSet extends ChartDataObservableObject
DataSet component is the recommended way to provide data to a chart. All series added to the chart will use the data set. The only series that requires its own data set is the GaugeSeries. More detailed information is provided in the documentation.
See Also: