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"IgxChartSummaryDescription
new IgxChartSummaryDescription(): IgxChartSummaryDescription Returns IgxChartSummaryDescription
Properties
Section titled "Properties"ngAcceptInputType_operand
Section titled "ngAcceptInputType_operand"ngAcceptInputType_operand: any Accessors
Section titled "Accessors"alias
Section titled "alias"Gets or sets an alias for the summary. Currently only used in aggregated data situations.
get alias(): string
Returns string
set alias(v: string): void Parameters
- v:
string
Returns void
calculatorDisplayName
Section titled "calculatorDisplayName"Gets or sets the name to use when displaying the calculator name.
get calculatorDisplayName(): string
Returns string
set calculatorDisplayName(v: string): void Parameters
- v:
string
Returns void
field
Section titled "field"get field(): string
Returns string
set field(v: string): void Parameters
- v:
string
Returns void
operand
Section titled "operand"get operand(): DataSourceSummaryOperand
Returns DataSourceSummaryOperand
set operand(v: DataSourceSummaryOperand): void Parameters
- v:
DataSourceSummaryOperand
Returns void
provideCalculator
Section titled "provideCalculator"Called when the summary calculator is required.
get provideCalculator(): EventEmitter<object>
Returns EventEmitter<object>
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