Chart(Int32, Int32, String, String) Konstruktor

Definice

Inicializuje novou instanci Chart třídy .

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)

Parametry

width
Int32

Šířka celého obrázku grafu v pixelech

height
Int32

Výška celého obrázku grafu (v pixelech).

theme
String

(Volitelné) Šablona (motiv), která se má použít u grafu.

themePath
String

(Volitelné) Cesta k šabloně (motivu) a název souboru, který se použije u grafu.

Platí pro