Interface AutoFillOptions

The options for autoFill.

See

AutoFill

interface AutoFillOptions {
    stepValue?: number;
    stopValue?: number;
    trendTypes?: readonly TrendType[];
}

Hierarchy (view full)

Properties

stepValue?: number

TODO - implement

stopValue?: number

TODO - implement

trendTypes?: readonly TrendType[]

Provide the options to override trend types

Default Value

DEFAULT_TREND_TYPES