Skip to main content
A newer version of this page is available. .

AxisPoint.Dimension Property

Gets the last level dimension corresponding to the current AxisPoint.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public DimensionDescriptor Dimension { get; }

Property Value

Type Description
DimensionDescriptor

A DimensionDescriptor object that contains the dimension metadata.

See Also