MobileForms Toolkit Documentation

CompactChart.ChartClick Event

Occurs when the chart was clicked.

public event ChartClickEventHandler ChartClick;

Event Data

The event handler receives an argument of type ChartClickEventArgs containing data related to this event. The following ChartClickEventArgs properties provide information specific to this event.

Property Description
Index  
Series  

Remarks

The event handler receives an argument of type ChartClickEventArgs

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace