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.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the EventSeries class. |
Public Properties| 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. |
Public Methods| 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. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Raises the DataChanged event. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Implements Series.DataChanged. Raised when the values in this series change. |
See Also