[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.IAxis

インターフェイス: IAxis

Sheets.Charts.IAxis

Table of contents

プロパティ

プロパティ

baseUnit

オプション baseUnit: TimeUnit

日付のカテゴリ軸の基本間隔。


crossPoint

オプション crossPoint: number | AxisCrossPoint

軸が値と交差することを示します。


displayUnit

オプション displayUnit: IDisplayUnit

軸の表示単位情報。


format

オプション format: string

軸の書式設定。


labelAngle

オプション labelAngle: number

軸のラベル角度。


lineStyle

オプション lineStyle: IBorder

軸の線のスタイル。


majorGridLine

オプション majorGridLine: IGridLine

軸の主グリッド線。


majorTickPosition

オプション majorTickPosition: TickMark

軸の目盛の位置。


majorUnit

オプション majorUnit: number

第1カテゴリ軸の目盛間隔。


majorUnitScale

オプション majorUnitScale: TimeUnit

日付のカテゴリ軸の目盛間隔。


max

オプション max: number | Date

関連する軸の最大値。 (値軸/日付軸のみ)


min

オプション min: number | Date

関連する軸の最小値。 (値軸/日付軸のみ)


minorGridLine

オプション minorGridLine: IGridLine

軸の補助グリッド線。


minorTickPosition

オプション minorTickPosition: TickMark

軸の補助目盛の位置。


minorUnit

オプション minorUnit: number

第1カテゴリ軸の補助目盛間隔。


minorUnitScale

オプション minorUnitScale: TimeUnit

日付のカテゴリ軸の補助目盛間隔。


numberFormatLinked

オプション numberFormatLinked: boolean

リンクされたデータソースの形式を適用するかどうか。


scaling

オプション scaling: IScaling

軸の目盛情報。


style

オプション style: IAxisStyle

軸のスタイル。


tickLabelPosition

オプション tickLabelPosition: TickLabelPosition

軸の目盛ラベルの位置。


tickLabelSpacing

オプション tickLabelSpacing: number

軸の目盛ラベルの間隔。


title

オプション title: IAxisTitle

軸のタイトル。


visible

オプション visible: boolean

指定した軸を表示するかどうかを示します。