Represents a series containing order or timing data, useful for showing event sequences in tower charts.
The following tables list the members exposed by the EventSeries type.
Name | Description | |
---|---|---|
Initializes a new instance of the EventSeries class. |
Name | Description | |
---|---|---|
Implements Series.Dimensions. Returns 3. |
||
Implements Series.Size. Returns the number of elements in Values list. |
||
Implements Series.SupportedLabels. |
||
Implements Series.Title. Gets or sets the title of this series. |
||
Gets or sets the series' points. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. |
||
Implements Series.GetValue. Returns a coordinate of specified point in this series. |
||
Implements Series.IsEmphasized. EventSeries always returns false. |
||
Implements Series.IsSorted. StockPriceSeries always returns false. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |