BootstrapPieChart Class
Declaration
class BootstrapPieChart extends Control
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.
Methods
exportTo(
format: string,
fileName: string
): void
Name |
Type |
format |
string |
fileName |
string |
getDataSource Method
Declaration
getDataSource(): any
Returns
getInstance Method
Declaration
getInstance(): any
Returns
off<K> Method
Declaration
off<K extends keyof BootstrapPieChartEventMap>(
eventName?: K,
callback?: (this: BootstrapPieChart,
args?: BootstrapPieChartEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapPieChart, args?: BootstrapPieChartEventMap[K]) => void |
Type Parameters
Returns
on<K>(eventName, callback) Method
Declaration
on<K extends keyof BootstrapPieChartEventMap>(
eventName: K,
callback: (this: BootstrapPieChart,
args?: BootstrapPieChartEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapPieChart, args?: BootstrapPieChartEventMap[K]) => void |
Type Parameters
Returns
once<K>(eventName, callback) Method
Declaration
once<K extends keyof BootstrapPieChartEventMap>(
eventName: K,
callback: (this: BootstrapPieChart,
args?: BootstrapPieChartEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapPieChart, args?: BootstrapPieChartEventMap[K]) => void |
Type Parameters
Returns
print Method
Declaration
print(): void
setDataSource(dataSource) Method
Declaration
setDataSource(
dataSource: any
): void
Parameters
setOptions(options) Method
Declaration
setOptions(
options: any
): void
Parameters