Skip to content

Commit 7367338

Browse files
Chart: add multi-axis resetVisualRange & Zoom&Pan notes (#7292) (#7296)
1 parent 0ba850f commit 7367338

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

api-reference/10 UI Components/dxChart/3 Methods/resetVisualRange().md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ id: dxChart.resetVisualRange()
33
---
44
---
55
##### shortDescription
6-
Resets the visual ranges of both axes to the data range or to the whole range if it is within the data range.
6+
Resets the visual ranges of both axes to the data range or the whole range if it is within the data range.
7+
8+
[note] **resetVisualRange()** does not support [multi-axis charts](/Documentation/Guide/UI_Components/Chart/Axes/Multi-Axis_Chart/).
79

810
---
911
#####See Also#####

concepts/05 UI Components/Chart/20 Axes/70 Multi-Axis Chart.md

+7
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,13 @@ All value axes in the Chart are synchronized by default, but you can explicitly
306306
href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/MultipleAxes/"
307307
}
308308

309+
[note]
310+
311+
- Multi-axis charts do not support [zooming and panning](/Documentation/Guide/UI_Components/Chart/Zooming_and_Panning/). If you want to change visual ranges after initialization, modify [valueAxis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/visualRange/).[visualRange](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/visualRange/) or [argumentAxis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/).[visualRange](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/visualRange/).
312+
- Multi-axis charts do not support [resetVisualRange()](/Documentation/ApiReference/UI_Components/dxChart/Methods/#resetVisualRange).
313+
314+
[/note]
315+
309316
#####See Also#####
310317
- [Multi-Pane Chart](/concepts/05%20UI%20Components/Chart/40%20Panes/10%20Multi-Pane%20Chart.md '/Documentation/Guide/UI_Components/Chart/Panes/Multi-Pane_Chart/')
311318
- [Limit and Relocate the Axes](/concepts/05%20UI%20Components/Chart/20%20Axes/40%20Limit%20and%20Relocate%20the%20Axes.md '/Documentation/Guide/UI_Components/Chart/Axes/Limit_and_Relocate_the_Axes/')
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
Zooming and panning is an efficient way to navigate a chart that contains many series points. A user can zoom and pan the chart using mouse commands or touch gestures, the scrollbar, or the [RangeSelector](/api-reference/10%20UI%20Components/dxRangeSelector '/Documentation/ApiReference/UI_Components/dxRangeSelector/') UI component. Each of these cases are detailed in this topic.
22

3+
[note] [Multi-axis charts](/Documentation/Guide/UI_Components/Chart/Axes/Multi-Axis_Chart/) do not support zooming and panning. If you want to change visual ranges after initialization, modify [valueAxis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/visualRange/).[visualRange](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/visualRange/) or [argumentAxis](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/).[visualRange](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/visualRange/).
4+
35
[tags]chart, zooming, scrolling, panning, scroll bar, range selector

0 commit comments

Comments
 (0)