Search Results: "Write with OpenID" "Write post with name/password" slot

dxRangeSelector scale aggregationInterval

Reference
Specifies the length of aggregation intervals in scale units. Applies only to the scale of the continuous or logarithmic type.

For data aggregation, the scale is divided into intervals. Series points that fall within the same interval get aggregated together. The aggregationInterval property defines the length of each interval. If the scale displays numbers, assign a number to this property. For example, an aggregationInterval of 100 produces the following intervals: 0 to 100, 100 to 200, 200 to 300, etc. If the scale

dxRangeSlider Configuration

Reference
An object defining configuration properties for the RangeSlider UI component.

<input> element. Specify this and startName properties if the UI component lies within an HTML form that will be submitted. focusStateEnabled Specifies whether the UI component can be focused... The value to be assigned to the name attribute of the underlying <input> element. Specify this and endName properties if the UI component lies within an HTML form that will be submitted. step

dxResizable Configuration

Reference
An object defining configuration properties for the Resizable UI component.

See Also jQuery Create and Configure a Component Angular Component Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax area Specifies the area within which users can resize the UI component. You can use a selector string, jQuery object, or DOM element to specify this property: String JavaScript area: '.test-div' jQuery object

dxResponsiveBox Configuration

Reference
An object defining configuration properties for the UI component.

provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property if you use dataSource, and vice versa. itemTemplate

dxResponsiveBox items

Reference
An array of items displayed by the UI component.

. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property