Skip to main content

AxisValuesDictionary Type

Lists values that specify the unique dimension values.

Declaration

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

Members

Type
[axisName: string]: PrimitiveType[]