5.20231.904
wijmo.knockout.chart.finance.analytics Class wjFlexChartStochastic Wijmo API クラス

wjFlexChartStochastic クラス

Stochastic オブジェクトに使用されるKnockoutJS連結。

wjFlexChartStochastic 連結を使用して、KnockoutJSアプリケーションに Stochastic オブジェクトを追加できます。 次に例を示します。

<p>Stochasticの例:</p>
   <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date'}">
        <div data-bind="wjFlexChartStochastic: { binding: 'high,low,open,close',kPeriod:14,dPeriod:3,smoothingPeriod: 1 }" ></div>
  </div>

wjFlexChartStochastic 連結は、 Stochastic クラスのすべての読み取り/書き込み可能プロパティおよびイベントをサポートします。

階層

  • WjBaseOverlayIndicator
    • wjFlexChartStochastic