Showing related tags and posts across the entire site.
-
I am creating a C1Chart on the server side and i am returning an image. Everytime i create the c1chart the first time it is fine but when i call the second time i get the following error The calling thread cannot access this object because a different thread owns it I have attached a sample project so...
-
I've noticed that the positioning and drag/clip limits of the zoom box get messed up by having a legend docked to the top or the left. It appears that the zoom box thinks that it is instead docked to the bottom or right, respectively. Example: <Window x:Class="ChartCrashTest.Window1"...
Posted to
Chart for WPF
by
Cheetah
on Wed, Dec 16 2009
Filed under: Zooming, Chart for WPF, Zoom, Legend, Action
-
Hi, Alex, AnnoFormat is displayed as it is rather than being used as a format string after chart is reset on the new version (release 3). It was working just fine before. See the example below for the problem. Could you provide a quick fix or a workaround? I have to reset the chart frequently because...
-
Hi I have a chart where I plot temperature on the y axis and date/time on the x axis. The x axis labels are unreadable since they are written on top of each other. I've tried loads of things including setting the MajorUnit but it does not work. My data set contains samples for each 10 min. and usually...