Welcome Guest Search | Active Topics | Sign In | Register

EO.Wpf LinearScale Options
nushrat
Posted: Thursday, October 16, 2014 10:01:15 AM
Rank: Newbie
Groups: Member

Joined: 10/16/2014
Posts: 1
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.