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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
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.