Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Visual and Whole Ranges
range visible to the user. Use it to focus the Chart on a specific part of the series. The following image illustrates the difference between charts with and without the specified visual range... visualRange(visualRange) method. Calling the same method without arguments allows you to get the current visual range: jQuery JavaScript$(function() { var chart = $("#chartContainer").dxChart
Arrange Axis Ticks
; </Chart> ); } } export default App; Without knowing the range of values on the axis, you can arrange major ticks by specifying the minimum distance between two side-by-side
User Interaction
that consist of several elements rather than just series points (Range Area, all line and area series) can be highlighted without the series points. For this, set the hoverMode property to "excludePoints
Data Aggregation
Series points are grouped for aggregation using intervals: those points that fall within the same interval on the argument axis get aggregated together. You can specify the length of the intervals... on the aggregation interval for which the function is called and the data objects that fall within this interval. In addition, you can access the Series object, which is passed to the function as the second argument
Adaptive Layout
With the ever-growing variety of platforms, today's web sites and applications cannot stay competitive without being adaptive. Supporting this modern standard, the Chart UI component possesses an adaptive layout. This enables the Chart to hide its accessory elements if the container is not large enough to fit them. To configure the adaptive layout, use the adaptiveLayout object. Set its height