Represents a data series defined by two lists of values containing respectively X and Y coordinates.
The following tables list the members exposed by the Series2D type.
Name | Description | |
---|---|---|
Initializes a new instance of the Series2D class. |
Name | Description | |
---|---|---|
Implements Series.Dimensions. Returns 2. |
||
Gets or sets the data labels. |
||
Implements Series.Size. Returns the number of elements in XData list. |
||
Implements Series.SupportedLabels. Gets or sets the kind of labels reported as supported by this series. |
||
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. |
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. Series2D always returns false. |
||
Implements Series.IsSorted. Series2D always returns false. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |