ASP.NET Core MVC コントロールヘルプ
PlotAreaBuilder クラス メンバ
メソッド 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : PlotAreaBuilder クラス

PlotAreaBuilderデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCreates one PlotAreaBuilder instance to configurate obj.  
トップ
パブリック メソッド
 名前解説
Public メソッドConfigurates C1.Web.Mvc.PlotArea.Column. Sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.  
Public メソッドConfigurates C1.Web.Mvc.PlotArea.Height. Sets height of the plot area. The height can be specified as number(sets the height in pixels) or string in the format '{number}*' (star sizing).  
Public メソッドConfigurates C1.Web.Mvc.PlotArea.Name. Sets the plot area name.  
Public メソッドConfigurates C1.Web.Mvc.PlotArea.Row. Sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.  
Public メソッドConfigurates C1.Web.Mvc.PlotArea.Style. Sets the style of the plot area.  
Public メソッドConfigurates C1.Web.Mvc.PlotArea.Width. Sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing).  
トップ
参照

PlotAreaBuilder クラス
C1.Web.Mvc.Fluent 名前空間