/*! * * Wijmo Library 5.20241.9 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.angular2.chart.finance.analytics} * Contains Angular 2 components for the wijmo.chart.finance.analytics module. * * wijmo.angular2.chart.finance.analytics is an external TypeScript module that can be imported to your code * using its ambient module name. For example: * *
import * as wjFinanceAnalitics from 'wijmo/wijmo.angular2.chart.finance.analytics';
* */ /** * */ export declare var ___keepComment: any; import { EventEmitter, AfterViewInit, ElementRef, Injector, OnInit, OnDestroy } from '@angular/core'; import { IWjComponentMetadata, IWjComponentMeta } from 'wijmo/wijmo.angular2.directiveBase'; import * as wjcChartFinanceAnalytics from 'wijmo/wijmo.chart.finance.analytics'; declare var wjFlexChartFibonacciMeta: IWjComponentMeta; export { wjFlexChartFibonacciMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.Fibonacci} class. * * The wj-flex-chart-fibonacci component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-fibonacci component to add Fibonacci controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartFibonacci component is derived from the Fibonacci class and * inherits all its properties, events and methods. */ export declare class WjFlexChartFibonacci extends wjcChartFinanceAnalytics.Fibonacci implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartFibonacciArcsMeta: IWjComponentMeta; export { wjFlexChartFibonacciArcsMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.FibonacciArcs} class. * * The wj-flex-chart-fibonacci-arcs component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-fibonacci-arcs component to add FibonacciArcs controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartFibonacciArcs component is derived from the FibonacciArcs class and * inherits all its properties, events and methods. */ export declare class WjFlexChartFibonacciArcs extends wjcChartFinanceAnalytics.FibonacciArcs implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartFibonacciFansMeta: IWjComponentMeta; export { wjFlexChartFibonacciFansMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.FibonacciFans} class. * * The wj-flex-chart-fibonacci-fans component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-fibonacci-fans component to add FibonacciFans controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartFibonacciFans component is derived from the FibonacciFans class and * inherits all its properties, events and methods. */ export declare class WjFlexChartFibonacciFans extends wjcChartFinanceAnalytics.FibonacciFans implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartFibonacciTimeZonesMeta: IWjComponentMeta; export { wjFlexChartFibonacciTimeZonesMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.FibonacciTimeZones} class. * * The wj-flex-chart-fibonacci-time-zones component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-fibonacci-time-zones component to add FibonacciTimeZones controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartFibonacciTimeZones component is derived from the FibonacciTimeZones class and * inherits all its properties, events and methods. */ export declare class WjFlexChartFibonacciTimeZones extends wjcChartFinanceAnalytics.FibonacciTimeZones implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartAtrMeta: IWjComponentMeta; export { wjFlexChartAtrMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.ATR} class. * * The wj-flex-chart-atr component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-atr component to add ATR controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartAtr component is derived from the ATR class and * inherits all its properties, events and methods. */ export declare class WjFlexChartAtr extends wjcChartFinanceAnalytics.ATR implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartCciMeta: IWjComponentMeta; export { wjFlexChartCciMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.CCI} class. * * The wj-flex-chart-cci component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-cci component to add CCI controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartCci component is derived from the CCI class and * inherits all its properties, events and methods. */ export declare class WjFlexChartCci extends wjcChartFinanceAnalytics.CCI implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartRsiMeta: IWjComponentMeta; export { wjFlexChartRsiMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.RSI} class. * * The wj-flex-chart-rsi component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-rsi component to add RSI controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartRsi component is derived from the RSI class and * inherits all its properties, events and methods. */ export declare class WjFlexChartRsi extends wjcChartFinanceAnalytics.RSI implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartWilliamsRMeta: IWjComponentMeta; export { wjFlexChartWilliamsRMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.WilliamsR} class. * * The wj-flex-chart-williams-r component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-williams-r component to add WilliamsR controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartWilliamsR component is derived from the WilliamsR class and * inherits all its properties, events and methods. */ export declare class WjFlexChartWilliamsR extends wjcChartFinanceAnalytics.WilliamsR implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartMacdMeta: IWjComponentMeta; export { wjFlexChartMacdMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.Macd} class. * * The wj-flex-chart-macd component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-macd component to add Macd controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartMacd component is derived from the Macd class and * inherits all its properties, events and methods. */ export declare class WjFlexChartMacd extends wjcChartFinanceAnalytics.Macd implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartMacdHistogramMeta: IWjComponentMeta; export { wjFlexChartMacdHistogramMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.MacdHistogram} class. * * The wj-flex-chart-macd-histogram component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-macd-histogram component to add MacdHistogram controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartMacdHistogram component is derived from the MacdHistogram class and * inherits all its properties, events and methods. */ export declare class WjFlexChartMacdHistogram extends wjcChartFinanceAnalytics.MacdHistogram implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartStochasticMeta: IWjComponentMeta; export { wjFlexChartStochasticMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.Stochastic} class. * * The wj-flex-chart-stochastic component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-stochastic component to add Stochastic controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartStochastic component is derived from the Stochastic class and * inherits all its properties, events and methods. */ export declare class WjFlexChartStochastic extends wjcChartFinanceAnalytics.Stochastic implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartBollingerBandsMeta: IWjComponentMeta; export { wjFlexChartBollingerBandsMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.BollingerBands} class. * * The wj-flex-chart-bollinger-bands component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-bollinger-bands component to add BollingerBands controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartBollingerBands component is derived from the BollingerBands class and * inherits all its properties, events and methods. */ export declare class WjFlexChartBollingerBands extends wjcChartFinanceAnalytics.BollingerBands implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjFlexChartEnvelopesMeta: IWjComponentMeta; export { wjFlexChartEnvelopesMeta }; /** * Angular 2 component for the {@link wijmo.chart.finance.analytics.Envelopes} class. * * The wj-flex-chart-envelopes component must be * contained in a {@link wijmo.angular2.chart.finance.WjFinancialChart} component. * * Use the wj-flex-chart-envelopes component to add Envelopes controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexChartEnvelopes component is derived from the Envelopes class and * inherits all its properties, events and methods. */ export declare class WjFlexChartEnvelopes extends wjcChartFinanceAnalytics.Envelopes implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'series'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * This event is used to implement two-way binding to the visibility property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the visibilityChange event name. */ visibilityChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } export declare class WjChartFinanceAnalyticsModule { }