Share via


Overlap Property

Returns or sets the amount of overlap between markers within a single category. Positive values cause the markers to overlap, and negative values cause the markers to separate. The default value is zero (0), and the valid range is from –100 through 100. Read/write Long.

expression.Overlap

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the overlap value for the specified chart.

ChartSpace1.Charts(0).Overlap = 25

Applies to | ChChart Object | ChSeries Object

See Also | GapWidth Property