5.20232.939
Wijmo API Module wijmo.vue2.chart.finance Wijmo API Module

wijmo.vue2.chart.finance Module

Contains Vue 2 and 3 components for the wijmo.chart.finance module.

Variables

WjFinancialChart

WjFinancialChart: any

Vue component for the wijmo.chart.finance.FinancialChart control.

The wj-financial-chart component may contain the following child components: wijmo.vue2.chart.analytics.WjFlexChartTrendLine , wijmo.vue2.chart.analytics.WjFlexChartMovingAverage , wijmo.vue2.chart.analytics.WjFlexChartYFunctionSeries , wijmo.vue2.chart.analytics.WjFlexChartParametricFunctionSeries , wijmo.vue2.chart.analytics.WjFlexChartWaterfall , wijmo.vue2.chart.analytics.WjFlexChartBoxWhisker , wijmo.vue2.chart.animation.WjFlexChartAnimation , wijmo.vue2.chart.annotation.WjFlexChartAnnotationLayer , wijmo.vue2.chart.finance.analytics.WjFlexChartFibonacci , wijmo.vue2.chart.finance.analytics.WjFlexChartFibonacciArcs , wijmo.vue2.chart.finance.analytics.WjFlexChartFibonacciFans , wijmo.vue2.chart.finance.analytics.WjFlexChartFibonacciTimeZones , wijmo.vue2.chart.finance.analytics.WjFlexChartAtr , wijmo.vue2.chart.finance.analytics.WjFlexChartCci , wijmo.vue2.chart.finance.analytics.WjFlexChartRsi , wijmo.vue2.chart.finance.analytics.WjFlexChartWilliamsR , wijmo.vue2.chart.finance.analytics.WjFlexChartMacd , wijmo.vue2.chart.finance.analytics.WjFlexChartMacdHistogram , wijmo.vue2.chart.finance.analytics.WjFlexChartStochastic , wijmo.vue2.chart.finance.analytics.WjFlexChartBollingerBands , wijmo.vue2.chart.finance.analytics.WjFlexChartEnvelopes , wijmo.vue2.chart.finance.WjFinancialChartSeries , wijmo.vue2.chart.interaction.WjFlexChartRangeSelector , wijmo.vue2.chart.interaction.WjFlexChartGestures , wijmo.vue2.chart.WjFlexChartAxis , wijmo.vue2.chart.WjFlexChartLegend , wijmo.vue2.chart.WjFlexChartLineMarker and wijmo.vue2.chart.WjFlexChartPlotArea.

The component supports all properties and events of the pure JavaScript wijmo.chart.finance.FinancialChart control it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.

WjFinancialChartSeries

WjFinancialChartSeries: any

Vue component for the wijmo.chart.finance.FinancialSeries class.

The wj-financial-chart-series component should be contained in a wijmo.vue2.chart.finance.WjFinancialChart component.

The wj-financial-chart-series component may contain a wijmo.vue2.chart.WjFlexChartAxis child component.

The component supports all properties and events of the pure JavaScript wijmo.chart.finance.FinancialSeries class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.