I have created line graph using d3(Dynamic data display) in WPF and it's working fine. But I want to remove zoom and drag facilities from graph. It's zoom on mouse scroll button and also allowed to drag graph. Can you please help me how to prevent this.
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d3="http://research.microsoft.com/DynamicDataDisplay/1.0"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
Title="Graph" Height="650" Width="900" Background="AliceBlue" Icon="Resources/BHEL_Logo.ico" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" >
Replies
Know the answer? Post it — somebody with the same question will find it here.