Skip to main content

ChartAxisX.VisiblePointsCount Property

Gets or sets the number of visible points displayed for the current X-axis.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(10)]
public int VisiblePointsCount { get; set; }

Property Value

Type Default Description
Int32 10

An integer value that specifies the number of visible points displayed for the current X-axis.

Remarks

You can limit the number of visible points by enabling the ChartAxisX.LimitVisiblePoints flag. The VisiblePointsCount property allows you to specify the maximum number of visible points.

If the number of all points exceeds the number of visible points, the chart X-axis allows end-users to perform navigation using its scroll bar.

See Also