ChartCanvasAxis.PositionValue

Syntax

PositionValue: Number;

Description

The PositionValue property determines axis position relative to the chart plot area.

Comments

Use JSON to set the property value and the getPositionValue(withoutLogic) method to get the property value. withoutLogic parameter. If the value is True, it returns the values saved in the property, if the value is False, it calculates the current position depending on the value of the ChartCanvasAxis.Position property.

The property is applied if the ChartCanvasAxis.Position property is set to "custom".

Example

The example of use is given on the Example of Creating a Scatter Chart page.

See also:

ChartCanvasAxis