Type of a scale label strategy function. Defines how scale labels are aligned.
Supported property types:
alignmentX
alignmentY
paddingX
paddingY
chart
axis
axisIndex
axisCount
axisTag
axisAngle
webIndex
webCount
labelPadding
SpiderScaleLabelPosition (modified position object) or undefined to not display the label.
Object containing label position and additional chart, axis, and label information.
Type of a scale label strategy function. Defines how scale labels are aligned.
Supported property types:
alignmentX- Alignment X [-1, 1], where -1 is left and 1 is right extremealignmentY- Alignment Y [-1, 1], where -1 is bottom and 1 is top extremepaddingX- Padding in X direction as pixelspaddingY- Padding in Y direction as pixelschart- The SpiderChart instance used in the chart.axis- The SpiderAxis instance representing the axis.axisIndex- Index of the axis. 0 is always directly up.axisCount- Total number of axes in the chart.axisTag- Name of the axis.axisAngle- Angle of the axis in radians.webIndex- Index of the web. 0 is always the outer-edge of the spider.webCount- Total number of webs in the chart.labelPadding- Padding of the label as set in the chart.Returns
SpiderScaleLabelPosition (modified position object) or undefined to not display the label.