MapChart.SelectedPies

Syntax

SelectedPies: Object;

Description

The SelectedPies property determines an array of selected pie factors.

Comments

Use JSON or the setSelectedPies method to set the property value and the getSelectedPies method to get the property value.

The property contains an object of the format: {<pie_id>: {<mapping_id>: true}}.

Example

The property use is identical to the SelectedBars property, use pie factor identifier instead of column identifier.

See also:

MapChart