title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ChartObject.Width property (Excel) |
vbaxl10.chm494095 |
|
|
ebe9523f-2777-fd27-a29e-c378355c3c18 |
04/20/2019 |
medium |
Returns or sets a Double value that represents the width, in points, of the object.
expression.Width
expression A variable that represents a ChartObject object.
This example sets the width of the embedded chart.
Worksheets("Sheet1").ChartObjects(1).Width = 360
[!includeSupport and feedback]