FixedWidth Property [AutoBarChart, AutoFloatingBarChart]

The FixedWidth property returns/sets the width of the bars (in inches) if the WidthType is set to grfWidthFixed. Returns a double.

Syntax

object.FixedWidth

object.FixedWidth =FixedWidth

 

Parameter Type Description
FixedWidth Double required

Example 1

This example shows how to set the width to a fixed value for a bar chart.

Bar1.WidthType = grfWidthFixed

Bar1.FixedWidth = 0.15

Example 2

This example shows how to set the width to a fixed value for a floating bar chart.

Floating1.WidthType = grfWidthFixed

Floating1.FixedWidth = 0.15

 

Used by: AutoBarChart object, AutoFloatingBarChart object