[]
        
(Showing Draft Content)

Wijmo_Angular_Chart.Wjflexchartlegend

WjFlexChartLegend クラス

FlexChart Legend オブジェクトのAngularJSディレクティブ。

wj-flex-chart-legend ディレクティブは、 wijmo.angular.chart.WjFlexChartwijmo.angular.chart.WjFlexPie 、または wijmo.angular.chart.finance.WjFinancialChart ディレクティブ内に記述する必要があります。. このディレクティブは以下の属性をサポートしています。

position
@ 凡例の位置を示す Position 値。

以下の例は、wj-flex-chart-legendディレクティブを使用してチャートの凡例の位置を変更する方法を示します。

<wj-flex-chart
  items-source="data"
  binding-x="country">
  <wj-flex-chart-axis
      wj-property="axisY"
      major-unit="5000">
    </wj-flex-chart-axis>
    <wj-flex-chart-series
      binding="sales"
      name="Sales">
    </wj-flex-chart-series>
  <wj-flex-chart-legend
    position="Bottom">
  </wj-flex-chart-legend>
</wj-flex-chart>

階層

  • WjDirective
    • WjFlexChartLegend