ElementPosition.Width Property

.NET Framework (current version)
 

Gets or sets the width of a chart element.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property Width As Single

Property Value

Type: System.Single

A float value that represents the width of a chart element.

This property always uses relative coordinates; if you set a value outside the 0-100 pixel range, an exception will be thrown.

.NET Framework
Available since 4.0
Return to top
Show: