ChartTypePoint.getRoundedMarkerPixels Method

Modifies the plotted marker center and size to round the marker edges.
 

Parameters

x

Type: Number
The horizontal pixel position of the marker center.
y

Type: Number
The vertical pixel position of the marker center.
easedMultiplier

Type: Number - May be null
strokeWidth

Type: Number
The effective stroke width in pixels.
xPixels

Type: Array
An array that can be used to store the calculated vertical edges of markers between calls.
yPixels

Type: Array
An array that can be used to store the calculated horizontal edges of markers between calls.

Return Value


Type: Object
An object with properties:
     x       [type: Number]
     y       [type: Number]
     width   [type: Number]
     height  [type: Number]