[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.IAxis

Interface: IAxis

Sheets.Charts.IAxis

Table of contents

Properties

Properties

baseUnit

Optional baseUnit: TimeUnit

The base unit scale of the date category axis.


crossPoint

Optional crossPoint: number | AxisCrossPoint

Indicates the axis crosses value.


displayUnit

Optional displayUnit: IDisplayUnit

The display unit informations of the axis.


format

Optional format: string

The format of the axis.


labelAngle

Optional labelAngle: number

The label angle of the axis.


lineStyle

Optional lineStyle: IBorder

The line style of the axis.


majorGridLine

Optional majorGridLine: IGridLine

The major grid line of the axis.


majorTickPosition

Optional majorTickPosition: TickMark

The major tick position of the axis.


majorUnit

Optional majorUnit: number

The major unit of the primary category axis.


majorUnitScale

Optional majorUnitScale: TimeUnit

The major unit scale of the date category axis.


max

Optional max: number | Date

The maximum value of the related axis. (for value / date axis only)


min

Optional min: number | Date

The minimum value of the related axis. (for value / date axis only)


minorGridLine

Optional minorGridLine: IGridLine

The minor grid line of the axis.


minorTickPosition

Optional minorTickPosition: TickMark

The minor tick position of the axis.


minorUnit

Optional minorUnit: number

The minor unit of the primary category axis.


minorUnitScale

Optional minorUnitScale: TimeUnit

The minor unit scale of the date category axis.


numberFormatLinked

Optional numberFormatLinked: boolean

Whether to apply the format of the linked data source.


scaling

Optional scaling: IScaling

The scaling informations of the axis.


style

Optional style: IAxisStyle

The style of the axis.


tickLabelPosition

Optional tickLabelPosition: TickLabelPosition

The axis tick label position.


title

Optional title: IAxisTitle

The title of the axis.


visible

Optional visible: boolean

Indicates if the specified axis should be shown.