ig.excel.BoxAndWhiskerSettings
箱ひげ図チャート タイプに関連するプロパティを公開します。
備考
このクラスは不変です。
依存関係
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
ig.excel.BoxAndWhiskerSettings
コンストラクター- new $.ig.excel.BoxAndWhiskerSettings( [showInnerPoints:boolean], [showOutlierPoints:boolean], [showMeanMarkers:boolean], [showMeanLine:boolean], [quartileCalculation:ig.excel.QuartileCalculation] );
指定したプロパティ設定で新しいインスタンスを作成します。
- showInnerPoints
- タイプ:boolean
- オプション
- BoxAndWhiskerSettings.showInnerPoints プロパティの値。
- showOutlierPoints
- タイプ:boolean
- オプション
- BoxAndWhiskerSettings.showOutlierPoints プロパティの値。
- showMeanMarkers
- タイプ:boolean
- オプション
- BoxAndWhiskerSettings.showMeanMarkers プロパティの値。
- showMeanLine
- タイプ:boolean
- オプション
- BoxAndWhiskerSettings.showMeanLine プロパティの値。
- quartileCalculation
- タイプ:ig.excel.QuartileCalculation
- オプション
- BoxAndWhiskerSettings.quartileCalculation プロパティの値。
-
quartileCalculation
- .quartileCalculation( );
- 返却型:
- ig.excel.QuartileCalculation
- 返却型の説明:
- QuartileCalculation を返します。
中央値計算の方法を決定します。
-
showInnerPoints
- .showInnerPoints( );
箱ひげ図に内部ポイントを表示するかどうかを決定します。
備考
内部ポイントトは、下側のひげ線と上側のひげ線の間に表示されます。
-
showMeanLine
- .showMeanLine( );
箱ひげ図に平均線を表示するかどうかを決定します。
備考
平均線は箱の平均を接続します。
-
showMeanMarkers
- .showMeanMarkers( );
箱ひげ図に平均マーカーを表示するかどうかを決定します。
-
showOutlierPoints
- .showOutlierPoints( );
箱ひげ図に外部ポイントを表示するかどうかを決定します。
備考
外部ポイントは、下のひげ線の下または上のひげ線の上に表示されます。