Skip to main content
All docs
V18.2

ASPxClientDashboardItemRequestUnderlyingDataParameters.AxisPoints Property

Gets or sets axis points used to obtain the underlying data.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPoint[] AxisPoints { get; set; }

Property Value

Type Description
ASPxClientDashboardItemDataAxisPoint[]

An array of ASPxClientDashboardItemDataAxisPoint objects that represent axis points.

Remarks

Note that the AxisPoints property should accept points from different data axes.

See Also