BarSlices Property
The BarSlices property returns or sets the bar slices property for 3D Bar-type graphs. Returns an Integer.
Syntax
object.BarSlices
object.BarSlices = BarSlices
Parameter | Type | Description |
BarSlices | 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 slices for a 3D bar chart.
3DBarChart.BarSlices = 2
Used by: Auto3DBarChart object, Auto3DFloatingBar object, Auto3DHistogram object, Auto3DXYZBarChart object