Skip to main content

BootstrapPieChart Class

#Declaration

TypeScript
class BootstrapPieChart extends Control

#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

Control
BootstrapPieChart

#Methods

#exportTo(format, fileName) Method

#Declaration

TypeScript
exportTo(
    format: string,
    fileName: string
): void

#Parameters

Name Type
format string
fileName string

#getDataSource Method

#Declaration

TypeScript
getDataSource(): any

#Returns

Type
any

#getInstance Method

#Declaration

TypeScript
getInstance(): any

#Returns

Type
any

#off<K> Method

#Declaration

TypeScript
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

Name Type
K keyof

#Returns

Type
this

#on<K>(eventName, callback) Method

#Declaration

TypeScript
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

Name Type
K keyof

#Returns

Type
this

#once<K>(eventName, callback) Method

#Declaration

TypeScript
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

Name Type
K keyof

#Returns

Type
this

#print Method

#Declaration

TypeScript
print(): void

#setDataSource(dataSource) Method

#Declaration

TypeScript
setDataSource(
    dataSource: any
): void

#Parameters

Name Type
dataSource any

#setOptions(options) Method

#Declaration

TypeScript
setOptions(
    options: any
): void

#Parameters

Name Type
options any