title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Chart.DisplayBlanksAs property (Excel) |
vbaxl10.chm149101 |
|
|
b4e18939-6214-25e8-a0cd-c984b9f82346 |
04/16/2019 |
medium |
Returns or sets the way that blank cells are plotted on a chart. Can be one of the XlDisplayBlanksAs constants. Read/write Long.
expression.DisplayBlanksAs
expression A variable that represents a Chart object.
This example sets Microsoft Excel to not plot blank cells on Chart1.
Charts("Chart1").DisplayBlanksAs = xlNotPlotted
[!includeSupport and feedback]