Represents a series containing order or timing data, useful forshowing 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 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. |
|
![]() |
Raises the DataChanged event. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Raised when the values in this series change. |
See Also