Search Results: "wiki/RecentlyCommented" property

dxPolarChart BarSeries border

Reference
An object defining the series border configuration properties.

configuration object. In addition, any non-specific series type property of the commonSeriesSettings.border object can be added to the series-type-specific border definition within the commonSeriesSettings.area... for a common or series-type-specific border property, use the border object within the series object of the series array. The values that are set individually override corresponding common values

dxPolarChart StackedBarSeries border

Reference
An object defining the series border configuration properties.

configuration object. In addition, any non-specific series type property of the commonSeriesSettings.border object can be added to the series-type-specific border definition within the commonSeriesSettings.area... for a common or series-type-specific border property, use the border object within the series object of the series array. The values that are set individually override corresponding common values

dxResponsiveBox cols

Reference
Specifies the collection of columns for the grid used to position layout elements.

See Also ResponsiveBox - Create the Layout Grid baseSize The column's base width. Calculated automatically when the singleColumnScreen property arranges all elements in a single column. NOTE You... will be rendered. There are four size qualifiers in all. The screen property accepts one or several of them separated by a space. Size Qualifier Description xs Stands

dxResponsiveBox rows

Reference
Specifies the collection of rows for the grid used to position layout elements.

See Also ResponsiveBox - Create the Layout Grid baseSize The row's base height. Calculated automatically when the singleColumnScreen property arranges all elements in a single column. NOTE You.... There are four size qualifiers in all. The screen property accepts one or several of them separated by a space. Size Qualifier Description xs Stands for "extra

dxTileView items

Reference
An array of items displayed by the UI component.

items, reassign the entire items array as shown in the following example: JavaScript tileViewInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. 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