/*! * * Wijmo Library 5.20242.30 * 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 * */ import { WjComponentBehavior, IPropsMeta } from 'wijmo/wijmo.webcomponents.base'; import * as wjcChartAnalytics from 'wijmo/wijmo.chart.analytics'; export declare class WjcFlexChartTrendLine extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.TrendLine; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartMovingAverage extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.MovingAverage; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartYFunctionSeries extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.YFunctionSeries; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartParametricFunctionSeries extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.ParametricFunctionSeries; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartWaterfall extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.Waterfall; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartBoxWhisker extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.BoxWhisker; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartErrorBar extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.ErrorBar; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; } export declare class WjcFlexChartBreakEven extends HTMLElement { static wrappedClass: () => typeof wjcChartAnalytics.BreakEven; static parentProp: string; static siblingId: string; _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; }