[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ChartDataSourceClickedEventArgs

ChartDataSourceClickedEventArgs Class

Provides data for the ChartDataSourceClicked event. This event occurs when the data source icon of a chart control is clicked within the designer environment.

Inheritance
ChartDataSourceClickedEventArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public sealed class ChartDataSourceClickedEventArgs : EventArgs

Constructors

Name Description
ChartDataSourceClickedEventArgs(ChartControl)

Initializes a new instance of the ChartDataSourceClickedEventArgs class.

Properties

Name Description
Cancel

Gets or sets a value indicating whether the default action for the data source icon click should be canceled. Setting this property to true prevents the default data source configuration dialog from opening, allowing for a custom data source configuration process to be initiated instead.

Chart

Gets a value representing the ChartControl instance whose data source icon was clicked.