StockSeries Events |
The StockSeries type exposes the following members.
| Name | Description | |
|---|---|---|
| BeforeSeriesRendering |
Occurs just before the rendering of the series takes place.
(Inherited from SeriesBaseXY.) | |
| CustomStockDataAppearance |
Stock data appearance coloring delegate.
| |
| 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.
|