DisplayAsPercent Property

The DisplayAsPercent property returns or sets the wind chart counts as percent values. DisplayAsFreq Property must be true to display percent labels. Returns a Boolean.

Syntax

object.DisplayAsPercent

object.DisplayAsPercent = DisplayAsPercent

 

Parameter Type Description
DisplayAsPercent Boolean required, true to display radius labels as percent

 

Example

This example shows how to display the wind chart radius axis values as percents.

WindChart.DisplayAsFreq=True

WindChart.DisplayAsPercent=True

 

Used by: AutoWindChart Object