Search Results: "wiki/RecentlyCommented" property

dxLookup Configuration

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

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

Visual Elements

Guides

the type property of the series configuration object. JavaScriptvar polarChartOptions = { // ... series: { type: 'line' } }; To set data for a series, there are several approaches... chart. In this instance, series is an array of series objects. You can specify series settings in the following three layers. Common Series Settings To set a particular property to a common value

dxRangeSelector Configuration

Reference
An object that defines configuration properties for the RangeSelector UI component.

the properties for the range selector's background. A background is an area that is painted in a specified color. You can change this color by setting the background's color property and by displaying... background color. To show the chart without a background, set the background's visible property to false. NOTE You can use this property only when the range selector displays an image or chart

dxButtonGroup Configuration

Reference
This section describes properties that configure the ButtonGroup UI component's contents, behavior and appearance.

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

dxChart commonSeriesSettings

Reference
Specifies settings common for all series in the chart.

, and a capability to implement a custom aggregate function. To enable data aggregation for the series, set the aggregation.enabled property to true. See Also Points Aggregation Demo: Multi-Series Chart... Certain series types have more than one value field, or require additional data fields to be set. Refer to the valueField property description for details. Commonly, a chart contains several series