KnockoutJS binding for the LineMarker control.
Use the wjFlexChartLineMarker binding to add LineMarker controls to your KnockoutJS applications. For example:
<p>Here is a LineMarker:</p> <div data-bind="wjFlexChart: { itemsSource: data, bindingX: 'country' }"> <div data-bind="wjFlexChartAxis: { wjProperty: 'axisX', title: 'country' }"></div> <div data-bind="wjFlexChartSeries: { name: 'Sales', binding: 'sales' }"></div> <div data-bind="wjFlexChartSeries: { name: 'Expenses', binding: 'expenses' }"></div> <div data-bind="wjFlexChartSeries: { name: 'Downloads', binding: 'downloads' }"></div> <div data-bind="wjFlexChartLineMarker: { interaction: 'Move', lines: 'Both' }"></div> </div>
The wjFlexChartLineMarker binding supports all read-write properties and events of the LineMarker class.
KnockoutJS binding for the LineMarker control.
Use the wjFlexChartLineMarker binding to add LineMarker controls to your KnockoutJS applications. For example:
The wjFlexChartLineMarker binding supports all read-write properties and events of the LineMarker class.