AmRectangularChart.maxZoomFactor

AmGanttChart.maxZoomFactor
AmSerialChart.maxZoomFactor
AmXYChart.maxZoomFactor
StockPanel.maxZoomFactor

Maximum zoom factor value axes.

AmXYChart.maxZoomFactor

Maximum zoom factor of the chart.

AmSerialChart.mouseWheelZoomEnabled

AmGanttChart.mouseWheelZoomEnabled
StockPanel.mouseWheelZoomEnabled

Specifies if zooming of a chart with mouse wheel is enabled. If you press shift while rotating mouse wheel, the chart will scroll.

ChartCursor.selectWithoutZooming

Specifies if cursor should only mark selected area but not zoom-in after user releases mouse button.

ChartCursorSettings.selectWithoutZooming

Specifies if cursor should only mark selected area but not zoom-in after user releases mouse button.

ChartCursor.valueZoomable

Specifies if the user can zoom-in value axess of a serial chart.

ChartCursorSettings.zoomable

Specifies if the user can zoom-in the chart. If pan is set to true, zoomable is switched to false automatically.

ChartCursor.zoomable

Specifies if the user can zoom-in the chart. If pan is set to true, zoomable is switched to false automatically.

ChartCursor.zooming

Read-only. Indicates if currently user is selecting some chart area to zoom-in.

PanelsSettings.zoomOutAxes

Specifies if zoomed-in value axes should be zoomed-out when user changes selected period with PeriodSelector.

AmRectangularChart.zoomOutButtonAlpha

AmGanttChart.zoomOutButtonAlpha
AmSerialChart.zoomOutButtonAlpha
AmXYChart.zoomOutButtonAlpha
StockPanel.zoomOutButtonAlpha

Opacity of zoom-out button background.

AmRectangularChart.zoomOutButtonColor

AmGanttChart.zoomOutButtonColor
AmSerialChart.zoomOutButtonColor
AmXYChart.zoomOutButtonColor
StockPanel.zoomOutButtonColor

Zoom-out button background color.

AmRectangularChart.zoomOutButtonImage

AmGanttChart.zoomOutButtonImage
AmSerialChart.zoomOutButtonImage
AmXYChart.zoomOutButtonImage
StockPanel.zoomOutButtonImage

Name of zoom-out button image. In the images folder there is another lens image, called lensWhite.png. You might want to have white lens when background is dark. Or you can simply use your own image. Note, you don't have to set image extension. If svgIcons is set to true (default) .svg will be added to the file name if SVG is supported by the browser, otherwise – .png.

AmRectangularChart.zoomOutButtonImageSize

AmGanttChart.zoomOutButtonImageSize
AmSerialChart.zoomOutButtonImageSize
AmXYChart.zoomOutButtonImageSize
StockPanel.zoomOutButtonImageSize

Size of zoom-out button image

AmRectangularChart.zoomOutButtonPadding

AmGanttChart.zoomOutButtonPadding
AmSerialChart.zoomOutButtonPadding
AmXYChart.zoomOutButtonPadding
StockPanel.zoomOutButtonPadding

Padding around the text and image.

AmRectangularChart.zoomOutButtonRollOverAlpha

AmGanttChart.zoomOutButtonRollOverAlpha
AmSerialChart.zoomOutButtonRollOverAlpha
AmXYChart.zoomOutButtonRollOverAlpha
StockPanel.zoomOutButtonRollOverAlpha

Opacity of zoom-out button background when mouse is over it.

AmRectangularChart.zoomOutButtonTabIndex

AmGanttChart.zoomOutButtonTabIndex
AmSerialChart.zoomOutButtonTabIndex
AmXYChart.zoomOutButtonTabIndex
StockPanel.zoomOutButtonTabIndex

In case you set it to some number, the chart will set focus on zoom-out button when user clicks tab key. When a focus is set, screen readers like NVDA Screen reader will read zoomOutText. If user clicks Enter when a focus is set, the chart will zoom-out. Note, not all browsers and readers support this.

AmStockChart.zoomOutOnDataSetChange

Specifies whether the chart should zoom-out when main data set is changed.

AmSerialChart.zoomOutOnDataUpdate

AmGanttChart.zoomOutOnDataUpdate
StockPanel.zoomOutOnDataUpdate

Specifies if chart should zoom-out when data is updated.

AmRectangularChart.zoomOutText

AmGanttChart.zoomOutText
AmSerialChart.zoomOutText
AmXYChart.zoomOutText
StockPanel.zoomOutText

Text in the zoom-out button.

ValueAxis.zoomOut()

Zooms out the value axis to full scale.

AmSerialChart.zoomOut()

AmGanttChart.zoomOut()
StockPanel.zoomOut()

Zooms out, charts shows all available data.

AmXYChart.zoomOut()

Zooms out, charts shows all available data.

AmStockChart.zoomOut()

AmRectangularChart.zoomOutValueAxes()

AmGanttChart.zoomOutValueAxes()
AmSerialChart.zoomOutValueAxes()
AmXYChart.zoomOutValueAxes()
StockPanel.zoomOutValueAxes()

Zooms-out value axes.

AmSerialChart.zoomToCategoryValues(start, end)

AmGanttChart.zoomToCategoryValues(start, end)
StockPanel.zoomToCategoryValues(start, end)

Zooms the chart by the value of the category axis.

AmSerialChart.zoomToDates(start, end)

AmGanttChart.zoomToDates(start, end)
StockPanel.zoomToDates(start, end)

Zooms the chart from one date to another.

AmSerialChart.zoomToIndexes(start, end)

AmGanttChart.zoomToIndexes(start, end)
StockPanel.zoomToIndexes(start, end)

Zooms the chart by the index of the category.

ValueAxis.zoomToValues(startValue, endValue)

Zooms-in the axis to the provided values.

ValueAxis.axisZoomed

Dispatched when axis is zoomed.

ChartCursor.zoomed

Dispatched when user zooms to some period. start and end are indices or time stamp (when categoryAxis.parseDates is true) of selection start/end.

AmSerialChart.zoomed

AmGanttChart.zoomed
StockPanel.zoomed

Dispatched when the chart is zoomed (even for the first time, when chart is initialized)

AmStockChart.zoomed

Dispatched when the chart is zoomed (even for the first time, when chart is initialized).

ChartCursor.zoomStarted

Dispatched when user starts selecting chart area to zoom-in. x and y are relative values (0-1). Index is current category index (of Serial chart)