BarStacks Property

The BarStacks property returns or sets the bar stacks property for 3D Bar-type graphs. Returns an Integer.

Syntax

object.BarStacks

object.BarStacks = BarStacks

 

Parameter Type Description
BarStacks Integer required, integer value starting at 1

 

Remarks

This property has no relevance if the BarStyle property is set to grfBox.

Example

This example shows how to set the number of stacks for a 3D bar chart.

3D

BarChart.BarStacks = 5

 

Used by: Auto3DBarChart object, Auto3DFloatingBar object, Auto3DHistogram object, Auto3DXYZBarChart object