Skip to main content
All docs
V18.2

ASPxClientDashboardItemRequestUnderlyingDataParameters.UniqueValuesByAxisName Property

Gets or sets the unique dimension value used to obtain the underlying data.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public object UniqueValuesByAxisName { get; set; }

Property Value

Type Description
Object

The unique dimension value.

See Also