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