AngleWidth Property
The AngleWidth property returns or sets the polar bar chart Angle width value when the AutoAngleWidth property is false. Returns a Double.
Syntax
object.AngleWidth
object.AngleWidth = AngleWidth
Parameter | Type | Description |
AngleWidth | Double | required, angle width value in degrees |
Example 1
This example shows how to return the angle width value.
Debug.Print "Angle width = "; PolarBarChart.AngleWidth
Example 2
This example shows how to set the angle width to 2 degrees.
PolarBarChart.AngleWidth = 2
Used by: AutoPolarBarChart object