[]
        
(Showing Draft Content)

wjFlexPie Class

wjFlexPie Class

KnockoutJS binding for the FlexPie control.

Use the wjFlexPie binding to add FlexPie controls to your KnockoutJS applications. For example:

<p>Here is a FlexPie control:</p>
<div data-bind="wjFlexPie: {
        itemsSource: data,
        binding: 'value',
        bindingName: 'name',
        header: 'Fruit By Value' }">
    <div data-bind="wjFlexChartLegend : { position: 'Top' }"></div>
</div>

The wjFlexPie binding may contain the wjFlexChartLegend child binding.

The wjFlexPie binding supports all read-write properties and events of the FlexPie control.

Heirarchy

  • WjFlexChartBaseBinding
    • wjFlexPie