Skip to main content

Dimension(String, DimensionDefinition, Int32) Constructor

Initializes a new instance of the Dimension class with the specified identifier, dimension definition and group index.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public Dimension(
    string id,
    DimensionDefinition definition,
    int groupIndex
)

Parameters

Name Type Description
id String

A String that specifies the dimension identifier. This value is assigned to the DataItem.UniqueId property.

definition DimensionDefinition

A DimensionDefinition object that specifies the dimension definition.

groupIndex Int32

An integer value that specifies the index of the group which owns this Dimension. This value is assigned to the Dimension.GroupIndex property.

See Also