interface YAxis {
    left?: MinMax;
    right?: MinMax;
}

Properties

Properties

left?: MinMax

Optional min and max settings for the left Y-axis.

right?: MinMax

Optional min and max settings for the right Y-axis.

Generated using TypeDoc