legend scroll bar editor in WPF solution
Posted: Mon May 03, 2010 10:10 am
Hello,
I use this
For have a scroll legend on my window. And when I try to have the editor of scrollbar like that :
Visual Studio 2008 say to me an error :
Error 1 The type or namespace name 'Tools' does not exist in the namespace 'Steema.TeeChart.WPF.Editors' (are you missing an assembly reference?)
But I added all the reference ?!
I use this
Code: Select all
Steema.TeeChart.Tools.LegendScrollBar legendScrollBar1;
Code: Select all
private void button2_Click(object sender, RoutedEventArgs e)
{
Steema.TeeChart.WPF.Editors.Tools.ScrollBarEditor.Edit(legendScrollBar1);
}
Error 1 The type or namespace name 'Tools' does not exist in the namespace 'Steema.TeeChart.WPF.Editors' (are you missing an assembly reference?)
But I added all the reference ?!