Search results

AxisSetModel API in React Pivot Table API component

Interface for a class AxisSet

Properties

axis

string

Specifies its axis where it is plotted.

colSpan

number

Specifies its column span.

columnHeaders

string | number | Date

Specifies the column header of a value cell.

formattedText

string

Specifies header name.

hasChild

boolean

Specifies the field whether it has child or not.

index

number[]

Specifies its position collections in data source.

indexObject

INumberIndex

Specifies its position collections in data source with indexed object.

isDrilled

boolean

Specifies the drilled state of the header.

isSum

boolean

Specifies whether the cell is summary or not.

level

number

Specifies its level.

members

this[]

Specifies its child members.

ordinal

number

Specifies its position in its field.

rowHeaders

string | number | Date

Specifies the row header of a value cell.

rowSpan

number

Specifies its row span.

type

string

Specifies header type.

value

number

Specifies its value.

valueSort

IDataSet

Specifies the data collection which is to be framed for value sorted members.