Angular Chart - Axis

This section describes the Axis object. This object represents a chart axis.

import { DxChartTypes } from "devextreme-angular/ui/chart"
Type: DxChartTypes.chartAxisObject

You can call one of the following Chart instance methods to access this object:

Alternatively, you can call one of the following Series object methods:

Methods

Methods used to control the axis.

Name Description
visualRange()

Gets the axis' displayed range.

visualRange(visualRange)

Sets the axis's displayed range.