Represents a data series defined by a list of Point3D objects.
The following tables list the members exposed by the PointSeries3D type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Raised when the values in this series change. |
||
Implements Series.Dimensions. Returns 3. |
||
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. PointSeries3D always returns false. |
||
Implements Series.IsSorted. PointSeries3D always returns false. |
||
Raises the DataChanged event. |