igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
19 lines (18 loc) • 422 B
TypeScript
import { Type } from "igniteui-react-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;