Interface ScaleExpOptions

The possible options for this node

interface ScaleExpOptions {
    context: BaseContext;
    exponent: number;
    max: number;
    min: number;
}

Hierarchy (view full)

Properties

Properties

context: BaseContext
exponent: number
max: number
min: number