WidthColUnits Property
The WidthColUnits property returns/sets the bar width column type. Returns a Long.
Syntax
object.WidthColUnits
object.WidthColUnits =WidthColUnits
Parameter | Type | Description |
WidthColUnits | Long | required, grfWidthColUnitsType |
Example 1
This example shows how to set the width for a bar chart to a column with percentage widths.
Bar1.WidthColUnits = grfWidthColUnitsTypePercentage
Example 2
This example shows how to set the width for a floating bar chart to an interval width.
Floating1.WidthColUnits = grfWidthColUnitsTypeAxisInterval