UNPKG

igniteui-angular-charts

Version:

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

19 lines (18 loc) 424 B
import { Type } from "igniteui-angular-core"; /** * Describes available types of marker than can be displayed by default by series with markers. */ export declare enum FinancialOverlayType { /** * Bollinger bands overlay. */ BollingerBands = 0, /** * Price channel overlay. */ PriceChannel = 1 } /** * @hidden */ export declare let FinancialOverlayType_$type: Type;