Include property (Excel Graph)
True if the data in the specified row or column is included in the chart. Read/write Variant.
expression.Include
expression Required. An expression that returns one of the objects in the Applies To list.
This example causes the data in the second row on the datasheet to be excluded from the chart.
With myChart.Application.DataSheet
.Rows(2).Include = False
End With
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.