Skip to main content
All docs
V18.2

ASPxClientDashboardItemRequestUnderlyingDataParameters.ValuesByAxisName Property

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public object ValuesByAxisName { get; set; }

Property Value

Type Description
Object

The dimension value.

See Also