Skip to main content

ItemDataAxisName Type

Lists values that specify the name of the data axis.

Declaration

export type ItemDataAxisName = "Default" | "Series" | "Argument" | "Sparkline" | "Column" | "Row"

Members

Name Description
"Default"

Identifies a default axis in all data-bound dashboard items.

"Series"

Identifies a series axis in a chart and pie.

"Argument"

Identifies an argument axis in a chart, scatter chart and pie.

"Sparkline"

Identifies a sparkline axis in a grid and cards.

"Column"

Identifies a pivot column axis.

"Row"

Identifies a pivot row axis.