ChartCommon.ShowUnsupportedTypes

Syntax

ShowUnsupportedTypes: Boolean

Description

The ShowUnsupportedTypes property determines whether unsupported types are shown in the list of chart types.

Comments

Use JSON or the setShowUnsupportedType method to set the property value, and the getShowUnsupportedTypes method to get the property value.

The property is set to true if the list of chart types includes unsupported types, and false, if it does not include them.

Example

The example of property use is given on the Example of ChartMaster and ChartBox Components Collocation page.

See also:

 ChartCommon