SpeedBinFill Method

The SpeedBinFill method returns the AutoFill object for the specified custom speed bin for a wind chart. This is a read-only property.

Syntax

object.SpeedBinFill( index )

 

Parameter Type Description
index Short required, index of bin (returned by AddSpeedBin)

 

Example

This example shows how to change the second speed bin color.

WindChart.SpeedBinFill(2).PatternName = Solid

WindChart.SpeedBinFill(2).foreColor = grfColorBlack20

 

Used by: AutoWindChart object