Represents a data Series defined by a list of Point2D objects.
The following tables list the members exposed by the PointSeries type.
Name | Description | |
---|---|---|
Initializes a new instance of the PointSeries class with the specified list of points and labels. |
Name | Description | |
---|---|---|
Adds the specified DataChangedListener method. |
||
Implements Series.getDimensions. Returns 2. |
||
Implements Series.getLabel. Returns the element of the Labels list that has the specified index. |
||
Gets the data labels. |
||
Gets the points for this PointSeries. |
||
Implements Series.getSize. Returns the number of elements in the Points list. |
||
Implements Series.getSupportedLabels. |
||
Implements Series.getTitle. Gets the title of this PointSeries. |
||
Implements Series.getValue. Returns the data item at the specified location in the PointSeries. |
||
Implements Series.isEmphasized. PointSeries always returns false. |
||
Implements Series.isSorted. |
||
Removes the specified DataChangedListener. |
||
Sets the data labels. |
||
Sets the points for this PointSeries. |
||
Sets the title of this PointSeries. |
Name | Description | |
---|---|---|
Raises an event to signalize that the data for this PointSeries has changed. |