Skip to main content

ChartRangeControlClientGridOptions.ShowGridlinesErrorMessage Property

Gets or sets a value which specifies whether to show the grid lines error message in the range control’s viewport.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public bool ShowGridlinesErrorMessage { get; set; }

Property Value

Type Description
Boolean

true, to show the grid lines error message in the range control’s viewport; otherwise,false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowGridlinesErrorMessage
ChartRangeControlClientBase
.GridOptions .ShowGridlinesErrorMessage

Remarks

Use the ShowGridlinesErrorMessage property to specify whether to show the error message when the interval between grid lines is too small to be represented in the chart client.

Note that the ShowGridlinesErrorMessage property is set to true by default.

The image below shows the grid error message in the range control’s viewport when the ChartRangeControlClientGridOptions.GridSpacing property is set to 0.

ChartClient_GridErrorMessage

See Also