Chart.Width Właściwość

Definicja

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

public:
 virtual property System::Web::UI::WebControls::Unit Width { 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 Width { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Width : System.Web.UI.WebControls.Unit with get, set
Public Overrides Property Width As Unit

Wartość właściwości

Unit

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

Atrybuty

Uwagi

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

Dotyczy