Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NumericChartRangeControlClientGridOptions Members

Contains specific settings which define the representation of grid lines and labels in the numeric chart range control client.

#Constructors

Name Description
NumericChartRangeControlClientGridOptions() Initializes a new instance of the NumericChartRangeControlClientGridOptions class.

#Properties
Show Inherited Hide Inherited

Name Description
Auto Gets or sets a value that specifies whether the grid properties are calculated automatically. Inherited from ChartRangeControlClientGridOptions.
GridSpacing Gets or sets a value that specifies the interval between grid lines. Inherited from ChartRangeControlClientGridOptions.
LabelFormat Gets or sets the string used to format chart argument values. Inherited from ChartRangeControlClientGridOptions.
LabelFormatProvider Gets or set the format provider to format the values displayed by argument labels of the chart range control client. Inherited from ChartRangeControlClientGridOptions.
ShowGridlinesErrorMessage Gets or sets a value which specifies whether to show the grid lines error message in the range control’s viewport. Inherited from ChartRangeControlClientGridOptions.
SnapSpacing Gets or sets the numeric snap step. Inherited from ChartRangeControlClientGridOptions.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the current ChartRangeControlClientGridOptions object. Inherited from ChartRangeControlClientGridOptions.
See Also