[]
• オプション
baseUnit: TimeUnit
日付のカテゴリ軸の基本間隔。
• オプション
crossPoint: number
| AxisCrossPoint
軸が値と交差することを示します。
• オプション
displayUnit: IDisplayUnit
軸の表示単位情報。
• オプション
format: string
軸の書式設定。
• オプション
labelAngle: number
軸のラベル角度。
• オプション
lineStyle: IBorder
軸の線のスタイル。
• オプション
majorGridLine: IGridLine
軸の主グリッド線。
• オプション
majorTickPosition: TickMark
軸の目盛の位置。
• オプション
majorUnit: number
第1カテゴリ軸の目盛間隔。
• オプション
majorUnitScale: TimeUnit
日付のカテゴリ軸の目盛間隔。
• オプション
max: number
| Date
関連する軸の最大値。 (値軸/日付軸のみ)
• オプション
min: number
| Date
関連する軸の最小値。 (値軸/日付軸のみ)
• オプション
minorGridLine: IGridLine
軸の補助グリッド線。
• オプション
minorTickPosition: TickMark
軸の補助目盛の位置。
• オプション
minorUnit: number
第1カテゴリ軸の補助目盛間隔。
• オプション
minorUnitScale: TimeUnit
日付のカテゴリ軸の補助目盛間隔。
• オプション
numberFormatLinked: boolean
リンクされたデータソースの形式を適用するかどうか。
• オプション
scaling: IScaling
軸の目盛情報。
• オプション
style: IAxisStyle
軸のスタイル。
• オプション
tickLabelPosition: TickLabelPosition
軸の目盛ラベルの位置。
• オプション
tickLabelSpacing: number
軸の目盛ラベルの間隔。
• オプション
title: IAxisTitle
軸のタイトル。
• オプション
visible: boolean
指定した軸を表示するかどうかを示します。