Because i want that on scrolling horizontal scrollbar, my y axis should not be scrolled.So i would show y axis on left splitter & rest data on right splitter.
Can you send me some helpful code or link with example?
Splitters are a .NET thing. If you want to do 2 GoViews in different splitters, you can do that, either pointing to the same GoDocument or 2 different GoDocuments.
But I really don't understand what you're trying to accomplish here....
Actually I am working on a x axis & y axis based graph application. The requirement is that y axis should not be shifted while scrolling x axis.It means y axis should always be visible irrespective of view's scrolling along x axis. So i just want to put y axis on different view splitter & rest of data on different splitter.
Now can you provide some example how can i implement view splitter using GoDiagram?