Reference

AxisStyle

Defines how an axis looks like and behaves

Properties

  • axisLineColor

    The color of the axis line

    null | string
  • axisLineWidth

    The width of the axis line

    null | number
  • axisSide

    The side on which to put the axis

    null | Side
  • axisSize

    The width of the axis (if placed on the left or right side of a chart) or the height of the axis (if placed on the top or bottom side of a chart)

    null | number
  • tickFont

    The font to be used for the ticks

    null | FontStyle
  • tickLabelColor

    The color to be used for the tick labels

    null | string
  • tickLabelGap

    The gap between the end of an axis ticks and its label

    null | number
  • tickLength

    The length of a tick

    null | number
  • title

    The title of the axis

    null | string
  • titleColor

    The color of the axis title

    null | string
  • titleFont

    The font of the axis title

    null | FontStyle
  • titleGap

    The space that is added to the width (vertical axis) or height (horizontal axis) of the text box of the title

    null | number