ChartRangeControlClientSnapMode Enum
Lists the values that specify the snap mode for a chart range control client.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ChartRangeControlClientSnapMode
#Members
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 |
#Related API Members
The following properties accept/return ChartRangeControlClientSnapMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Chart |
Win |
Chart |
#Remarks
The values listed by the ChartRangeControlClientSnapMode enumeration are used to set the ChartRangeControlClientGridOptions.SnapMode property.