Series Constructors
Represents an individual series within a chart control.Name | Parameters | Description |
---|---|---|
Series() | none | For internal use only. Initializes a new instance of the Series class with the default settings. |
Series(String, ViewType) | name, viewType | Initializes a new instance of the Series class with the specified series name and view type used to represent this series. |
See Also