PointLineSeries Events |
The PointLineSeries type exposes the following members.
| Name | Description | |
|---|---|---|
| BeforeSeriesRendering |
Occurs just before the rendering of the series takes place.
(Inherited from SeriesBaseXY.) | |
| CustomLinePointColoringAndShaping |
Custom line coloring and line coordinates event. Event handler must give color for each data point received in the handler.
The coordinates can be adjusted as well and new line points can be inserted.
(Inherited from PointLineSeriesBase.) | |
| HighlightedStateChanged |
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.) | |
| MouseClick |
Mouse button has been clicked.
(Inherited from UserInteractiveObject.) | |
| MouseDoubleClick |
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.) | |
| MouseDown |
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.) | |
| MouseOverOff |
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.) | |
| MouseOverOn |
Mouse has been moved over object.
(Inherited from UserInteractiveObject.) | |
| MouseUp |
Mouse button has been released.
(Inherited from UserInteractiveObject.) | |
| OldDataDropped |
Occurs when old data points have been dropped.
|