[]
        
(Showing Draft Content)

wjFinancialChart Class

wjFinancialChart Class

KnockoutJS binding for the FinancialChart control.

Use the wjFinancialChart binding to add FinancialChart controls to your KnockoutJS applications. For example:

<p>Here is a FinancialChart control:</p>
<div data-bind="wjFinancialChart: { itemsSource: data, chartType: 'Candlestick' }">
    <div data-bind="wjFlexChartLegend : {
        position: 'Top' }">
    </div>
    <div data-bind="wjFinancialChartSeries: {
         name: 'close',
        binding: 'high,low,open,close' }">
    </div>
    </div>
</div>

The wjFinancialChart binding may contain the following child bindings: wjFlexChartAxis, wjFinancialChartSeries, wjFlexChartLegend.

The wjFinancialChart binding supports all read-write properties and events of the FinancialChart control, and the additional tooltipContent property that assigns a value to the FinancialChart.tooltip.content property. The selection property provides two-way binding mode.

Heirarchy

  • WjFlexChartBaseBinding
    • wjFinancialChart