Skip to main content
All docs
V24.2

DxRangeSelectorScale Members

Defines a Range Selector scale.

Constructors

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

Properties

Name Description
AllowDecimals Specifies whether the scale displays labels with decimal values.
DiscreteDivisionMode Specifies whether ticks and grid lines lie between or next to scale labels.
EndOnTick Specifies whether the scale should start and end on major ticks.
EndValue Specifies the end value of the scale’s visual range.
Holidays Specifies dates that DxRangeSelector marks as holidays.
LinearThreshold Specifies a linear threshold for a logarithmic scale when it includes non-positive values.
LogarithmBase Specifies the value to be raised to a power when DxRangeSelector generates ticks for the scale of the Logarithmic type.
MaxRange Specifies the maximum range that users can select on the scale. Does not apply to discrete scales.
MinorTickCount Specifies the number of minor scale ticks between two neighboring major ticks.
MinorTickInterval Specifies the interval between minor scale ticks. Applies only to continuous scales.
MinRange Specifies the minimum range that users can select on the scale. Does not apply to discrete scales.
PlaceholderHeight Reserves an area for the scale and its visual elements (labels and markers).
ShowCustomBoundaryTicks Specifies whether to display ticks for start and end scale values when they do not match major or minor ticks.
StartValue Specifies the start value of the scale’s visual range.
TickInterval Specifies the interval between major scale ticks. Does not apply to discrete scales.
Type Specifies the scale type.
ValueType Specifies the data type of the Range Selector’s scale. Casts values from the assigned data source to the target type if required.
WorkDates Specifies dates that DxRangeSelector treats as workdays.
WorkdaysOnly Specifies whether the Range Selector displays only workdays on the scale.

Methods

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 a string that represents the current object. Inherited from Object.
See Also