ArcSize Property

The ArcSize property returns or sets wind chart arc size. This setting only used if automatic binning is enabled (AutoBin property) and ArcSizeAuto is set to false. Returns a Double.

Syntax

object.ArcSize

object.ArcSize = ArcSize

 

Parameter Type Description
ArcSize Double required, value in degrees

 

Example

This example shows how to set the arc size to 10.

WindChart.ArcSize = 10

 

Used by: AutoWindChart object