WidthType Property [AutoBarChart, AutoFloatingBarChart]
The WidthType property returns/sets the bar width type. Returns a Long.
Syntax
object.WidthType
object.WidthType =WidthType
Parameter | Type | Description |
WidthType | Long | required, grfBarWidthType |
Example 1
This example shows how to set the width for a bar chart to a column.
Bar1.WidthType = grfWidthColumn
Example 2
This example shows how to set the width for a floating bar chart to a fixed width.
Floating1.WidthType = grfWidthFixed