[]
        
(Showing Draft Content)

Wijmo_React_Chart_Finance

wijmo.react.chart.finance Module

Contains React components for the wijmo.chart.finance module.

Variables

Const FinancialChart

FinancialChart: React.ForwardRefExoticComponent<FinancialChartProps>

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

The financial-chart component may contain the following child components: wijmo.react.chart.analytics.FlexChartTrendLine , wijmo.react.chart.analytics.FlexChartMovingAverage , wijmo.react.chart.analytics.FlexChartYFunctionSeries , wijmo.react.chart.analytics.FlexChartParametricFunctionSeries , wijmo.react.chart.analytics.FlexChartWaterfall , wijmo.react.chart.analytics.FlexChartBoxWhisker , wijmo.react.chart.animation.FlexChartAnimation , wijmo.react.chart.annotation.FlexChartAnnotationLayer , wijmo.react.chart.finance.analytics.FlexChartFibonacci , wijmo.react.chart.finance.analytics.FlexChartFibonacciArcs , wijmo.react.chart.finance.analytics.FlexChartFibonacciFans , wijmo.react.chart.finance.analytics.FlexChartFibonacciTimeZones , wijmo.react.chart.finance.analytics.FlexChartAtr , wijmo.react.chart.finance.analytics.FlexChartCci , wijmo.react.chart.finance.analytics.FlexChartRsi , wijmo.react.chart.finance.analytics.FlexChartWilliamsR , wijmo.react.chart.finance.analytics.FlexChartMacd , wijmo.react.chart.finance.analytics.FlexChartMacdHistogram , wijmo.react.chart.finance.analytics.FlexChartStochastic , wijmo.react.chart.finance.analytics.FlexChartBollingerBands , wijmo.react.chart.finance.analytics.FlexChartEnvelopes , wijmo.react.chart.finance.FinancialChartSeries , wijmo.react.chart.interaction.FlexChartRangeSelector , wijmo.react.chart.interaction.FlexChartGestures , wijmo.react.chart.FlexChartAxis , wijmo.react.chart.FlexChartLegend , wijmo.react.chart.FlexChartLineMarker and wijmo.react.chart.FlexChartPlotArea.

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 JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const FinancialChartSeries

FinancialChartSeries: React.ForwardRefExoticComponent<FinancialChartSeriesProps>

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

The financial-chart-series component should be contained in a wijmo.react.chart.finance.FinancialChart component.

The financial-chart-series component may contain a wijmo.react.chart.FlexChartAxis 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 JSX. The signature of the handler function is the same as any other Wijmo event handlers.