ChartRangeControlClientGridOptions.SnapMode Property
Specifies the current snap mode of a chart range control client.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartRangeControlClientSnapMode SnapMode { get; set; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
Available values:
Name | Description |
---|---|
Auto | Identifies the auto snap mode of the chart range control client, in which the values of Chart In the image below, the Snap |
Chart |
Identifies the chart measure unit mode of the chart range control client, in which the Chart For example, in the image below, the Date |
Manual | Identifies the manual snap mode of the chart range control client, meaning that the Chart For example, in the image below, the Chart |
#Remarks
Use the SnapMode property to define which snap mode of the chart range control client should be used: manual, automatic or chart measure unit.
Note that if you defined one of the ChartRangeControlClientGridOptions.SnapSpacing, ChartRangeControlClientGridOptions.SnapOffset or ChartRangeControlClientDateTimeGridOptions.SnapAlignment properties in the ChartRangeControlClientSnapMode.Auto snap mode, this mode is changed to ChartRangeControlClientSnapMode.Manual.