BarStyle Property
The BarStyle property returns or sets the Bar Style property for bar-type graphs. Returns a grfBarStyle.
Syntax
object.BarStyle
object.BarStyle = BarStyle
Parameter | Type | Description |
BarStyle | Enum | required, grfBarStyle |
Example
This example shows how to set the bar style to Inverse cone.
BarChart.BarStyle = grfInvCone
Used by: AutoBarChart object, AutoHistogram object, AutoFloatingBar object