Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection.
Constructors
Section titled "Constructors"IgrChartSummaryDescription
new IgrChartSummaryDescription(): IgrChartSummaryDescription Returns IgrChartSummaryDescription
Properties
Section titled "Properties"alias
Section titled "alias"alias: string calculatorDisplayName
Section titled "calculatorDisplayName"calculatorDisplayName: string field
Section titled "field"field: string operand
Section titled "operand"operand: DataSourceSummaryOperand provideCalculator
Section titled "provideCalculator"provideCalculator: object Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"equals
Section titled "equals"equals(other: any): boolean Parameters
- other:
any
Returns boolean
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string