Share via


Size.Width property

Defines the width of the chart in pixels.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Property Width As Integer
    Get
    Set
'Usage
Dim instance As Size
Dim value As Integer

value = instance.Width

instance.Width = value
public int Width { get; set; }

Property value

Type: System.Int32
Returns Int32.

Remarks

The allowable range is 4 to 4096 pixels.

See also

Reference

Size class

Size members

Microsoft.Office.Excel.Server.WebServices namespace