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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ExtraOptionsBuilder クラス : GroupWidth メソッド
The value.
Configurates C1.Web.Mvc.ExtraOptions.GroupWidth. Specifies the group width for Column charts, or the group height for Bar charts.The group width can be specified in pixels or percent of available space.
シンタックス
'宣言
 
Public Function GroupWidth( _
   ByVal value As System.String _
) As ExtraOptionsBuilder
public ExtraOptionsBuilder GroupWidth( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value is "70%"
参照

ExtraOptionsBuilder クラス
ExtraOptionsBuilder メンバ