Search Results: "wiki/RecentlyCommented" property

Object Structures from

Reference
Specifies an initial animation state. Use the to property to specify the final state.

The values that this property accepts depend on the specified animation type. The following list illustrates the dependency: "fade" Supported properties: opacity JavaScript { type: "fade... { font-size: 24pt } left A shortcut that positions the element's left side relative to the parent element. The following example shows how to use this property: JavaScript // Positions

Object Structures to

Reference
Specifies a final animation state. Use the from property to specify an initial state.

The values that this property accepts depend on the specified animation type. The following list illustrates the dependency: "fade" Supported properties: opacity JavaScript { type: "fade... { font-size: 24pt } left A shortcut that positions the element's left side relative to the parent element. The following example shows how to use this property: JavaScript // Positions

dxPopover hideEvent

Reference
Specifies properties of popover hiding. Ignored if the shading property is set to true.

The target property specifies a target element for the Popover hideEvent. If you assign only a string that specifies event names on which the UI component is hidden, the UI component will not apply.... The property takes a string value representing a DOM event or a DevExtreme UI Event name. You can also pass several event names separated by a space. The DevExtreme and DOM events may be combined. JavaScript

dxTooltip hideEvent

Reference
Specifies properties of popover hiding. Ignored if the shading property is set to true.

The target property specifies a target element for the Tooltip hideEvent. If you assign only a string that specifies event names on which the UI component is hidden, the UI component will not apply.... The property takes a string value representing a DOM event or a DevExtreme UI Event name. You can also pass several event names separated by a space. The DevExtreme and DOM events may be combined. JavaScript

dxChart argumentAxis wholeRange

Reference
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property.

This property accepts one of the following: A two-item array Specifies the range's start and end. The array can contain a pair of numeric, string, or date-time values, depending on the axis's... Visual and Whole Ranges visualRange zoomAndPan endValue The range's end value. length The range's length. If the axis/scale displays numbers, set this property to a number: length: 100 // a hundred