Search Results: "wiki/RecentlyCommented" property

dxPolarChart valueAxis

Reference
Specifies value axis properties for the PolarChart UI component.

. If you need to make the axis tick interval larger or smaller, use the axisDivisionFactor property. This property value is a coefficient used internally to calculate the distance between axis labels. This allows you to set axis division without knowledge of the actual axis values. NOTE This property is used for continuous and logarithmic argument axes only. categories Specifies the order

dxScheduler views

Reference
Specifies and configures the views to be available in the view switcher.

This property accepts an array of strings and objects: String A view name. Use a string if the view does not need customization, but should be available in the view switcher. Object An individual view's configuration. Set the type property to specify the view to which the configuration should apply. This documentation section describes available properties. The properties set for an individual

dxToolbar items

Reference
An array of items displayed by the UI component.

items, reassign the entire items array as shown in the following example: JavaScript toolbarInstance.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 if you

dxBarGauge title

Reference
Configures the UI component's title.

The UI component's title is a short text that usually indicates what is visualized. If you need to specify the title's text only, assign it directly to the title property. Otherwise, set this property to an object with the text and other fields specified. The title can be accompanied by a subtitle elaborating on the visualized subject using the title.subtitle object. font Specifies font

dxChart argumentAxis strips

Reference
Declares a collection of strips belonging to the argument axis.

that setting the color property is also necessary for a strip to be displayed. See Also argumentAxis.stripStyle - specifies the appearance of those strips that belong to the argument axis. commonAxisSettings.stripStyle - specifies the appearance of all strips in the UI component. color Specifies the color of the strip. This property supports the following colors: Hexadecimal colors RGB colors