Excel.Interfaces.ChartBoxwhiskerOptionsUpdateData interface
chartBoxwhiskerOptions.set({ ... })
で使用するために、ChartBoxwhiskerOptions オブジェクトのデータを更新するためのインターフェイス。
プロパティ
| quartile |
箱ひげ図の四分位数の計算の種類を指定します。 |
| show |
箱ひげ図に内側の点を表示するかどうかを指定します。 |
| show |
平均線を箱ひげチャートに表示するかどうかを指定します。 |
| show |
平均マーカーを箱ひげチャートに表示するかどうかを指定します。 |
| show |
箱ひげグラフに外れ値ポイントを表示するかどうかを指定します。 |
プロパティの詳細
quartileCalculation
箱ひげ図の四分位数の計算の種類を指定します。
quartileCalculation?: Excel.ChartBoxQuartileCalculation | "Inclusive" | "Exclusive";
プロパティ値
Excel.ChartBoxQuartileCalculation | "Inclusive" | "Exclusive"