[]
Provides data for the ChartDataSourceClicked event. This event occurs when the data source icon of a chart control is clicked within the designer environment.
public sealed class ChartDataSourceClickedEventArgs : EventArgs
| Name | Description |
|---|---|
| ChartDataSourceClickedEventArgs(ChartControl) | Initializes a new instance of the ChartDataSourceClickedEventArgs class. |
| 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 |
| Chart | Gets a value representing the ChartControl instance whose data source icon was clicked. |