Skip to main content

BootstrapRangeSelectorScale Members

Stores settings of the Range Selector control’s scale.

Constructors

Name Description
BootstrapRangeSelectorScale(IPropertiesOwner) Initializes a new instance of the BootstrapRangeSelectorScale class with the specified owner.

Properties

Name Description
AggregationGroupWidth Specifies the length of aggregation intervals in pixels.
AggregationInterval Specifies the length of aggregation intervals in scale units.
AggregationIntervalUnit Specifies the time measurement unit used to calculate aggregation intervals for date-time scales.
Categories Specifies the order in which arguments (categories) are arranged on the scale.
EndValue Specifies the end value of the scale.
EndValueString This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Holidays Explicitly specifies particular days to be excluded from the scale, when BootstrapRangeSelectorScale.WorkdaysOnly is set to true.
Label Provides access to scale label settings.
LogarithmBase Specifies the value to be raised to a power when generating ticks for a scale of the logarithmic type.
Marker Provides access to options for the date-time scale’s markers.
MaxRange Specifies the maximum range that can be selected.
MinorTickCount Specifies how many minor ticks to place between two neighboring major ticks.
MinorTickCssClass Gets or sets the name of a CSS class applied to a minor tick element.
MinorTickInterval Specifies the interval between minor ticks.
MinorTickIntervalUnit Specifies the measurement unit of the minor tick interval.
MinorTickVisible Specifies whether minor ticks are visible.
MinRange Specifies the maximum range that can be selected.
PlaceholderHeight Specifies the height of the space reserved for the scale in pixels.
RangeIntervalUnit Specifies the measurement unit of the selected range interval.
SetTicksAtUnitBeginning Obsolete. This functionality is deprecated as redundant.
ShowCustomBoundaryTicks Specifies whether or not to show ticks for the boundary scale values, when neither major ticks nor minor ticks are created for these values.
SingleWorkdays Explicitly specifies particular days to be included in the scale when BootstrapRangeSelectorScale.WorkdaysOnly is set to true.
StartValue Specifies the start value of the scale.
StartValueString This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
TickCssClass Gets or sets the name of a CSS class applied to a scale tick element.
TickInterval Specifies the interval between major scale ticks.
TickIntervalUnit Specifies the measurement unit of the interval between major scale ticks.
Type Specifies the type of the scale.
ValueType Gets or sets the type of values.
WorkdaysOnly If set to true, leaves only workdays on the scale.
WorkWeek Specifies which days are workdays.

Methods

Name Description
Assign(PropertiesBase) Copies the public properties from the specified object to the current one.
CollectCustomProperties(List<JsonPropertyInfo>) This property is for internal use only.
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 string that represents the current object. Inherited from StateManager.
See Also