getSize(ignoreSize: Boolean, calcShift: Boolean);
ignoreSize. Indicates whether axis width can be determined even if it is less than the minimum value. Available values:
true. Axis width is determined even if its value for the axis is less than the minimum value.
false. Axis width is not determined if its value for the axis is less than the minimum value (default).
calcShift. Indicates whether the chart shift is accounted for when multiple axes are positioned on the same side. Available values:
true. Axis shift is accounted for when multiple axes are positioned on the same side.
false. Axis shift is not accounted for when multiple axes are positioned on the same side (default).
The getSize method returns pixel width of the chart axis.
The method returns value of the Number type.
The example of use is given on the Example of Creating a Scatter Chart page.
See also: