ASP.NET Core MVC コントロールヘルプ
GroupWidth メソッド (BoxWhiskerBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > BoxWhiskerBuilder<T> クラス : GroupWidth メソッド
The value.
Configurates C1.Web.Mvc.BoxWhisker<T>.GroupWidth. Sets a value that determines the group width as a percentage for the Box and Whisker chart. The default value for this property is 0.8. The min value is 0 and max value is 1.
シンタックス
'宣言
 
Public Function GroupWidth( _
   ByVal value As System.Single _
) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> GroupWidth( 
   System.float value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

BoxWhiskerBuilder<T> クラス
BoxWhiskerBuilder<T> メンバ