Skip to main content

AxisValuesDictionary Type

In This Article

Lists values that specify the unique dimension values.

#Declaration

TypeScript
export type AxisValuesDictionary = {
    [axisName: string]: Array<DevExpress.Dashboard.Data.PrimitiveType>;
}

#Members

Type
[axisName: string]: PrimitiveType[]