Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 25
- Reference 975
- Technical Demos
- Support Center
dxForm Configuration
the shortcut key that sets focus on the UI component. The value of this property will be passed to the accesskey attribute of the HTML element that underlies the UI component. activeStateEnabled Specifies whether the UI component changes its visual state as a result of user interaction. The UI component switches to the active state when users press down the primary mouse button. When this property
dxPolarChart valueAxis
. 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
Series Types
is transformed by rounding its argument axis. To use the area series type, assign 'area' to the type property of the series configuration object. JavaScriptvar polarChartOptions... using their type property). When continuous axes are used in the UI component, the area chart is displayed using a smooth border line. When either the argument or value axis is discrete, the area
dxScheduler views
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
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