[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ChartDataSourceClicked

ChartDataSourceClicked Event

Occurs when a data source item within a chart is selected by the user.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event EventHandler<ChartDataSourceClickedEventArgs> ChartDataSourceClicked
Returns
Type Description
EventHandler<ChartDataSourceClickedEventArgs> Occurs when a data source item within a chart is selected by the user.
Remarks

This event is raised in response to the user clicking on a data source item specifically for a chart component within the designer. It provides an opportunity to respond to the selection of a chart's data source, allowing for custom logic or UI to be invoked, such as displaying the data source properties or initiating data source configuration.

The ChartDataSourceClickedEventArgs parameter contains information about the clicked data source item, enabling detailed handling of the event.