UNPKG

igniteui-angular-charts

Version:

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

131 lines (130 loc) 6.03 kB
import { FinancialChartDropDownControlViewModel } from "./FinancialChartDropDownControlViewModel"; import { FinancialIndicatorTypeCollection } from "./FinancialIndicatorTypeCollection"; import { FinancialOverlayTypeCollection } from "./FinancialOverlayTypeCollection"; import { TrendLineType } from "igniteui-angular-core"; import { FinancialChartVolumeType } from "./FinancialChartVolumeType"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare class FinancialChartIndicatorMenuViewModel extends FinancialChartDropDownControlViewModel { static $t: Type; j: FinancialIndicatorTypeCollection; k: FinancialOverlayTypeCollection; l: TrendLineType; i: FinancialChartVolumeType; private m; private n; private o; private p; private q; private r; private s; private t; private u; private v; private w; private x; private y; private z; private aa; private ab; private ac; private ad; private ae; private af; private ag; private ah; private ai; private aj; private ak; private al; private am; private an; private ao; private ap; private aq; private ar; private as; private at; private au; private av; private aw; private ax; private ay; private az; private a0; private a1; private a2; private a3; private a4; private a5; private a6; private a7; private a8; private a9; private ba; private bb; private bc; private bd; private be; private bf; private bg; get financialChart_IndicatorMenu_Header(): string; get financialChart_IndicatorsMenu_Overlay_BollingerBands(): string; get financialChart_IndicatorsMenu_Overlay_PriceChannel(): string; get financialChart_IndicatorMenu_IndicatorsCategoryHeader(): string; get financialChart_IndicatorMenu_OverlaysCategoryHeader(): string; get financialChart_IndicatorMenu_TrendlinesCategoryHeader(): string; get financialChart_IndicatorMenu_VolumeCategoryHeader(): string; get financialChart_IndicatorsMenu_Indicator_AbsoluteVolumeOscillator(): string; get financialChart_IndicatorsMenu_Indicator_AccumulationDistribution(): string; get financialChart_IndicatorsMenu_Indicator_AverageDirectionalIndex(): string; get financialChart_IndicatorsMenu_Indicator_AverageTrueRange(): string; get financialChart_IndicatorsMenu_Indicator_BollingerBandWidth(): string; get financialChart_IndicatorsMenu_Indicator_ChaikinOscillator(): string; get financialChart_IndicatorsMenu_Indicator_ChaikinVolatility(): string; get financialChart_IndicatorsMenu_Indicator_CommodityChannelIndex(): string; get financialChart_IndicatorsMenu_Indicator_DetrendedPriceOscillator(): string; get financialChart_IndicatorsMenu_Indicator_EaseOfMovement(): string; get financialChart_IndicatorsMenu_Indicator_FastStochasticOscillator(): string; get financialChart_IndicatorsMenu_Indicator_ForceIndex(): string; get financialChart_IndicatorsMenu_Indicator_FullStochasticOscillator(): string; get financialChart_IndicatorsMenu_Indicator_MarketFacilitationIndex(): string; get financialChart_IndicatorsMenu_Indicator_MassIndex(): string; get financialChart_IndicatorsMenu_Indicator_MedianPrice(): string; get financialChart_IndicatorsMenu_Indicator_MoneyFlowIndex(): string; get financialChart_IndicatorsMenu_Indicator_MovingAverageConvergenceDivergence(): string; get financialChart_IndicatorsMenu_Indicator_NegativeVolumeIndex(): string; get financialChart_IndicatorsMenu_Indicator_OnBalanceVolume(): string; get financialChart_IndicatorsMenu_Indicator_PercentagePriceOscillator(): string; get financialChart_IndicatorsMenu_Indicator_PercentageVolumeOscillator(): string; get financialChart_IndicatorsMenu_Indicator_PositiveVolumeIndex(): string; get financialChart_IndicatorsMenu_Indicator_PriceVolumeTrend(): string; get financialChart_IndicatorsMenu_Indicator_RateOfChangeAndMomentum(): string; get financialChart_IndicatorsMenu_Indicator_RelativeStrengthIndex(): string; get financialChart_IndicatorsMenu_Indicator_SlowStochasticOscillator(): string; get financialChart_IndicatorsMenu_Indicator_StandardDeviation(): string; get financialChart_IndicatorsMenu_Indicator_StochRSI(): string; get financialChart_IndicatorsMenu_Indicator_TRIX(): string; get financialChart_IndicatorsMenu_Indicator_TypicalPrice(): string; get financialChart_IndicatorsMenu_Indicator_UltimateOscillator(): string; get financialChart_IndicatorsMenu_Indicator_WeightedClose(): string; get financialChart_IndicatorsMenu_Indicator_WilliamsPercentR(): string; get financialChart_IndicatorsMenu_TrendLine_CubicFit(): string; get financialChart_IndicatorsMenu_TrendLine_CumulativeAverage(): string; get financialChart_IndicatorsMenu_TrendLine_ExponentialAverage(): string; get financialChart_IndicatorsMenu_TrendLine_ExponentialFit(): string; get financialChart_IndicatorsMenu_TrendLine_LinearFit(): string; get financialChart_IndicatorsMenu_TrendLine_LogarithmicFit(): string; get financialChart_IndicatorsMenu_TrendLine_ModifiedAverage(): string; get financialChart_IndicatorsMenu_TrendLine_PowerLawFit(): string; get financialChart_IndicatorsMenu_TrendLine_QuadraticFit(): string; get financialChart_IndicatorsMenu_TrendLine_QuarticFit(): string; get financialChart_IndicatorsMenu_TrendLine_QuinticFit(): string; get financialChart_IndicatorsMenu_TrendLine_SimpleAverage(): string; get financialChart_IndicatorsMenu_TrendLine_WeightedAverage(): string; get financialChart_IndicatorsMenu_Volume_Area(): string; get financialChart_IndicatorsMenu_Volume_Column(): string; get financialChart_IndicatorsMenu_Volume_Line(): string; }