Represents a data series defined by a list of Point objects.
The following tables list the members exposed by the PointSeries type.
Name | Description | |
---|---|---|
Initializes a new instance of the PointSeries class. |
Name | Description | |
---|---|---|
Implements Series.Dimensions. Returns 2. |
||
Gets or sets the data labels. |
||
Gets or sets the series' points. |
||
Implements Series.Size. Returns the number of elements in Points list. |
||
Implements Series.SupportedLabels. Returns InnerLabel. |
||
Implements Series.Title. Gets or sets the title of this series. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns an element of the Labels list. |
||
Implements Series.GetValue. Returns a coordinate of specified point in this series. |
||
Implements Series.IsEmphasized. PointSeries always returns false. |
||
Implements Series.IsSorted. PointSeries always returns false. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |