Reference

TimeAxisStyle

Defines how a time 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
  • offsetAreaFills

    The colors to be used for the offset area. Every string must denote a valid CSS color definition. If there are more offsets than colors this array will be traversed again beginning with the first element (modulo).

    null | string[]
  • offsetAreaSize

    The height (horizontal axis) or width (vertical axis) of the offset area

    null | number
  • offsetAreaTickLabelGap

    The gap between the tick label and the offset area

    null | number
  • offsetTickLabelColor

    The color to be used for the tick labels displayed in the offset area

    null | string
  • 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