Chart.Height Właściwość

Definicja

Pobiera lub ustawia wysokość całego obrazu wykresu w pikselach.

public:
 virtual property System::Web::UI::WebControls::Unit Height { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public override System.Web.UI.WebControls.Unit Height { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Height : System.Web.UI.WebControls.Unit with get, set
Public Overrides Property Height As Unit

Wartość właściwości

Unit Wartość reprezentująca wysokość w pikselach całego obrazu wykresu.

Atrybuty

Uwagi

Nie należy określać wartości procentowej (%) ani punktu (pt). W przeciwnym razie jest zgłaszany wyjątek.

Dotyczy