Home > plot > IYAxisConfig

IYAxisConfig interface#

Configures a Y axis of the chart.

Signature:
export interface IYAxisConfig extends IAxisConfig
Extends: [IAxisConfig](/plot/docs/plot.iaxisconfig)

Properties#

PropertyTypeDescription
max?number(Optional) Sets the maximum value to render on the axis.
min?number(Optional) Sets the minimum value to render on the axis.