Hi,
I am using EP.Wpf to draw a LinearScale on a StackPanel, basically.
Code: XML
<StackPanel Grid.Row="0" Grid.Column="0" Margin="15">
<eo:LinearScale Minimum="0" Maximum="100">
</eo:LinearScale>
</StackPanel>
However, nothing shows and I am getting the following error, 3 times:
System.Windows.Data Error: 40 : BindingExpression path error: 'Ticks' property not found on 'object' ''LinearTickBar' (Name='')'. BindingExpression:Path=Ticks; DataItem='LinearTickBar' (Name=''); target element is 'LinearTickBar' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
System.Windows.Data Error: 40 : BindingExpression path error: 'Ticks' property not found on 'object' ''LinearTickBar' (Name='')'. BindingExpression:Path=Ticks; DataItem='LinearTickBar' (Name=''); target element is 'LinearTickBar' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
System.Windows.Data Error: 40 : BindingExpression path error: 'Ticks' property not found on 'object' ''LinearTickBar' (Name='')'. BindingExpression:Path=Ticks; DataItem='LinearTickBar' (Name=''); target element is 'LinearTickBar' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
I have installed EOTotal_2014_setup.exe and added the EO.wpf dll to references in my Visual Studio Project. I also added the reference to the xaml file like this " xmlns:eo="http://schemas.essentialobjects.com/wpf/" "
Can someone help me with this , please