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" | |
"Argument" | Identifies an argument axis in a chart, scatter chart and pie. |
"Sparkline" | |
"Column" | Identifies a pivot column axis. |
"Row" | Identifies a pivot row axis. |