KnockoutJS binding for the FibonacciArcs object.
Use the wjFlexChartFibonacciArcs binding to add FibonacciArcs object to your KnockoutJS applications. For example:
<p>Here is a FibonacciArcs:</p> <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date', chartType:'Candlestick' }"> <div data-bind="wjFinancialChartSeries: { bindingX: 'date', binding: 'high,low,open,close' }"></div> <div data-bind="wjFlexChartFibonacciArcs: { binding:'close', start:start, end: end, labelPosition: 'Top'}"></div> </div>
The wjFlexChartFibonacciArcs binding supports all read-write properties and events of the FibonacciArcs class.
KnockoutJS binding for the FibonacciArcs object.
Use the wjFlexChartFibonacciArcs binding to add FibonacciArcs object to your KnockoutJS applications. For example:
The wjFlexChartFibonacciArcs binding supports all read-write properties and events of the FibonacciArcs class.