次の方法で共有


Chart(Int32, Int32, String, String) コンストラクター

定義

Chart クラスの新しいインスタンスを初期化します。

public Chart(int width, int height, string theme = default, string themePath = default);
new System.Web.Helpers.Chart : int * int * string * string -> System.Web.Helpers.Chart
Public Sub New (width As Integer, height As Integer, Optional theme As String = null, Optional themePath As String = null)

パラメーター

width
Int32

グラフ イメージ全体の幅 (ピクセル単位)。

height
Int32

グラフ イメージ全体の高さ (ピクセル単位)。

theme
String

(省略可能) グラフに適用するテンプレート (テーマ)。

themePath
String

(省略可能) グラフに適用するテンプレート (テーマ) のパスおよびファイル名。

適用対象