Chart.Width Proprietà

Definizione

Ottiene o imposta la larghezza in pixel dell'intera immagine del grafico.

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

Valore della proprietà

Unit

Valore di Unit che rappresenta la larghezza in pixel dell'intera immagine del grafico.

Attributi

Commenti

Non specificare il valore in percentuale (%) o punto (pt). In caso contrario, viene generata un'eccezione.

Si applica a