Hide Comments
Hide Comments

Comments (0)

expandingEvents

 

Name

Description

public event

OnDraw

Occurs just after the chart is drawn. Write an OnDraw event handler to do an action just after the chart is drawn.

public event

OnDrawing

Occurs just before the chart is drawn. Write an OnDrawing event handler to do an action just before the chart is drawn.

Note that the OnDrawing event handler can abort chart drawing by setting DoDraw to false.

public event

OnValueChange

Occurs when a chart's value ( RSChartPanel.TRSChartValue ) changes. Write an OnChange event handler to respond to when the chart (or any its Values) change.

public event

OnValueSelectionChange

Occurs when a chart value (TRSChartValue) is selected or deselected (either by the mouse or through the legend). Write an OnValueSelectionChange event handler to respond to when the TRSChartvalue is selected or not.
 

public event

OnValueVisibleChange

Occurs when a chart's value ( RSChartPanel.TRSChartValue ) visibility changes. Write an OnValueVisibleChange event handler to respond to when the
chart value's visibility changes.
 

Top

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb