[]
• Optional baseUnit: TimeUnit
The base unit scale of the date category axis.
• Optional crossPoint: number | AxisCrossPoint
Indicates the axis crosses value.
• Optional displayUnit: IDisplayUnit
The display unit informations of the axis.
• Optional format: string
The format of the axis.
• Optional labelAngle: number
The label angle of the axis.
• Optional lineStyle: IBorder
The line style of the axis.
• Optional majorGridLine: IGridLine
The major grid line of the axis.
• Optional majorTickPosition: TickMark
The major tick position of the axis.
• Optional majorUnit: number
The major unit of the primary category axis.
• Optional majorUnitScale: TimeUnit
The major unit scale of the date category axis.
• Optional max: number | Date
The maximum value of the related axis. (for value / date axis only)
• Optional min: number | Date
The minimum value of the related axis. (for value / date axis only)
• Optional minorGridLine: IGridLine
The minor grid line of the axis.
• Optional minorTickPosition: TickMark
The minor tick position of the axis.
• Optional minorUnit: number
The minor unit of the primary category axis.
• Optional minorUnitScale: TimeUnit
The minor unit scale of the date category axis.
• Optional numberFormatLinked: boolean
Whether to apply the format of the linked data source.
• Optional scaling: IScaling
The scaling informations of the axis.
• Optional style: IAxisStyle
The style of the axis.
• Optional tickLabelPosition: TickLabelPosition
The axis tick label position.
• Optional tickLabelSpacing: number
The axis tick label spacing.
• Optional title: IAxisTitle
The title of the axis.
• Optional visible: boolean
Indicates if the specified axis should be shown.