Represents a data series defined by three lists of values containing respectively X, Y and Z coordinates.
The following tables list the members exposed by the Series3D type.
Name | Description | |
---|---|---|
Initializes a new instance of the Series3D class. |
Name | Description | |
---|---|---|
Implements Series.Dimensions. Returns 3. |
||
Gets or sets the data labels. |
||
Implements Series.Size. Returns the number of elements in XData list. |
||
Implements Series.SupportedLabels. Returns InnerLabel. |
||
Implements Series.Title. Gets or sets the title of this series. |
||
Gets or sets the X coordinates of data items. |
||
Gets or sets the Y coordinates of data items. |
||
Gets or sets the Z coordinates of data items. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns an element of the Labels list. |
||
Implements Series.GetValue. Returns a value for the specified data item in this series. |
||
Implements Series.IsEmphasized. Series3D always returns false. |
||
Implements Series.IsSorted. Series3D always returns false. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |