Back to Devexpress

DxRangeSelectorScale Members

blazor-devexpress-dot-blazor-dot-dxrangeselectorscale-dot-underscore-members.md

latest6.3 KB
Original Source

DxRangeSelectorScale Members

Defines a Range Selector scale.

Constructors

NameDescription
DxRangeSelectorScale()Initializes a new instance of the DxRangeSelectorScale class.

Properties

NameDescription
AllowDecimalsSpecifies whether the scale displays labels with decimal values.
DiscreteDivisionModeSpecifies whether ticks and grid lines lie between or next to scale labels.
EndOnTickSpecifies whether the scale should start and end on major ticks.
EndValueSpecifies the end value of the scale’s visual range.
HolidaysSpecifies dates that DxRangeSelector marks as holidays.
LinearThresholdSpecifies a linear threshold for a logarithmic scale when it includes non-positive values.
LogarithmBaseSpecifies the value to be raised to a power when DxRangeSelector generates ticks for the scale of the Logarithmic type.
MaxRangeSpecifies the maximum range that users can select on the scale. Does not apply to discrete scales.
MinorTickCountSpecifies the number of minor scale ticks between two neighboring major ticks.
MinorTickIntervalSpecifies the interval between minor scale ticks. Applies only to continuous scales.
MinRangeSpecifies the minimum range that users can select on the scale. Does not apply to discrete scales.
PlaceholderHeightReserves an area for the scale and its visual elements (labels and markers).
ShowCustomBoundaryTicksSpecifies whether to display ticks for start and end scale values when they do not match major or minor ticks.
StartValueSpecifies the start value of the scale’s visual range.
TickIntervalSpecifies the interval between major scale ticks. Does not apply to discrete scales.
TypeSpecifies the scale type.
ValueTypeSpecifies the data type of the Range Selector’s scale. Casts values from the assigned data source to the target type if required.
WorkDatesSpecifies dates that DxRangeSelector treats as workdays.
WorkdaysOnlySpecifies whether the Range Selector displays only workdays on the scale.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DxRangeSelectorScale Class

DevExpress.Blazor Namespace