クラス IgxPivotDateDimension

Configuration of a pivot dimension.

階層

Hierarchy

  • IgxPivotDateDimension

実装

コンストラクタ

プロパティ

dataType?: GridColumnDataType

データ型を取得/設定します。

defaultOptions: {
    fullDate: boolean;
    months: boolean;
    total: boolean;
    years: boolean;
} = ...

初期化に使用されるデフォルト オプション。

Type declaration

  • fullDate: boolean
  • months: boolean
  • total: boolean
  • years: boolean
enabled: boolean = true

ピボット構造から特定のディメンションを有効または無効にします。

アクセサー

  • get inBaseDimension(): IPivotDimension
  • Deprecated

    バージョン 15.1.x 以降は非推奨です。将来のバージョンでは、新しい名前 baseDimension を使用してください。

    このクラスが他のディメンションとその値を決定するために使用する基本ディメンションを取得します。 日付ディメンションを表示するには、基本ディメンションを設定する必要があります。

    返却 IPivotDimension