Interface ChartNavigationOptions

Preferences for pointer panning and the view restored by reset.

interface ChartNavigationOptions {
    defaultVisibleBars: number;
    mousePan: "both" | "horizontal";
}

Properties

defaultVisibleBars: number

Latest bars to show initially and on reset. 0 fits all loaded bars (default).

mousePan: "both" | "horizontal"

Mouse and pen plot drags. Touch gestures retain two-axis panning. Default: both.