Back to Devexpress

ItemDataAxisName Type

dashboard-js-devexpress-dot-dashboard-dot-data-bea27a56.md

latest1.5 KB
Original Source

ItemDataAxisName Type

Lists values that specify the name of the data axis.

Declaration

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

Members

NameDescription
"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.

|