ArcSizeAuto Property
The ArcSizeAuto property returns or sets the automatic wind chart arc size. This setting only used if automatic binning is used (AutoBin property). Returns a Double.
Syntax
object.ArcSizeAuto
object.ArcSizeAuto = ArcSizeAuto
Parameter | Type | Description |
ArcSizeAuto | Double | required, true enables automatic arc sizing |
Remarks
If ArcSizeAuto is false, set the arc size with the ArcSize property.
Example 1
This example shows how to disable automatic arc sizing.
WindChart.ArcSizeAuto = False
Used by: AutoWindChart object