Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxPolarChart Label Methods
. 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
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
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
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
: 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