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