interface MinMax {
    max?: number;
    min?: number;
}

Properties

Properties

max?: number

The maximum value for this Y-axis

min?: number

The minimum value for this Y-axis

Generated using TypeDoc