Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxPolarChart Label Methods

Reference
Methods used to control the point label.

. These coordinates are relative to the client area (UI component's container). Additionally, the returned object contains the height and width of the MBR. hide() Hides the point label. NOTE If your use...; </Series> </Chart> ); } export default App; show() Shows the point label. NOTE If your use-case involves UI component rerendering, a label's visibility state

Object Structures device

Reference
The device object defines the device on which the application is running.

a device passed to the DevExpress.devices.current(device) method. In this instance, a particular predefined theme will always be applied to your DevExtreme application wherever the application runs. generic... a device passed to the DevExpress.devices.current(device) method. In this instance, a particular predefined theme will always be applied to your DevExtreme application wherever the application runs.

dxPolarChart valueAxis minorTickInterval

Reference
Specifies the interval between minor ticks.

To divide a lengthy chart axis into shorter segments, major and minor ticks are used. Between each pair of neighboring major ticks, several minor ticks reside. Minor ticks are required when major ticks are far from each other. To set a custom minor tick interval, use the minorTickInterval property. If this property is not set, minor ticks are arranged automatically. In case your axis displays

dxRangeSelector behavior

Reference
Specifies the RangeSelector's behavior properties.

the use of sliders. When this property is set to true, you can select the desired range using a mouse selection, and the sliders will be positioned at the start and end points of your selection

dxDraggable Configuration

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

: function (e) { e.itemData = e.fromData.text; // your code } }); }); function dragTemplateFunc(item, customContainer){ var $customContainer...; // your code } } export default App; ASP.NET Core Controls Razor C# @(Html.DevExtreme().Draggable() .DataSource(d => d.Mvc() // ... ) .OnDragStart("onDragStart