UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

23 lines (22 loc) 629 B
import { Type } from "igniteui-angular-core"; /** * Describes the scrollbar mode to use for the series viewer. */ export declare enum SeriesViewerHorizontalScrollbarPosition { /** * Horizontal scrollbar position will be decided by the series viewer. */ Auto = 0, /** * Horizontal scrollbar will be used in the plot area inside bottom position. */ InsideBottom = 1, /** * Vertical scrollbar will be used in the plot area inside top position. */ InsideTop = 2 } /** * @hidden */ export declare let SeriesViewerHorizontalScrollbarPosition_$type: Type;