DxRangeSelector Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether users can use the mouse to select a range. |
Allow |
Specifies whether users can swap sliders. |
Animation |
Specifies whether the Range Selector animation is enabled. |
Data | Specifies an object that supplies Range Selector data. |
Height | Specifies the component height. |
Move |
Specifies whether users can move the selected range with mouse clicks. |
Redraw |
Specifies whether to redraw the Range Selector when its container size changes. |
Selected |
Specifies the selected range color. |
Selected |
Specifies the end value of the selected range. |
Selected |
Specifies the length of the selected range. Does not apply to discrete scales. |
Selected |
Specifies the start value of the selected range. |
Selected |
Specifies how the selected range should behave if new values are added to the data source. |
Snap |
Specifies whether to dock the dropped slider to the nearest tick. |
Value |
Specifies how the Range Selector updates selected range values. |
Width | Specifies the component width. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Export |
Exports component data to a file in the specified format. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the component’s SVG markup. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Print |
Invokes the browser’s Print dialog. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Exported | Fires after the Range Selector is exported. |
Rendered | Fires after the Range Selector is rendered. |
Value |
Fires when the selected range changes. |