BubbleChart.YVisual

Syntax

YVisual: PP.CoordinateVisual;

Description

The YVisual property contains mapping settings for bubble chart Y axis series values.

Comments

Use the setYVisual method to set the property value, and the getYVisual method to get the property value. Property value cannot be set from JSON.

Example

The example of use is given in the page with description of the BubbleChart.XVisual property.

See also:

BubbleChart