General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V18.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
18.2
18.1
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
BootstrapPieChartEventMap Interface
Declaration
export interface BootstrapPieChartEventMap extends ControlEventMap
Remarks
Important
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Inheritance
ControlEventMap
BootstrapPieChartEventMap
Properties
disposing Property
Declaration
disposing: BootstrapChartEventArgsBase
Property Value
Type | Description |
---|---|
BootstrapChartEventArgsBase |
done Property
Declaration
done: BootstrapChartEventArgsBase
Property Value
Type | Description |
---|---|
BootstrapChartEventArgsBase |
drawn Property
Declaration
drawn: BootstrapChartEventArgsBase
Property Value
Type | Description |
---|---|
BootstrapChartEventArgsBase |
exported Property
Declaration
exported: BootstrapChartEventArgsBase
Property Value
Type | Description |
---|---|
BootstrapChartEventArgsBase |
exporting Property
Declaration
exporting: BootstrapChartExportEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartExportEventArgs |
fileSaving Property
Declaration
fileSaving: BootstrapChartExportEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartExportEventArgs |
incidentOccurred Property
Declaration
incidentOccurred: BootstrapChartErrorEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartErrorEventArgs |
init Property
Declaration
init: BootstrapChartEventArgsBase
Property Value
Type | Description |
---|---|
BootstrapChartEventArgsBase |
legendClick Property
Declaration
legendClick: BootstrapChartElementClickEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartElementClickEventArgs |
optionChanged Property
Declaration
optionChanged: BootstrapChartOptionChangedEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartOptionChangedEventArgs |
pointClick Property
Declaration
pointClick: BootstrapChartElementClickEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartElementClickEventArgs |
pointHoverChanged Property
Declaration
pointHoverChanged: BootstrapChartElementActionEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartElementActionEventArgs |
pointSelectionChanged Property
Declaration
pointSelectionChanged: BootstrapChartElementActionEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartElementActionEventArgs |
tooltipHidden Property
Declaration
tooltipHidden: BootstrapChartElementActionEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartElementActionEventArgs |
tooltipShown Property
Declaration
tooltipShown: BootstrapChartElementActionEventArgs
Property Value
Type | Description |
---|---|
BootstrapChartElementActionEventArgs |
Feedback