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.

Hierarchy

Hierarchy

  • IgxChartSummaryDescription

Constructors

Properties

ngAcceptInputType_operand: string | DataSourceSummaryOperand

Accessors

  • get alias(): string
  • Gets or sets an alias for the summary. Currently only used in aggregated data situations.

    Returns string

  • set alias(v: string): void
  • Parameters

    • v: string

    Returns void

  • get calculatorDisplayName(): string
  • Gets or sets the name to use when displaying the calculator name.

    Returns string

  • set calculatorDisplayName(v: string): void
  • Parameters

    • v: string

    Returns void

  • get field(): string
  • Returns string

  • set field(v: string): void
  • Parameters

    • v: string

    Returns void

  • get provideCalculator(): EventEmitter<{
        args: IgxProvideCalculatorEventArgs;
        sender: any;
    }>
  • Called when the summary calculator is required.

    Returns EventEmitter<{
        args: IgxProvideCalculatorEventArgs;
        sender: any;
    }>

Methods

  • Parameters

    • other: any

    Returns boolean

  • Parameters

    • name: string

    Returns any