UNPKG

igniteui-angular-charts

Version:

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

19 lines (18 loc) 475 B
import { Type } from "igniteui-angular-core"; /** * An enum representing the available Y axis types in the Financial Chart. */ export declare enum FinancialChartYAxisMode { /** * A linear or logarithmic numeric scale. */ Numeric = 0, /** * A numeric scale where all values are scaled proportionally to a reference value. */ PercentChange = 1 } /** * @hidden */ export declare let FinancialChartYAxisMode_$type: Type;