ChartArea.Width Property
Returns or sets a Double value that represents the width, in points, of the object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Width As Double
Get
Set
'Usage
Dim instance As ChartArea
Dim value As Double
value = instance.Width
instance.Width = value
double Width { get; set; }
Property Value
Type: System.Double
Double