<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Xceed Chart for .NET</title><link>http://xceed.com/CS/forums/13/ShowForum.aspx</link><description>Discussions about Xceed Chart for .NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>FillEffect's hatch style does look very different on OpenGL mode then on GDI mode</title><link>http://xceed.com/CS/forums/thread/33315.aspx</link><pubDate>Tue, 14 May 2013 13:17:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33315</guid><dc:creator>bogdip</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/33315.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=33315</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I'm using a Bar series and want to hash a bar with the LightDownwardDiagonal hatch. So I want my bars to look as hashed with thin gray lines.&lt;/p&gt;&lt;p&gt;It looks ok on GDI mode but we need the chart to be displayed in 3D also. And in 3D mode (OpenGL set) the LightDownwardDiagonal hatch looks differently, the lines are more tick and rare.In your demo application I see the same effect.&lt;br&gt;&lt;/p&gt;&lt;p&gt;What can I do to hash the bars in the same way, in both GDI and OpenGL modes?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Filtering Bars</title><link>http://xceed.com/CS/forums/thread/33179.aspx</link><pubDate>Thu, 14 Mar 2013 01:27:20 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33179</guid><dc:creator>Maree</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/33179.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=33179</wfw:commentRss><description>I have been having an issue where I want to graph approximately 7000 bars, however Xceed seems to automatically filter the bars and won't display them all. Is there a way to turn this off and have bars overlapping or is there another option for displaying all the bars? Thanks&lt;br&gt;</description></item><item><title>Transparent ChartWalls sometimes not transparent</title><link>http://xceed.com/CS/forums/thread/32829.aspx</link><pubDate>Fri, 02 Nov 2012 22:47:44 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32829</guid><dc:creator>Paul</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/32829.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32829</wfw:commentRss><description>&lt;p&gt;I make the chart walls zero width and transparent so that I have the outline of the chart bounds visible but the walls don't get in the way when I rotate the view to look at the data from different angles. Unfortunately, the chart walls sometimes arbitrarily appear not transparent (I can't find a pattern to it). It doesn't matter how many times I set it for that chart, it won't become transparent (while for other charts I create using the same code, it may be), despite the .FillEffect.Color property showing that it is Color.Transparent. Generally one or more ChartWalls will be transparent, and one or more will be opaque, but it's not at all predictable.&lt;/p&gt;&lt;p&gt;I don't reference ChartWalls anywhere else in my code, just in the chart creation process (I tried resetting it constantly when the user clicked a button, to no avail):&lt;/p&gt;&lt;p&gt;Dim wX As ChartWall, wY As ChartWall, wZ As ChartWall&lt;/p&gt;&lt;p&gt;wX = CType(Walls(ChartWallType.Floor), ChartWall)&lt;/p&gt;&lt;p&gt;wY = CType(Walls(ChartWallType.Left), ChartWall)&lt;/p&gt;&lt;p&gt;wZ = CType(Walls(ChartWallType.Back), ChartWall)&lt;/p&gt;&lt;p&gt;With wX&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; .Width = 0&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; .FillEffect.Color = Color.Transparent&lt;/p&gt;&lt;p&gt;End With&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;With wY&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; .Width = 0&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; .FillEffect.Color = Color.Transparent&lt;/p&gt;&lt;p&gt;End With&lt;/p&gt;&lt;p&gt;With wZ&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; .Width = 0&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; .FillEffect.Color = Color.Transparent&lt;/p&gt;&lt;p&gt;End With&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>Controls are greyed out in the toolbox</title><link>http://xceed.com/CS/forums/thread/32857.aspx</link><pubDate>Tue, 13 Nov 2012 13:32:43 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32857</guid><dc:creator>Patrick</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/32857.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32857</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;The chart controls are greyed out in the toolbox, either&amp;nbsp;in VS2010 or VS2012.&lt;/p&gt;&lt;p&gt;I tried to change the target framework with no success.&lt;/p&gt;&lt;p&gt;Please help me out !&lt;/p&gt;&lt;p&gt;Best regards.&lt;/p&gt;</description></item><item><title>Error when using ChartControl</title><link>http://xceed.com/CS/forums/thread/32860.aspx</link><pubDate>Wed, 14 Nov 2012 14:39:08 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32860</guid><dc:creator>Patrick</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/32860.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32860</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;When I drag ChartControl from the toolbox into my form,&lt;/p&gt;&lt;p&gt;I have 2 errors:&lt;/p&gt;&lt;p&gt;Error&amp;nbsp;1&amp;nbsp;Invalid Resx file. Type&amp;nbsp; could not be read from the data in line 1610, position 5.&amp;nbsp; The type's internal structure may have changed.&amp;nbsp; Either implement ISerializable on the type or provide a type converter that can provide a more reliable conversion format, such as text or an array of bytes.&amp;nbsp; The conversion exception was: The constructor to deserialize an object of type 'System.RuntimeType' was not found.&lt;/p&gt;&lt;p&gt;Error&amp;nbsp;2&amp;nbsp;SerializationException: Type&amp;nbsp; could not be read from the data in line 1610, position 5.&amp;nbsp; The type's internal structure may have changed.&amp;nbsp; Either implement ISerializable on the type or provide a type converter that can provide a more reliable conversion format, such as text or an array of bytes.&amp;nbsp; The conversion exception was: The constructor to deserialize an object of type 'System.RuntimeType' was not found.&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResXResourceReader.ParseXml(XmlTextReader reader)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResXResourceReader.EnsureResData()&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResXResourceReader.GetEnumerator()&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Build.Tasks.ProcessResourceFiles.ReadResources(ReaderInfo readerInfo, IResourceReader reader, String fileName)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Build.Tasks.ProcessResourceFiles.ReadResources(String filename, Boolean shouldUseSourcePath)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Build.Tasks.ProcessResourceFiles.ProcessFile(String inFile, String outFileOrDir)&lt;br&gt;XmlException: Type&amp;nbsp; could not be read from the data in line 1610, position 5.&amp;nbsp; The type's internal structure may have changed.&amp;nbsp; Either implement ISerializable on the type or provide a type converter that can provide a more reliable conversion format, such as text or an array of bytes.&amp;nbsp; The conversion exception was: The constructor to deserialize an object of type 'System.RuntimeType' was not found. Line 1610, position 5.&lt;/p&gt;&lt;p&gt;SerializationException: The constructor to deserialize an object of type 'System.RuntimeType' was not found.&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.ObjectManager.DoFixups()&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResXDataNode.GenerateObjectFromDataNodeInfo(DataNodeInfo dataNodeInfo, ITypeResolutionService typeResolver)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResXDataNode.GetValue(ITypeResolutionService typeResolver)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResXResourceReader.ParseDataNode(XmlTextReader reader, Boolean isMetaData)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResXResourceReader.ParseXml(XmlTextReader reader)&lt;br&gt;SerializationException: The constructor to deserialize an object of type 'System.RuntimeType' was not found.&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.ObjectManager.GetConstructor(RuntimeType t)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)&lt;/p&gt;&lt;p&gt;Could you help me out please ?&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;Best regards.&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Inverting an axis (spec. depth axis)</title><link>http://xceed.com/CS/forums/thread/32739.aspx</link><pubDate>Sun, 07 Oct 2012 10:23:42 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32739</guid><dc:creator>Paul</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/32739.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32739</wfw:commentRss><description>I'm wondering if there's a way to invert an axis, in particular the depth axis. It would be really nice to have the oldest date be at the back and the most recent date be at the front without having to destroy the data and create custom axis labels to make it look that way.</description></item><item><title>Chart pixel location within ChartControl</title><link>http://xceed.com/CS/forums/thread/32830.aspx</link><pubDate>Sat, 03 Nov 2012 07:33:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32830</guid><dc:creator>Paul</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/32830.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32830</wfw:commentRss><description>I need to be able to access the coordinates of the Chart within a ChartControl object. Do I have to do all the math myself, dealing with percentage-based margins and chart model dimensions, or can I access the pixel-based chart location and size somewhere?</description></item><item><title>Designer exception on any 3D chart</title><link>http://xceed.com/CS/forums/thread/32404.aspx</link><pubDate>Mon, 16 Jul 2012 13:52:14 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32404</guid><dc:creator>Victor</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/32404.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32404</wfw:commentRss><description>&lt;p&gt;I'm currently evaluating Chart .NET for my application, and I'm trying to start work on a 3D Chart demo. I create an empty Windows Forms application, and drag an Xceed ChartControl into my form. When I attempt to use the Chart Wizard, however, I'm seeing a problem every time I select "3D Charts" from the drop-down in the wizard.&lt;/p&gt;&lt;p&gt;When "3D Charts" is selected, the preview window loses it's preview, and is filled with a red X. Furthermore, when I actually select a chart type, say a GridSurface, and select OK, I get a popup which says:&lt;/p&gt;&lt;p&gt;"The control Xceed.Chart.ChartControl has thrown an unhandled exception on the designer and has been disabled. Exception: Method not found: 'Void Xceed.Chart.Graphics2D.Camera.Activate(Xceed.Chart.GraphicsCore.Viewbase, Boolean)'."&lt;/p&gt;&lt;p&gt;Inside the control I see the stack trace below; any ideas why the designer isn't working properly for 3D Charts? Any 2D chart selection is fine, this only happens with 3D charts.&lt;/p&gt;&lt;p&gt;----------&amp;nbsp;&lt;/p&gt;&lt;p&gt;System.MissingMethodException:MethodNot found:&amp;nbsp;&amp;nbsp;'Void Xceed.Chart.Graphics2D.Camera.Activate(Xceed.Chart.GraphicsCore.Viewbase, Boolean)'.&lt;/p&gt;&lt;p&gt;at Xceed.ChartGraphicsGL.GLCamera.Activate(ViewBase pView, Boolean bUseJittering, Boolean bUseViewportMargins)&lt;/p&gt;&lt;p&gt;at Xceed.Chart.Core.SceneGL.OnRender()&lt;/p&gt;&lt;p&gt;at Xceed.Chart.GraphicsGL.GLDevice.InnerRender()&lt;/p&gt;&lt;p&gt;at Xceed.Chart.GraphicsGL.GLDevice.Render()&lt;/p&gt;&lt;p&gt;at Xceed.Chart.GraphicsGL.GLBitmapRenderSurface.OnPaint(PainEventArgs e)&lt;/p&gt;&lt;p&gt;at Xceed.Chart.GraphicsCore.RenderSurfaceBase.PaintHandler(Object sender, PaintEventArgs e)&lt;/p&gt;&lt;p&gt;at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)&lt;/p&gt;&lt;p&gt;at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)&lt;/p&gt;&lt;p&gt;at System.Windows.Forms.Control.WmPaint(Message&amp;amp; m)&lt;/p&gt;&lt;p&gt;at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;/p&gt;&lt;p&gt;at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;/p&gt;&lt;p&gt;at System.Windows.Forms.Design.ControlDesigner.DesignerWindowTarget.DefWndProc(Message&amp;amp; m)&lt;/p&gt;&lt;p&gt;at&amp;nbsp;System.Windows.Forms.Design.ControlDesigner.WndProc(Message&amp;amp; m)&lt;/p&gt;&lt;p&gt;at&amp;nbsp;System.Windows.Forms.Design.ControlDesigner.DesignerWindowTarget.OnMessage(Message&amp;amp; m)&lt;/p&gt;&lt;p&gt;----------&lt;/p&gt;</description></item><item><title>Dynamically set color of bars in a BarSeries?</title><link>http://xceed.com/CS/forums/thread/32354.aspx</link><pubDate>Thu, 05 Jul 2012 21:10:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32354</guid><dc:creator>Victor</dc:creator><slash:comments>10</slash:comments><comments>http://xceed.com/CS/forums/thread/32354.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32354</wfw:commentRss><description>&lt;p&gt;I'm currently evaluating xCeed for use in a program where a gauge is needed. I have a dataset which must be graphed over a min-max range, and within that range an average must be highlighted.&lt;/p&gt;&lt;p&gt;To do this I'm currently using a 2D bar chart with a single BarSeries, where:&lt;/p&gt;&lt;p&gt;- The width of the X axis is the possible range of my data&lt;/p&gt;&lt;p&gt;- All bars within the min/max that's calculated are filled in with the same value and color&lt;/p&gt;&lt;p&gt;- An average is calculated&lt;/p&gt;&lt;p&gt;- The&amp;nbsp;data will be collected continuously, so the bar representing the average will need to be updated continuously as the average moves.&lt;/p&gt;&lt;p&gt;Is there a way, as my averages are calculated to be at some X coordinate, to set the bar at just that coordinate to a different color than the rest of the bars?&lt;/p&gt;</description></item><item><title>Merimekko chart for Winform using C#</title><link>http://xceed.com/CS/forums/thread/31956.aspx</link><pubDate>Thu, 05 Apr 2012 07:01:24 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31956</guid><dc:creator>Ramraje</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/31956.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=31956</wfw:commentRss><description>&lt;p&gt;H!,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have done lots of RND for merimekko&amp;nbsp; charts using XCeed for winform.&lt;/p&gt;&lt;p&gt;How can I create Merimekko (Mekko) chart for winform using C#.&lt;/p&gt;&lt;p&gt;Please Help.&lt;/p&gt;&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;&lt;p&gt;Ramraje &lt;br&gt;&lt;/p&gt;</description></item><item><title>How to automatically use next default color for new Series?</title><link>http://xceed.com/CS/forums/thread/32108.aspx</link><pubDate>Tue, 15 May 2012 20:03:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32108</guid><dc:creator>James</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/32108.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=32108</wfw:commentRss><description>&lt;P&gt;Using a manhattan chart, I am adding several BarSeries.&lt;/P&gt;
&lt;P&gt;The axis are count (vertical), hour of day&amp;nbsp;(0-23) X, and a text name Z.&lt;/P&gt;
&lt;P&gt;Is there a&amp;nbsp;quick way to tell the chart to use the next default color when I add the next BarSeries to my chart?&lt;/P&gt;
&lt;P&gt;I have the count and hour of day displaying on the chart, but I do not know how to add the text name to the chart.&amp;nbsp; It defaults to 1, 2, 3,...&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Any help is appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks in Advance&lt;/P&gt;</description></item><item><title>DepthPercent confusion</title><link>http://xceed.com/CS/forums/thread/31931.aspx</link><pubDate>Fri, 30 Mar 2012 02:05:52 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31931</guid><dc:creator>Paul</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/31931.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=31931</wfw:commentRss><description>&lt;p&gt;I'm making a scatter-XY line chart, and want to use gradients for the lines. As best as I can tell, this requires using LineStyle = LineSeriesStyle.Tube and using DepthPercent to control the line width (I was using StandardLine2DUC as a guide for this). The DepthPercent in this example is just 10, but for me to achieve a similar line width in my charts, I need to set the DepthPercent to around 10,000. For lines that are around 5 pixels wide, I need to set this to 2,000. At a setting of 10 or 50, the line is so thin that it's not even a complete line. Additionally, this thickness varies by a factor of around 3 on various of my charts; DepthPercent of 2,000 will give me a line around 5 pixels wide for most, but up to 15 pixels wide for others.&lt;/p&gt;&lt;p&gt;Is there some critical setting I'm missing? Is the DepthPercent width calculation somehow using X and Y dimensions to figure out how wide to make the lines? This seems strange, since it's supposedly in model units, and Points don't suffer this size inconsistency.&lt;/p&gt;</description></item><item><title>Problems with a Logarithmic X-Axis</title><link>http://xceed.com/CS/forums/thread/31717.aspx</link><pubDate>Mon, 20 Feb 2012 17:54:35 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:31717</guid><dc:creator>Paul</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/31717.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=31717</wfw:commentRss><description>&lt;p&gt;Two problems I've encountered with a logarithmic x-axis (and numeric y-axis) so far: &lt;/p&gt;&lt;p&gt;1) The MajorGridLine doesn't appear to do anything. No matter what settings I give it, nothing seems to show up (while I can easily get them to appear for the y-axis, and they work fine for the logarithmic y-axis in the demo). &lt;/p&gt;&lt;p&gt;2) An attached ZoomTool doesn't function correctly. The zoom overlay window for the chart (the colored rectangle and interact-able area) appears to extend indefinitely to the left, and is also shifted to the left by some unknown proportion of the LogarithmicBase value. For example, with a LogarithmicBase of 10, this window only extends a small amount along the x-axis, whereas if we change the LogarithmicBase to 1.05, we have access to nearly all of the chart for zooming.&lt;/p&gt;&lt;p&gt;Any help with these issues would be greatly appreciated. Thanks!&lt;/p&gt;</description></item><item><title>DataLabel horizontal offset</title><link>http://xceed.com/CS/forums/thread/30406.aspx</link><pubDate>Wed, 25 May 2011 04:12:06 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30406</guid><dc:creator>Paul</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/30406.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=30406</wfw:commentRss><description>Given the data I'm charting, vertical offsets for DataLabels of the predefined "above," "below," and "none," do more to hide the data than highlight it. Is there any way to customize DataLabel positioning?</description></item><item><title>Exception : Could not load file or assembly 'Xceed.Chart.GraphicsGL.v4.3.dll' or one of its dependencies. The specified module could not be found.</title><link>http://xceed.com/CS/forums/thread/28100.aspx</link><pubDate>Mon, 30 Aug 2010 08:25:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28100</guid><dc:creator>Aniruddha</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/28100.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=28100</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using Xceed controls in my Asp.Net application. &amp;nbsp;While deploying the web site I came accross the below exception :&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Could not load file or assembly 'Xceed.Chart.GraphicsGL.v4.3.dll' or one of its dependencies. The specified module could not be found." &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please provide me the solution for this. I have attached image of the exception i came accross.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance!!&lt;/P&gt;
&lt;P&gt;~Aniruddha&lt;/P&gt;</description></item><item><title>X-Y Scatter Chart Data Labels Subset</title><link>http://xceed.com/CS/forums/thread/30422.aspx</link><pubDate>Thu, 26 May 2011 19:33:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30422</guid><dc:creator>James</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/30422.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=30422</wfw:commentRss><description>&lt;p&gt;&lt;img src="http://xceed.com/CS/forums/T:%5CMahaffeyJE%5CScreen%20Captures%5CScatterCapture1.jpg" title="screen capture" alt="screen capture" align="left" border="1" height="512" hspace="1" width="640"&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you tell me how the DataLabels.Subset() is supposed to work?&lt;/p&gt;&lt;p&gt;&amp;nbsp;If the image above works correctly... I have 50 data points of live data moving in the direction of the arrow.&lt;/p&gt;&lt;p&gt;When setting my DataLabels to visible, the LAST data point gets the label and not the first.&lt;/p&gt;&lt;p&gt;My code for enabling the Data Labels is pasted into the image.&lt;/p&gt;&lt;p&gt;How do I need to do this in order to have the FIRST data point get the label? &lt;br&gt;&lt;/p&gt;</description></item><item><title>large data set and poor perfomance</title><link>http://xceed.com/CS/forums/thread/30358.aspx</link><pubDate>Thu, 19 May 2011 05:12:05 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30358</guid><dc:creator>wang</dc:creator><slash:comments>8</slash:comments><comments>http://xceed.com/CS/forums/thread/30358.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=30358</wfw:commentRss><description>&lt;p&gt;i find it very slow when&amp;nbsp;the chart control draws about(or&amp;nbsp;above) 8000 points in the 2d chart. is there any way to improve the speed?the expected speed is about&amp;nbsp; or above 50&amp;nbsp;fps, but the current speed is around 20 fps.&amp;nbsp;i have already used the following technolies:&lt;/p&gt;
&lt;p&gt;1, the target render surface is "window", and&amp;nbsp;the&amp;nbsp;graphic supports opengl&lt;/p&gt;
&lt;p&gt;2. function FillFromEnumerable is used to fill my data&lt;/p&gt;
&lt;p&gt;3. function UpdateFromDataSources is used to refresh the window&lt;/p&gt;
&lt;p&gt;is there anyone can&amp;nbsp;help me? any suggestion&amp;nbsp;will be&amp;nbsp;appreciated!&lt;/p&gt;</description></item><item><title>fill area limits for Area charts and Bar charts</title><link>http://xceed.com/CS/forums/thread/30360.aspx</link><pubDate>Thu, 19 May 2011 12:57:24 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30360</guid><dc:creator>James</dc:creator><slash:comments>7</slash:comments><comments>http://xceed.com/CS/forums/thread/30360.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=30360</wfw:commentRss><description>&lt;p&gt;Is there a way to limit the fill area for Area charts and Bar charts to the lower limit of the chart?&lt;/p&gt;&lt;p&gt;If my lower range is positive 50, I don't want the fill covering the area below the chart.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tks &lt;br&gt;&lt;/p&gt;</description></item><item><title>Can not compile Xceed.Chart.Samples.Explorer.CS_VS2005.csproj</title><link>http://xceed.com/CS/forums/thread/30313.aspx</link><pubDate>Tue, 10 May 2011 14:51:46 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:30313</guid><dc:creator>xiaosong</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/30313.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=30313</wfw:commentRss><description>I'm new to this. After installed the evaluation installer, I tried to find demos/examples. To my&amp;nbsp;disappoint, I even can not run the installed sample project. I have tried on VS2005 and VS2008 on two different machine, but both failed. I didn't find any documentation on this. It is really a bad experience for me. &amp;nbsp;&amp;nbsp;</description></item><item><title>data labels</title><link>http://xceed.com/CS/forums/thread/29934.aspx</link><pubDate>Wed, 23 Feb 2011 09:07:22 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:29934</guid><dc:creator>cerkez</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/29934.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=29934</wfw:commentRss><description>&lt;P&gt;how can we remove the data labels which are 0 (zero) on the graph?&lt;/P&gt;</description></item><item><title>Reseting the zoom</title><link>http://xceed.com/CS/forums/thread/4099.aspx</link><pubDate>Fri, 02 Feb 2007 15:55:43 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:4099</guid><dc:creator>Serkan</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/4099.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=4099</wfw:commentRss><description>Hi,&lt;br /&gt;In my software the user can zoom-in the graph. At a point I need to reset the zoom and the graph need to turn to its first state. Can I do this without removing the chart and then re-drawing???</description></item><item><title>Contour chart with irregular surface data</title><link>http://xceed.com/CS/forums/thread/20587.aspx</link><pubDate>Tue, 28 Apr 2009 06:58:04 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20587</guid><dc:creator>Karlav</dc:creator><slash:comments>6</slash:comments><comments>http://xceed.com/CS/forums/thread/20587.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20587</wfw:commentRss><description>&lt;P&gt;I am plotting a contour chart with FrameStyle set to MeshContour.&lt;BR&gt;Sometimes the data that needs to be plotted is not a proper surface, something like&lt;BR&gt;Example 1:&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class="" style="WIDTH:192pt;BORDER-COLLAPSE:collapse;" cellSpacing=0 cellPadding=0&gt;



&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl24"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class=xl25 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl25"&gt;X1&lt;/TD&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl24"&gt;X2&lt;/TD&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl24"&gt;X3&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl25 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl25"&gt;Y1&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;-0.122&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.065&lt;/TD&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" align=right class="xl24"&gt;0.025&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl25 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl25"&gt;Y2&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.561&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.022&lt;/TD&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl24"&gt;DBNull&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;The missing data points are set to DBNull..&lt;BR&gt;But in this case the chart is plotted only with X1Y1, X1Y2, X2Y1, X2Y2 (ie. cells colored in green above). X3Y1 is not plotted in the chart even though it has a valid value.&lt;/P&gt;
&lt;P&gt;In case there are atleast 2 Y values&amp;nbsp;for a given X value, the chart seems to be ok&lt;BR&gt;Example 2:&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class="" style="WIDTH:192pt;BORDER-COLLAPSE:collapse;" cellSpacing=0 cellPadding=0&gt;



&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl24"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class=xl25 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl25"&gt;X1&lt;/TD&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl24"&gt;X2&lt;/TD&gt;
&lt;TD class=xl24 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl24"&gt;X3&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl25 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl25"&gt;Y1&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;-0.144&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.023&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.019&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl25 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl25"&gt;Y2&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.529&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.05&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;-0.029&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl25 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:48pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl25"&gt;Y3&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;-0.05&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" align=right class="xl26"&gt;0.035&lt;/TD&gt;
&lt;TD class=xl26 style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext;BORDER-LEFT:windowtext;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:#ccffcc;" class="xl26"&gt;DBNull&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;In this case, all the values are&amp;nbsp;plotted as expected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the best way to deal with cases where there is only one Y value containing data for a particular X value (as in example 1). I first set the Grid size as (number of X * number of Y) and then set each of the XY values one by one.&lt;/P&gt;</description></item><item><title>Xceed Chart for WPF?</title><link>http://xceed.com/CS/forums/thread/4151.aspx</link><pubDate>Thu, 03 May 2007 10:03:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:4151</guid><dc:creator>Terry</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/4151.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=4151</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;I'm currently developing a WPF application and would like to incorporate Xceed Chart within it. At the moment I have to do this using a Windows Forms Host control which in turn limits many of the WPF capabilities (such as transparency and hardware rendering).&lt;br /&gt;&lt;br /&gt;My project is not going to be complete for a few months and I was wondering if a WPF version of Xceed Chart is in the pipeline and whether I should wait or just carry on working with the .Net version?&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;Terry.</description></item><item><title>XYZ graph</title><link>http://xceed.com/CS/forums/thread/29566.aspx</link><pubDate>Fri, 07 Jan 2011 16:38:34 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:29566</guid><dc:creator>cerkez</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/29566.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=29566</wfw:commentRss><description>&lt;P&gt;Can you help me about the basics of&amp;nbsp;3d graphics by using Xceed.i can't find any sample codes.the basic problem i couldn't understand is how a 3d chart is drawn according to my values.3d means that there are 3 variables and when i write these values, the program should show me the result as XYZ scatter bars in the other windows form. &lt;/P&gt;
&lt;P&gt;regards &lt;/P&gt;</description></item><item><title>resize the legend for a line chart</title><link>http://xceed.com/CS/forums/thread/28612.aspx</link><pubDate>Wed, 08 Sep 2010 18:27:31 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28612</guid><dc:creator>James</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/28612.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=28612</wfw:commentRss><description>&lt;p&gt;I need to be able to shrink a line chart down to 210x175.&lt;/p&gt;&lt;p&gt;When I do this, the legend is too big and covers part of the chart.&lt;/p&gt;&lt;p&gt;How do I adjust the size of the legend?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tks &lt;br&gt;&lt;/p&gt;</description></item><item><title>How to specify color to a Series derived legend.</title><link>http://xceed.com/CS/forums/thread/28645.aspx</link><pubDate>Fri, 10 Sep 2010 22:41:33 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28645</guid><dc:creator>Sam</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/28645.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=28645</wfw:commentRss><description>&lt;P&gt;I would like to control the colors used for specific value ranges; I have defined NumericScale custom steps and want to specify color for each range defined.&amp;nbsp; e.g. 95-100% = red. &lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;/P&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;
&lt;P&gt;&amp;lt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;MeshSurfaceSeries instance&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;gt;.Legend.Mode = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;&lt;FONT color=#2b91af size=2 face=Consolas&gt;SeriesLegendMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;.SeriesLogic;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;Can anyone help? &lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks, &lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description></item><item><title>How to assign custom axis data point labels</title><link>http://xceed.com/CS/forums/thread/28633.aspx</link><pubDate>Thu, 09 Sep 2010 20:37:30 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28633</guid><dc:creator>Sam</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/28633.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=28633</wfw:commentRss><description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;Given an X axis with values 1-7, I would like to label those points with day of week. Any help appreciated. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks, &lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description></item><item><title>Xceed Chart controls for WPF</title><link>http://xceed.com/CS/forums/thread/27981.aspx</link><pubDate>Mon, 16 Aug 2010 09:03:43 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:27981</guid><dc:creator>N</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/27981.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=27981</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to&amp;nbsp;know if&amp;nbsp;Xceed provides Chart&amp;nbsp;controls for&amp;nbsp;WPF.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Regards,&lt;/P&gt;
&lt;P&gt;NAK&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Need help on zooming and scrolling</title><link>http://xceed.com/CS/forums/thread/26721.aspx</link><pubDate>Wed, 05 May 2010 15:12:42 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:26721</guid><dc:creator>Antoan</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/26721.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=26721</wfw:commentRss><description>&lt;p&gt;Hello, guys :)&lt;/p&gt;&lt;p&gt;I'm trying to zoom in a chart, and add a scroll bar at the bottom of the chart so that the user can scroll left and right. However, I can't find a way to get the current position of the chart, so that I can update the scroll bar and prevent the user from scrolling outside of the boundaries of the chart. All examples I saw in the demo allow unlimited scrolling to the left or right. Any ideas?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Xceed Chart Explorer for .NET</title><link>http://xceed.com/CS/forums/thread/27940.aspx</link><pubDate>Wed, 11 Aug 2010 09:31:09 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:27940</guid><dc:creator>pablo</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/27940.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=27940</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a problem using the chart explorer. I can actually view the samples but the C# source code files are missing.&lt;/p&gt;&lt;p&gt;There are no source code in ...\Xceed Components\Bin\.NET\... . There are just exe files and dll.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Were can I download the example source code?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Pablo &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Zooming with multiple y-axes</title><link>http://xceed.com/CS/forums/thread/4049.aspx</link><pubDate>Fri, 25 Aug 2006 03:14:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:4049</guid><dc:creator>JD</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/4049.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=4049</wfw:commentRss><description>I have a graph with multiple y-axes, that uses the zoom tool. However, only the primary y-axis changes to reflect the zoom operation.&lt;br /&gt;How do I get the custom y-axes to reflect the zoom operation?&lt;br /&gt;Thanks!</description></item><item><title>How to make a small window follow the cursor on a chart</title><link>http://xceed.com/CS/forums/thread/25477.aspx</link><pubDate>Wed, 20 Jan 2010 09:21:17 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:25477</guid><dc:creator>Steve</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/25477.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=25477</wfw:commentRss><description>&lt;p&gt;I have an app that displays spectrograph charts - the X axis is frequency (typically in megahertz), the Y axis is amplitude (typically in dB). Sometimes the X axis is logarithmic, sometimes numeric.&amp;nbsp; What I want is to display the frequency and amplitude value next to the cursor as the mouse is rolled over the chart.&amp;nbsp; I have it nearly working, but I cannot get it to position consistently - the result I get seems to vary depending on the axis scales. I got it all working OK on a chart with numerix X-axis, and thought I was done, but then it didn't quite work on one with a logarithmic X-axis.&lt;br&gt;&lt;/p&gt;&lt;p&gt;I am using the OnDataCursorChange event to do this. I have a small window with a transparent background and 2 labels to contain the values.&amp;nbsp; In the OnDataCursorChange event, I do the following:&lt;/p&gt;&lt;p&gt;1. Get the min and max values for the X and Y axes.&amp;nbsp; If the cursor is outside these limits I don't want the values to show, so I hide the small window.&lt;br&gt;2. If the scale values in the DataCursorEventArgs object are within axis limits, I use ConvertScaleToModelCoordinate to convert the X and Y values to model coordinates.&amp;nbsp; I then use ConvertModelToClientCoordinate to get client coordinates, and adjust slightly so that the window appears just above and to the right of the cursor.&amp;nbsp; I have also tried using ConvertModelToViewport, but could see little or no difference in the result. I also get the model and client coordinate of the top of the Y axis, because I seemed to have to add that on to position the window properly in the Y direction.&lt;br&gt;&lt;br&gt;My questions are:&lt;br&gt;1. Am I re-inventing a wheel here? Does the chart object already have something that will do this?&lt;br&gt;2. The difference between client coordinates and viewport coordinates is not clear to me - the documentation is not helpful. Can someone clarify?&lt;br&gt;4. What do I need to do to get a consistent location next to the cursor? Clearly I have something not right.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Please note I am using a fairly old version of the chart - 4.0.100.0&lt;br&gt;&lt;br&gt;This is the code for the OnDataCursorChange event. fFollower is the instance of the small window that displays the Freq and Amplitude. It is declared at form scope level.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Private Sub OnDataCursorChange(ByVal sender As Object, ByVal eventargs As EventArgs)&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim Xval As Double, Yval As Double&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim Xmin As Double, Xmax As Double, Ymin As Double, Ymax As Double&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim sText As String&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim dcea As DataCusorToolEventArgs = CType(eventargs, DataCusorToolEventArgs)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim vcModel As New Vector, vcClient As New Vector, vcChartTop As New Vector&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Get the axis bounds&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With chtGraph.Charts(0)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If .Axis(StandardAxis.PrimaryY).ScaleMode = AxisScaleMode.Logarithmic Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else ' Y axis always numeric&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ymin = chtGraph.Charts(0).Axis(StandardAxis.PrimaryY).NumericScale.Min&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ymax = chtGraph.Charts(0).Axis(StandardAxis.PrimaryY).NumericScale.Max&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If .Axis(StandardAxis.PrimaryX).ScaleMode = AxisScaleMode.Logarithmic Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Xmin = chtGraph.Charts(0).Axis(StandardAxis.PrimaryX).LogarithmicScale.Min&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Xmax = chtGraph.Charts(0).Axis(StandardAxis.PrimaryX).LogarithmicScale.Max&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Xmin = chtGraph.Charts(0).Axis(StandardAxis.PrimaryX).NumericScale.Min&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Xmax = chtGraph.Charts(0).Axis(StandardAxis.PrimaryX).NumericScale.Max&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Xval = dcea.HorizontalAxisValue&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yval = dcea.VerticalAxisValue&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Xval &amp;gt;= Xmin And Xval &amp;lt;= Xmax And Yval &amp;gt;= Ymin And Yval &amp;lt;= Ymax Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vcModel.x = .Axis(StandardAxis.PrimaryX).ConvertScaleToModelCoordinate(False, Xval)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vcModel.y = .Axis(StandardAxis.PrimaryY).ConvertScaleToModelCoordinate(False, Yval)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ConvertModelToClientCoordinate(vcModel, vcClient)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Get the client coord of the top of the plot space (Ymax)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vcModel.y = .Axis(StandardAxis.PrimaryY).ConvertScaleToModelCoordinate(False, Ymax)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ConvertModelToClientCoordinate(vcModel, vcChartTop)&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fFollower.Top = vcClient.y + vcChartTop.y - 5&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Make sure the small window doesn't go off the right side of the chart window&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (vcClient.x + fFollower.Width + 10) &amp;gt; Me.Right Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fFollower.Left = Me.Right - fFollower.Width&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fFollower.Left = vcClient.x + 10&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cursor = Cursors.Cross&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fFollower.lblFrequency.Text = "Frq: " &amp;amp; gFormatFrequency(Xval)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fFollower.lblAmplitude.Text = "Amp: " &amp;amp; Yval.ToString("#0.00")&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Not fFollower.Visible Then fFollower.Show()&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fFollower.Hide()&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cursor = Cursors.Default&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Relate mouse click to data point</title><link>http://xceed.com/CS/forums/thread/24981.aspx</link><pubDate>Wed, 25 Nov 2009 09:07:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:24981</guid><dc:creator>Steve</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/24981.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=24981</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I have a GridSurface chart. When the mouse is clicked, is it possible to find out the nearest data point to that click? The "Viewport to Scale" demo with "Clamp values to ruler" checked shows there is some support to take the nearest 'point of interest' from a click, but can you map that all the way back to the data source?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Steve&amp;nbsp;&lt;/p&gt;</description></item><item><title>Is there a way to highlight a particular area of a MeshSurface?</title><link>http://xceed.com/CS/forums/thread/24881.aspx</link><pubDate>Mon, 16 Nov 2009 22:29:04 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:24881</guid><dc:creator>Charles</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/24881.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=24881</wfw:commentRss><description>&lt;P&gt;I have a mesh surface that I am using to display a contour map - like a terrain map.&amp;nbsp; I need to do 2 additional things.&lt;/P&gt;
&lt;P&gt;1. I need to be able to add points to the surface to mark locations.&lt;/P&gt;
&lt;P&gt;2. I need to be able to highlight or otherwise mark a particular X line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Are these possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks.&lt;/P&gt;</description></item><item><title>barseries problem</title><link>http://xceed.com/CS/forums/thread/25145.aspx</link><pubDate>Thu, 10 Dec 2009 15:23:06 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:25145</guid><dc:creator>elad</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/25145.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=25145</wfw:commentRss><description>&lt;P&gt;hi.&lt;/P&gt;
&lt;P&gt;i'm trying to create a clusterd bar with the primary x axis set to numeric scale. but when i use this scale the bars aren't scaled right.&lt;/P&gt;
&lt;P&gt;any1?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Exception : Could not load file or assembly 'Xceed.Chart.GraphicsGL'</title><link>http://xceed.com/CS/forums/thread/13480.aspx</link><pubDate>Wed, 09 Jul 2008 18:21:01 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13480</guid><dc:creator>Andr&amp;#233;</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/13480.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13480</wfw:commentRss><description>&lt;P&gt;If you get this exception when trying to run 3D charts (using OpenGL), it may be due to the fact that you do not have the right Visual C++ runtime installed on the machine.&lt;/P&gt;
&lt;P&gt;We have started compiling our chart component with Visual Studio 2008 recently, and to run it, the system needs to have VC++ 2008 runtime installed, which is not the case on many systems, since it is not a required windows update, and not all systems have Visual Studio 2008 (which includes this runtime).&lt;BR&gt;&lt;BR&gt;So you can download it from here, install it on the&amp;nbsp;target&amp;nbsp;computer, and see if it resolves your issue.&lt;BR&gt;&lt;BR&gt;&lt;A title=here href="http://www.microsoft.com/downloads/details.aspx?familyid=D5692CE4-ADAD-4000-ABFE-64628A267EF0&amp;amp;displaylang=en" rel=nofollow target=_blank&gt;http://www.microsoft.com/downloads/details.aspx?familyid=D5692CE4-ADAD-4000-ABFE-64628A267EF0&amp;amp;displaylang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Demo problems on 64-bit machine</title><link>http://xceed.com/CS/forums/thread/23129.aspx</link><pubDate>Mon, 03 Aug 2009 19:36:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:23129</guid><dc:creator>Jim</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/23129.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=23129</wfw:commentRss><description>&lt;p&gt;I am unable to run the Xceed Chart Explorer for .Net on an Intel Xenon 64bit machine.&amp;nbsp; When I run the program from menu or command line it exits immediately with no display or error.&amp;nbsp; Any ideas what may be happening?&lt;/p&gt;&lt;p&gt;We have not issues on our 32-bit machines.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks in advance. &lt;br&gt;&lt;/p&gt;</description></item><item><title>Resizing the chart title</title><link>http://xceed.com/CS/forums/thread/24972.aspx</link><pubDate>Tue, 24 Nov 2009 19:54:52 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:24972</guid><dc:creator>Ram</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/24972.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=24972</wfw:commentRss><description>&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Hello,&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;I am using .net &lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;Xceed Chart version 4.2, when I resize the window, chart on the window gets resized, chart title does not get resized. Is there a way I can resize the chart title as well.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Ram&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Polar Plot Angles / Radius</title><link>http://xceed.com/CS/forums/thread/13296.aspx</link><pubDate>Sun, 29 Jun 2008 23:42:45 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13296</guid><dc:creator>Matthew</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/13296.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13296</wfw:commentRss><description>&lt;p&gt;I have a polar plot depicting 0 - 360 degrees for the angle, and 0 - 90 degrees for the radius.&lt;/p&gt;&lt;p&gt;1. The angles are shown counter-clockwise. How do i change
this to clockwise? One post I read said this was impossible, (which is ridiculous), and
suggested adding the data backwards and hacking the labels to match. How do I implement this workaround?&lt;br&gt;&lt;/p&gt;&lt;p&gt;2. The radii currently start at 0 in the center and increase to 90 on the edge. How do I reverse this to show 90 in the center, and 0 on the edge? The point of this is to represent objects within a hemisphere overhead (0 - 360 degrees being the azimuth of the object, and 0 - 90 degrees being the elevation from the horizon).&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Problem manual scaling graph</title><link>http://xceed.com/CS/forums/thread/21410.aspx</link><pubDate>Fri, 05 Jun 2009 10:34:28 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:21410</guid><dc:creator>Claudio</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/21410.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=21410</wfw:commentRss><description>&lt;p&gt;Given a chart with those settings&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; m_Chart.Axis(StandardAxis.PrimaryY).NumericScale.AutoMax = false;&lt;br&gt;&amp;nbsp; m_Chart.Axis(StandardAxis.PrimaryY).NumericScale.AutoMin = false; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example. if the values along PrimaryY are between 0 and 500 and I set&lt;/p&gt;&lt;p&gt;m_Chart.Axis(StandardAxis.PrimaryY).NumericScale.Min = 100&lt;br&gt;m_Chart.Axis(StandardAxis.PrimaryY).NumericScale.Max = 200: &lt;/p&gt;&lt;p&gt;It happens the graph goes outside the border of the chart.&lt;br&gt;&lt;br&gt;If I choose the same range (Y between 100 and 200) with the zoom function then the graph is inside the border of the chart.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to manual scale Min e Max of PrimaryY and at the same time not to see the graph outside of the chart border? Something&lt;br&gt;like an automatic zooming&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &lt;br&gt;&lt;/p&gt;</description></item><item><title>Creating Customized Legend</title><link>http://xceed.com/CS/forums/thread/20749.aspx</link><pubDate>Wed, 06 May 2009 10:01:25 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20749</guid><dc:creator>vishwa</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/20749.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20749</wfw:commentRss><description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I need to implement the customized legends in charts. I want to implement my own legend Marker shapes and its associated propoerties. I attached Sample of Legend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Please help me to create customized legend shapes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks &amp;amp; Regards &lt;/P&gt;
&lt;P&gt;Vishwa&lt;/P&gt;</description></item><item><title>How to have vertical text labels on the xAxis?</title><link>http://xceed.com/CS/forums/thread/22195.aspx</link><pubDate>Wed, 01 Jul 2009 19:25:42 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22195</guid><dc:creator>Nazeeh</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/22195.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=22195</wfw:commentRss><description>&lt;p&gt;Hey everyone,&lt;/p&gt;&lt;p&gt;I got a quick question. I am using a LineSeries chart at the moment and am supplying my own text labels for the xAxis ( xAxis.DimensionScale.AutoLabels = false;). I get my labels rendering just fine which is great. The issue I am having is that my labels are kinda long, so they tend to overwrite each other.&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I get them to display vertically with a bit of a tilt as is common in such situations? Having them display horizontally right now is not working very well.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>DateTime on X axis on Mesh/Grid Surface</title><link>http://xceed.com/CS/forums/thread/22734.aspx</link><pubDate>Tue, 21 Jul 2009 08:02:03 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22734</guid><dc:creator>toqa</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/22734.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=22734</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;is it possible to format the X axis of the Grid Surface as a DateTime? If I do:&lt;/p&gt;&lt;p&gt;chart.Axis(StandardAxis.PrimaryX).ScaleMode = AxisScaleMode.DateTime;&lt;br&gt;chart.Axis(StandardAxis.PrimaryX).ValueFormatting.Format = ValueFormat.Time; &lt;/p&gt;&lt;p&gt;&amp;nbsp;The X axis displays 00:00 for each point. I know the data structure only allows setting int values for X/Z axis. But can I associate DateTime values and use these instead (like for Bar Charts for instance)?&lt;/p&gt;&lt;p&gt;Also, I'm interested in formatting DateTimes on the Vertical axis and other custom formatting (say, percents) for all axes.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thank you. &lt;br&gt;&lt;/p&gt;</description></item><item><title>Interpolation and Grid Size bug?</title><link>http://xceed.com/CS/forums/thread/22335.aspx</link><pubDate>Tue, 07 Jul 2009 16:18:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:22335</guid><dc:creator>Kileen</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/22335.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=22335</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have noticed an issue with the Grid Surface chart and they way grid size affects interpolation.&amp;nbsp; I am plotting a chart of 61x 101 data points but only have 11 x 9 actual points.&amp;nbsp; The rest of the data points I am setting to DBNull.Value.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;When setting my grid size to 61x101, plotting my data points, and setting the EmptyDataPoints.ValueMode to EmptyDataPointsValueMode.Average, I get a blank graph.&amp;nbsp; However, if I increase my grid size to 62 x 102, I get a nice pretty interpolated graph with some extra data points at the edges:&lt;/p&gt;&lt;p&gt;&lt;img src="http://i145.photobucket.com/albums/r225/kileencheng/surfacegraph.png" title="surface grid 62x102 with extra data points" alt="surface grid 62x102 with extra data points" width="799" height="583"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What am I doing wrong in my graph?&amp;nbsp; I would think that the correct grid size is 61x101, but why doesn't the interpolation return anything with this setting?&amp;nbsp; If the graph does indeed need to be 62x102, then why do I see the extra data points at the edges of my graph that go to zero?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To reproduce my issue, you can modify the GridSurfaceUC.cs example code:&lt;/p&gt;&lt;p&gt;1.&amp;nbsp; modify grid size to 62x102:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Surface.Data.SetGridSize(62, 102);&lt;/p&gt;&lt;p&gt;2.&amp;nbsp; then modify FillData: &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void FillData()&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IList&amp;lt;int&amp;gt; xRange = new List&amp;lt;int&amp;gt;() { 0, 10, 20, 25, 28, 30, 32, 35, 40, 50, 60 };&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IList&amp;lt;int&amp;gt; yRange = new List&amp;lt;int&amp;gt;() { 0, 25, 40, 45, 50, 55, 60, 75, 100 };&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IList&amp;lt;double&amp;gt; data = new List&amp;lt;double&amp;gt;() { 0, 1.56437856, 3.18771968, 4.02032784, 4.52450104, 4.86076372, 5.198223785, 5.70820432, 6.57598216, 8.37657152, 10.23206816, 0.2053536, 1.7505152, 3.36096224, 4.18808816, 4.68892944, 5.02345564, 5.35925357, 5.8669678, 6.73122768, 8.5186864, 10.36069312, 0.35857984, 1.89976928, 3.50707888, 4.33259264, 4.83257772, 5.16679102, 5.5023152, 6.00952808, 6.87213984, 8.6522784, 10.48496832, 0.41302048, 1.9542368, 3.56149408, 4.38683776, 4.88681388, 5.22106726, 5.55668464, 6.06380616, 6.92620032, 8.70438016, 10.53430336, 0.46889888, 2.01068672, 3.61830256, 4.44370872, 4.94382528, 5.27813984, 5.61383236, 6.12111712, 6.9833208, 8.7598192, 10.58720832, 0.5259792, 2.06884864, 3.67728528, 4.50306744, 5.00323304, 5.337816505, 5.67370256, 6.18112896, 7.04325792, 8.818568, 10.64356864, 0.58413216, 2.12864448, 3.7383208, 4.56444136, 5.06503104, 5.3997984, 5.7359212, 6.24355448, 7.10593904, 8.88013952, 10.70293792, 0.76383968, 2.31557728, 3.9310704, 4.75953332, 5.261615078, 5.59746352, 5.93458204, 6.44340152, 7.30688256, 9.07972256, 10.8978864, 1.07463328, 2.64429088, 4.27481408, 5.1098816, 5.61575324, 5.9541364, 6.29372112, 6.80605216, 7.67378624, 9.4495264, 11.26546144 };&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int j = 0;j &amp;lt;= yRange[yRange.Count-1]; j++)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int i = 0; i&amp;lt;= xRange[xRange.Count-1]; i++)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (yRange.Contains(j) &amp;amp;&amp;amp; xRange.Contains(i))&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //int index = i+yRange.IndexOf(j)*yRange.Count;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int index = xRange.IndexOf(i) + yRange.IndexOf(j) * xRange.Count;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; double lastValue = data[index]-5;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debug.WriteLine(String.Format("{0},{1}:{2}", i, j, lastValue));&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Surface.Data.SetValue(i, j, lastValue);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debug.WriteLine(String.Format("{0},{1}:null", i, j));&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Surface.Data.SetValue(i, j, DBNull.Value);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataSeriesCollection coll = m_Surface.GetDataSeries(DataSeriesMask.Values, DataSeriesMask.None, true);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (DataSeries ds in coll)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ds.EmptyDataPoints.ValueMode = EmptyDataPointsValueMode.Average;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Core.GridSurfaceSeries series = (Core.GridSurfaceSeries)m_Chart.Series[0];&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; series.EmptyDataPointsAppearance.Mode = EmptyDataPointsAppearanceMode.Normal;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;</description></item><item><title>Legend with variable length text</title><link>http://xceed.com/CS/forums/thread/21022.aspx</link><pubDate>Mon, 18 May 2009 07:37:58 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:21022</guid><dc:creator>Pixie</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/21022.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=21022</wfw:commentRss><description>&lt;P&gt;I have a legend that has some items with very long text and some items with very short text. eg the legend items may be:&lt;/P&gt;
&lt;P&gt;Symptom1&lt;/P&gt;
&lt;P&gt;Symptom2&lt;/P&gt;
&lt;P&gt;Symptom3&lt;/P&gt;
&lt;P&gt;Symptom4&lt;/P&gt;
&lt;P&gt;Symptom5&lt;/P&gt;
&lt;P&gt;Symptom6&lt;/P&gt;
&lt;P&gt;Symptom7&lt;/P&gt;
&lt;P&gt;Symptom8&lt;/P&gt;
&lt;P&gt;Average of Symptom1, Symptom2, Symptom3, Symptom4, Symptom5, Symptom6, Symptom7 and Symptom8 blah blah blah blah blah blah blah&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I make the legend work without taking up a huge amount of space? If&amp;nbsp;I leave the text as above, the legend is a&amp;nbsp;huge square that takes&amp;nbsp;most of the chart space.&amp;nbsp;If I break the last legend item up into 8 lines of text&amp;nbsp;using vbnewline, the first 8 legend items also take up 8 lines worth of space even though they only need 1 line worth of space, and the legend is too long to display. If I do the legend as columns instead of rows, it gets even worse.&lt;/P&gt;</description></item><item><title>ToolTip.Show() Message is truncated</title><link>http://xceed.com/CS/forums/thread/21586.aspx</link><pubDate>Sat, 13 Jun 2009 00:56:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:21586</guid><dc:creator>Jerry</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/21586.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=21586</wfw:commentRss><description>&lt;P style="MARGIN-LEFT:0.25in;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;I am trying to show a message when users click on a chart. The function ToolTip.Show(string text, IWin32Window window, int x, int y, int duration) is called. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT:0.25in;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;The message has a couple hundreds characters. It is displayed in multiple lines, but some characters are lost at&amp;nbsp;the right side of each line when they are shown up as the tooltip.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT:0.25in;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Did I miss any setting of ToolTip? Help me please!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>LoaderLock detected - application hangs - Xceed.Chart.GLCore.dll</title><link>http://xceed.com/CS/forums/thread/21052.aspx</link><pubDate>Tue, 19 May 2009 23:40:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:21052</guid><dc:creator>Rob</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/21052.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=21052</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" size=3&gt;Our Smartclient application uses Xceed.Chart and a few other assemblies to implement Pie, Bar, and Line graphs based on data read from the Xceed grid control. The graphing code we used is almost identical to the sample code supplied by Xceed for VS2003.&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;/FONT&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" size=3&gt;Now our application has been upgraded to .Net 2.0 and compiled under VS2008. The same code now hangs the&amp;nbsp;application with the following message:&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;/FONT&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;EM&gt;"LoaderLock was detected&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;EM&gt;Message: DLL 'C:\Program Files\&amp;lt;path&amp;gt;\Xceed.Chart.GLCore.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang."&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;Thye file version is 3.0.100.0&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;Would be extremely grateful if someone can&amp;nbsp;advise what the fix is. &amp;nbsp;thankyou.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title> HitTestResult for ChartElement.Label is not working properely</title><link>http://xceed.com/CS/forums/thread/20815.aspx</link><pubDate>Fri, 08 May 2009 05:22:29 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20815</guid><dc:creator>harsaraj</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/20815.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20815</wfw:commentRss><description>&lt;P&gt;i have added this code&amp;nbsp;in Mouse double click event &amp;nbsp;&lt;/P&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;
&lt;P&gt;HitTestResult&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; hitTestResult = m_ChartControl.HitTest(e.X, e.Y);&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;if&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; (hitTestResult.ChartElement == &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;ChartElement&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Label)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;it seems it is not workink properly when we double click on chart label.&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description></item><item><title>Calculating Trend or linear regression</title><link>http://xceed.com/CS/forums/thread/20699.aspx</link><pubDate>Mon, 04 May 2009 17:57:30 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20699</guid><dc:creator>Pascal</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/20699.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20699</wfw:commentRss><description>&lt;P&gt;Is there any feature to calculate the trend (also called linear regression I think) in Xceed chart?&lt;/P&gt;
&lt;P&gt;I couldn't find anything in the documentation.&lt;/P&gt;</description></item><item><title>adding points to a Contour Chart</title><link>http://xceed.com/CS/forums/thread/20633.aspx</link><pubDate>Wed, 29 Apr 2009 20:37:43 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20633</guid><dc:creator>Nicholas</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/20633.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20633</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a contour chart representing various loss levels that are experienced at various X,Y values (IE: Loss = f(X,Y))&lt;/p&gt;&lt;p&gt;I would like to plot the current values of X and Y on the chart as well to illustrate how far we are today from the various boundaries - is this possible?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Nick&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description></item><item><title>Contour line labels</title><link>http://xceed.com/CS/forums/thread/20632.aspx</link><pubDate>Wed, 29 Apr 2009 20:34:25 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20632</guid><dc:creator>Nicholas</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/20632.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20632</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am trying to plot a contour chart using defined levels (via setting the Palette).&lt;/p&gt;&lt;p&gt;The lines appear as needed, but I would like to label the lines with the value and a description (they represent various boundaries that I would like to describe.&lt;/p&gt;&lt;p&gt;Is this possible?&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p&gt;Nick &lt;/p&gt;</description></item><item><title>Polar chart has unequal angles</title><link>http://xceed.com/CS/forums/thread/20494.aspx</link><pubDate>Thu, 23 Apr 2009 14:52:31 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20494</guid><dc:creator>Steve</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/20494.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20494</wfw:commentRss><description>&lt;p&gt;Hi, I have a very straightforward polar chart, with the standard 30 degrees between radial marker lines.&amp;nbsp; It is all working fine, but I notice that the angles between the radial marker lines are not equal.&amp;nbsp; The angles closer to vertical are smaller than those closer to horizontal.&amp;nbsp; It is quite noticeable - the difference between the biggest and smallest angles is almost 2 to 1.&amp;nbsp; I am using Stretch margin mode on the chart, and thought that might be causing it.&amp;nbsp; But I have tried tweaking it and cannot fix the problem.&amp;nbsp; Any ideas?&amp;nbsp; The examples in the Chart Explorer do not exhibit this problem.&amp;nbsp; I'm quite perplexed by this.&amp;nbsp; My chart software is version 4.0.6353.0 (on the dll).&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Set different color for some points in a PointSeries in XYZ Scatter chart</title><link>http://xceed.com/CS/forums/thread/20299.aspx</link><pubDate>Thu, 16 Apr 2009 11:07:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:20299</guid><dc:creator>Chen Yu</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/20299.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=20299</wfw:commentRss><description>Hi all,&lt;br&gt;
Is it possible to set each point in a single PointSeries with different color in XYZ Scatter chart?&lt;br&gt;&lt;br&gt;I try to do that with the &lt;code&gt;AddPoint(Double,Double,Double,String,FillEffect)&lt;/code&gt;, which is described 
&lt;a href="http://doc.xceedsoft.com/products/XceedChart/Xceed.Chart.Core%7EXceed.Chart.Core.PointSeries%7EAddPoint%28Double,Double,Double,String,FillEffect%29.html"&gt;here&lt;/a&gt;.
&lt;br&gt;
Here is how I use it:
&lt;pre&gt;    PointSeries pointSeries = (PointSeries)chart1.Series.Add(SeriesType.Point);
    foreach(var data in dataPoints)
    {
       FillEffect fill = new FillEffect() {Type = FillEffectType.Color};
       fill.SetSolidColor(randomColor());
       pointSeries.AddPoint(data.xValue, data.yValue, data.zValue,"",fill);
    }
&lt;/pre&gt;
but the result is all the same default red color in appearance.
</description></item><item><title>DataZoomTool &amp; axis ticks scale</title><link>http://xceed.com/CS/forums/thread/19768.aspx</link><pubDate>Tue, 31 Mar 2009 10:57:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:19768</guid><dc:creator>Igor</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/19768.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=19768</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN:0cm 0cm 0pt;"&gt;&lt;FONT face=Calibri size=3&gt;I’m using DataZoomTool, but after zoom in, ticks on axis are not changed. For example, for 100% zoom I want just say 5 major ticks. But after zoom in, I need axis ticks for that zoom area. How can I achieve it?&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Trackball Interactivity opeartion is slower in Xceed 3D Chart </title><link>http://xceed.com/CS/forums/thread/19142.aspx</link><pubDate>Tue, 10 Mar 2009 09:51:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:19142</guid><dc:creator>vishwa</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/19142.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=19142</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using the XCeed Scatter Line 3D Charts,&amp;nbsp; In Chart Settings I am selected the OpenGl and Chart render surface as Window( the NVidia Graphics Card is Installed in my System), &amp;nbsp;the interactivity opeartion Trackball is slower in my application. I changed the settings and set the render surface as Bitmap , then also same problem exist.&lt;/P&gt;
&lt;P&gt;Please help me to resolve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &lt;/P&gt;
&lt;P&gt;Vishwa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Setting Depth for a Pie</title><link>http://xceed.com/CS/forums/thread/4172.aspx</link><pubDate>Fri, 10 Aug 2007 21:10:16 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:4172</guid><dc:creator>ApplePie</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/4172.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=4172</wfw:commentRss><description>I've just started using the Pie Chart and it works fine - but the pie appears as a flat disc.&lt;br /&gt;I noticed that the pie displayed here: http://demo.xceedsoft.com/XceedChartExplorer/&lt;br /&gt;has some depth that is configurable. What property exactly in the PieSeries object should I set to give it some depth?&lt;br /&gt;&lt;br /&gt;Thanks!</description></item><item><title>Rendering problem </title><link>http://xceed.com/CS/forums/thread/19068.aspx</link><pubDate>Thu, 05 Mar 2009 11:24:57 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:19068</guid><dc:creator>vishwa</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/19068.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=19068</wfw:commentRss><description>&lt;P&gt;&amp;nbsp;I am using 3D&amp;nbsp;XYZ Scatter Line Chart to plot the huge amout of data(3000 samples). I set the RenderSurface as &lt;FONT color=#008080&gt;TargetRenderSurface&lt;/FONT&gt;&lt;FONT size=2&gt;.Bitmap in chart settings. During the load it throws following error.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;2009-03-05 15:20:53,290 [Startup Thread] ERROR Default [(null)] &amp;lt;(null)&amp;gt; - Unhandled exception occurred: System.Exception: Failed to set pixel format [GLRenderSurface::SetupPixelFormat]&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.GraphicsGL.GLRenderSurface.SetupPixelFormat(HDC__* hDC, UInt32 dwFlags)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.GraphicsGL.GLBitmapRenderSurface.Init(Control pOuterControl, Size rcSurfaceDimensions, Int32 nColorDepth)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.GraphicsGL.GLDevice.Init(Boolean bRenderToBitmap, Control pOuterControl, Size szDimensions, Int32 nColorDepth, Boolean bTransparentBackground)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.Core.ChartControlBase.InitDevice(Control ctrl)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.ChartControl.ChartControl_Load(Object sender, EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.OnHandleCreated(EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WmCreate(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;
&lt;P&gt;If I set the render surface as&amp;nbsp;Window then then charts is working perfectly. please help me to resolve this issue&lt;/P&gt;</description></item><item><title>Adjusting Left and right labels </title><link>http://xceed.com/CS/forums/thread/19005.aspx</link><pubDate>Tue, 03 Mar 2009 06:12:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:19005</guid><dc:creator>Rashid</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/19005.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=19005</wfw:commentRss><description>&lt;p&gt;&lt;a&gt;&lt;u&gt;&lt;/u&gt;I have created Charts with side labels using the following code&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Chart1.Axis(StandardAxis.SecondaryY).ValueFormatting.Format = Xceed.Chart.Utilities.ValueFormat.Percentage&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chart1.Axis(StandardAxis.SecondaryY).NumericScale.Min = 0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chart1.Axis(StandardAxis.SecondaryY).Visible = True&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chart1.Axis(StandardAxis.SecondaryY).Title = "Probability to Exceed"&lt;/p&gt;&lt;p&gt;The problem is the chart label and the percentage value shown ovelaps with each other. the label comes below the percentage value.&lt;/p&gt;&lt;p&gt;i want that the title "Probability to Exceed " should be seperate from that percentage values&lt;br&gt;&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;a&gt;&lt;/a&gt;</description></item><item><title>Expected Format off Fill Effect in Databinding Wizzard</title><link>http://xceed.com/CS/forums/thread/19095.aspx</link><pubDate>Fri, 06 Mar 2009 08:18:09 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:19095</guid><dc:creator>Martin</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/19095.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=19095</wfw:commentRss><description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;While using a piechart there is an option in the Databinding Wizard to&amp;nbsp;bind the Fill Effect.&lt;/P&gt;
&lt;P&gt;Are there any informations how to define the corresponding Column in a database and what format is expected&amp;nbsp;for example, when you want to&amp;nbsp;predefinde a color.&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Martin Gartmann&lt;/P&gt;</description></item><item><title>Zoom In/Out on several Y-axes</title><link>http://xceed.com/CS/forums/thread/18949.aspx</link><pubDate>Thu, 26 Feb 2009 23:19:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:18949</guid><dc:creator>vladimir</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/18949.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=18949</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;I have several LineSeries in a chart with different ranges and units scaled to different axes. I need to zoom in on all the axes simultaneously; however, the DataZoomTool allows me to zoom in only on a specific Y-axes. Is there any way to zoom in an all the Y-axes?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;With the DataZoomTool I can zoom in incrementally in a set of zoom in steps; is there a way to zoom out step by step in a reverse order? The default behavior I got so far is only zoom out completely in a single step (on left mouse click).&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;Thanks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Xceed Chart </title><link>http://xceed.com/CS/forums/thread/18757.aspx</link><pubDate>Fri, 20 Feb 2009 11:19:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:18757</guid><dc:creator>vishwa</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/18757.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=18757</wfw:commentRss><description>I am using the XCeed XYZ Scatter Line chart in my application.&amp;nbsp; When I copy chart&amp;nbsp; using the following code&lt;FONT size=2&gt; 
&lt;P&gt;chart.ImageExport.CopyToClipboard(System.Drawing.Imaging.&lt;/FONT&gt;&lt;FONT color=#008080 size=2&gt;PixelFormat&lt;/FONT&gt;&lt;FONT size=2&gt;.Format32bppRgb, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;false&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;and Paste the chart the&amp;nbsp;in word doucment or ms-paint then the Axis Labels are converted in black boxes. This problem is remain exist with saving of charts im various formats.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Please help me on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>License for deployment of Xceed Grid and Chart.</title><link>http://xceed.com/CS/forums/thread/18391.aspx</link><pubDate>Wed, 04 Feb 2009 13:13:42 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:18391</guid><dc:creator>Sudhir</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/18391.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=18391</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How do I get and use the&amp;nbsp;deployment license for&amp;nbsp;Xceed Grid &amp;nbsp;and Xceed Chart. Currently I have a trial version of Xceed where there is an installation exe xceedcomponents.exe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Sudhir Gupta&lt;/P&gt;</description></item><item><title>Performance</title><link>http://xceed.com/CS/forums/thread/17778.aspx</link><pubDate>Mon, 12 Jan 2009 12:04:08 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17778</guid><dc:creator>Igor</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17778.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17778</wfw:commentRss><description>&lt;P&gt;Hi,&lt;BR&gt;I’ve a question about chart draw performance. I have separated thread for calculating chart data. When the data are ready, I update chart’s data points and calculate new chart data, update the chart again a so on. The question is how the chart behaves if I update the chart data too fast? If there is no time for the chart to finish the drawing and I supply another set of data for the chart, what can I expect? Is there a way to be notified if the chart was drown and is ready to get new values?&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description></item><item><title>Print Chart aotu page size</title><link>http://xceed.com/CS/forums/thread/17689.aspx</link><pubDate>Mon, 05 Jan 2009 05:10:51 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17689</guid><dc:creator>Hot</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17689.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17689</wfw:commentRss><description>hello ,there are 13 chart in my chartcontrol,when I print my chartcontrol, It will in one page,I want seprate to 2 page, how can i do?&lt;br&gt;</description></item><item><title>Show or hide Data Table of Chart ?</title><link>http://xceed.com/CS/forums/thread/17643.aspx</link><pubDate>Thu, 25 Dec 2008 02:33:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17643</guid><dc:creator>Gucs</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17643.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17643</wfw:commentRss><description>Excel chart has a function: show or hide Data Table of the chart, does the Xceed Chart has the same function?&lt;br&gt;</description></item><item><title>Set  Costumer Axis Y Pecentage max value 100%</title><link>http://xceed.com/CS/forums/thread/17636.aspx</link><pubDate>Wed, 24 Dec 2008 06:01:07 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17636</guid><dc:creator>Hot</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17636.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17636</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;When I add&amp;nbsp;&amp;nbsp; Costumer Axis Y Pecentage, but if data null, the max value change into 200%,but I want always 100%&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim customAxis As Axis = chartShow.Axes.AddCustomAxis(AxisOrientation.Vertical, AxisPredefinedPosition.FrontRight)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Store the axis id&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxisId = customAxis.AxisId&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.PositionOffset = 0&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.ValueFormatting.Format = ValueFormat.Percentage&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim cultureInfo As System.Globalization.CultureInfo = CType(customAxis.ValueFormatting.CultureInfo.Clone, Globalization.CultureInfo)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cultureInfo.NumberFormat.PercentDecimalDigits = 0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cultureinfo.NumberFormat.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.ValueFormatting.CultureInfo = cultureInfo&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.Ruler.PositionStartPercent = 0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.Ruler.PositionEndPercent = 100 &lt;br&gt;&lt;/p&gt;</description></item><item><title>Add charts dynamicly</title><link>http://xceed.com/CS/forums/thread/17489.aspx</link><pubDate>Mon, 15 Dec 2008 11:40:08 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17489</guid><dc:creator>Hot</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/17489.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17489</wfw:commentRss><description>&lt;p&gt;Hello ,&lt;/p&gt;&lt;p&gt;I want add charts dynamicly,but i can't set position of y correctly&lt;/p&gt;&lt;p&gt;I add 3 charts in each row,when i add one row ,they will move down of my screen ,but not the position Y i set ,How can I do about?&lt;/p&gt;&lt;p&gt;thanks a lot &lt;br&gt;&lt;/p&gt;</description></item><item><title>What is the best way to dynamically size BarSeries chart?</title><link>http://xceed.com/CS/forums/thread/17376.aspx</link><pubDate>Fri, 05 Dec 2008 21:35:43 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17376</guid><dc:creator>Jay</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17376.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17376</wfw:commentRss><description>&lt;P&gt;Hi, I have question about how to properly size&amp;nbsp;a chart so that it has the best&amp;nbsp;readability.&lt;BR&gt;I have a BarSeries chart set up but my problem is that depending on&amp;nbsp;user's&amp;nbsp;selction the series could have anywhere between 5 ~ 30 dimensions on X-axis. Now with fixed size of the chart, it display fine for small dimensions but when dimension becomes higher than 10, it becomes difficult to see all the values (bars become too small, etc.)&lt;BR&gt;Size of the chart can change but I am not sure how to programatically set this up.&lt;/P&gt;
&lt;P&gt;Is there a way to dynamically change the size of the chart so it maintains the same readability no matter how many dimensions are added to it?&lt;/P&gt;</description></item><item><title>How do I use Stacked LineSeries and specify different colors for each line?</title><link>http://xceed.com/CS/forums/thread/17338.aspx</link><pubDate>Thu, 04 Dec 2008 02:17:43 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17338</guid><dc:creator>Jay</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/17338.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17338</wfw:commentRss><description>&lt;P&gt;Currently i'm using something like the following:&lt;FONT size=2&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;LineSeries&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; lineSeries = (&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;LineSeries&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;)parentChart.Series.Add(&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;SeriesType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Line);&lt;BR&gt;lineSeries.Name = seriesName;&lt;BR&gt;lineSeries.DataLabels.Mode = &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;DataLabelsMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.None;&lt;BR&gt;lineSeries.Markers.Style = &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;PointStyle&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Cone;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;lineSeries.Appearance.FillMode = &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;AppearanceFillMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Series;&lt;BR&gt;lineSeries.Appearance.LineMode = &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;AppearanceLineMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Series;&lt;BR&gt;&lt;FONT size=2&gt;lineSeries.LineFillEffect.SetSolidColor(colorOfLine);&lt;BR&gt;&lt;FONT size=2&gt;lineSeries.Legend.Mode = &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;&lt;FONT color=#2b91af size=2&gt;SeriesLegendMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.Series;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;Right now, I can see the multiple lines but they are all black, even&amp;nbsp;in the&amp;nbsp;legend.&lt;BR&gt;I feel like I'm really missing something here but&amp;nbsp;according to the document, this should&amp;nbsp;work.&lt;BR&gt;What am i doing wrong?&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description></item><item><title>Change Costumer Axis Y Pecentage with out two 00</title><link>http://xceed.com/CS/forums/thread/17248.aspx</link><pubDate>Fri, 28 Nov 2008 09:00:56 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17248</guid><dc:creator>Hot</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17248.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17248</wfw:commentRss><description>&lt;p&gt;it's my code&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Axis customAxis = chart1.Axes.AddCustomAxis(AxisOrientation.Vertical, AxisPredefinedPosition.FrontRight);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Store the axis id&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxisId = customAxis.AxisId;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.PositionOffset = 0;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.ValueFormatting.Format = ValueFormat.CustomNumber;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customAxis.ValueFormatting.CustomFormat = "P"; &lt;/p&gt;&lt;p&gt;but it show like this xx.00%,I dont' want have tow 00 in the end ,how can i do? &lt;/p&gt;&lt;p&gt;many thanks &lt;br&gt;&lt;/p&gt;</description></item><item><title>Chart and multi data source</title><link>http://xceed.com/CS/forums/thread/16559.aspx</link><pubDate>Sun, 02 Nov 2008 14:22:15 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16559</guid><dc:creator>nadav</dc:creator><slash:comments>21</slash:comments><comments>http://xceed.com/CS/forums/thread/16559.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16559</wfw:commentRss><description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have a list of dataview as the datasource of the chart.&lt;/P&gt;
&lt;P&gt;this is my code&lt;/P&gt;&lt;FONT color=#0000ff&gt;&lt;FONT color=#008000&gt;
&lt;P&gt;'bind data to the chart&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;Dim&lt;/FONT&gt; arrCollumns &lt;FONT color=#0000ff&gt;As&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;String&lt;/FONT&gt;() = {"Value", "DateTime"} 'first column is number the second is datetime.&amp;nbsp;&lt;BR&gt;&lt;FONT color=#008000&gt;' disable automatic labels&lt;BR&gt;&lt;/FONT&gt;chart.Axis(StandardAxis.PrimaryX).ScaleMode = AxisScaleMode.DateTime&lt;BR&gt;chart.Axis(StandardAxis.PrimaryX).ValueFormatting.Format = ValueFormat.Date&lt;BR&gt;chart.Axis(StandardAxis.PrimaryX).StaggerTexts = &lt;FONT color=#0000ff&gt;True&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For&lt;/FONT&gt; i &lt;FONT color=#0000ff&gt;As&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;Integer&lt;/FONT&gt; = 0 &lt;FONT color=#0000ff&gt;To&lt;/FONT&gt; List.Count - 1&lt;BR&gt;&lt;FONT color=#0000ff&gt;Dim&lt;/FONT&gt; dv &lt;FONT color=#0000ff&gt;As&lt;/FONT&gt; DataView = List.Item(i).View&lt;BR&gt;&lt;FONT color=#0000ff&gt;Dim&lt;/FONT&gt; line &lt;FONT color=#0000ff&gt;As&lt;/FONT&gt; LineSeries = &lt;FONT color=#0000ff&gt;CType&lt;/FONT&gt;(chart.Series.Add(SeriesType.Line), LineSeries)&lt;BR&gt;&lt;FONT color=#0000ff&gt;Dim&lt;/FONT&gt; arrSeries &lt;FONT color=#0000ff&gt;As&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;New&lt;/FONT&gt; DataSeriesCollection&lt;BR&gt;arrSeries.Add(line.Values)&lt;BR&gt;arrSeries.Add(line.Labels)&lt;BR&gt;arrSeries.FillFromDataView(dv, arrCollumns)&lt;BR&gt;&lt;FONT color=#0000ff&gt;Next&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;Chrt.Refresh()&lt;/P&gt;
&lt;P&gt;The chart&amp;nbsp;display correctly&lt;/P&gt;
&lt;P&gt;1.on the Axis I saw dates from 1899 to 1900 if I disable the automin\automax and set the&amp;nbsp; DateTimeScale.Max\Min the chart is disappear.&lt;/P&gt;
&lt;P&gt;2.Is there any way to give each line in the chart a different color automatically without set the LineBorder.Color property.&lt;/P&gt;
&lt;P&gt;3.In the mouse down event I can know the X,Y how can I know the data values in this location.&lt;/P&gt;
&lt;P&gt;10x Nadav&lt;/P&gt;</description></item><item><title>how can i use StandardAxis.PrimaryX by datetime in bar chart</title><link>http://xceed.com/CS/forums/thread/17233.aspx</link><pubDate>Thu, 27 Nov 2008 15:33:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17233</guid><dc:creator>Hot</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/17233.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17233</wfw:commentRss><description>Hello,i want use chart for multi -Series, a line and a bar ,and want StandardAxis.PrimaryX is date like this 2008 8 menas yyyy mm thanks very much&lt;br&gt;</description></item><item><title>Chart datasource and selection</title><link>http://xceed.com/CS/forums/thread/17165.aspx</link><pubDate>Tue, 25 Nov 2008 16:33:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17165</guid><dc:creator>nadav</dc:creator><slash:comments>6</slash:comments><comments>http://xceed.com/CS/forums/thread/17165.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17165</wfw:commentRss><description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;I display side by side chart and grid.The grid show the vales of the chart.In my pervious application when the user select row the user see in the chart the value he select how I can do it in the Xceed?&lt;/P&gt;</description></item><item><title>2D chart to 3D chart and viceversa</title><link>http://xceed.com/CS/forums/thread/17017.aspx</link><pubDate>Wed, 19 Nov 2008 10:56:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17017</guid><dc:creator>nadav</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17017.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=17017</wfw:commentRss><description>&lt;P&gt;Hi &lt;/P&gt;
&lt;P&gt;I want in code to change the display of the chart from 2D to 3D (and viceversa) how it can be done?&lt;/P&gt;
&lt;P&gt;Thanks Nadav&lt;/P&gt;</description></item><item><title>Conflicting chart.dll versions</title><link>http://xceed.com/CS/forums/thread/16499.aspx</link><pubDate>Wed, 29 Oct 2008 20:21:20 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16499</guid><dc:creator>Scott</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/16499.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16499</wfw:commentRss><description>&lt;P&gt;Hi - I had one of my people running our beta app on his box. He was running the compiled beta. This is using chart version v2.0.50727. He also had a later version of the&amp;nbsp;xceed controls&amp;nbsp;installed on his box for development. The chart dll our beta app is using is compiled to the local folder. When he tried to use the form that the chart was on, the app crashed saying there was a conflict in the chart dll's. He uninstalled the xceed controls and the problem went away. Apparent my app was trying to use the later dll instead of the one in the app folder. I thought that this kind of dll conflict would not happen with VS2005. This may not be your issue, but I was surprised by it.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Scott&lt;/P&gt;</description></item><item><title>Data Cursors - 2 active at same time?</title><link>http://xceed.com/CS/forums/thread/16404.aspx</link><pubDate>Fri, 24 Oct 2008 00:12:45 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16404</guid><dc:creator>Steve</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/16404.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16404</wfw:commentRss><description>&lt;P&gt;I want to achieve the following:&lt;/P&gt;
&lt;P&gt;1. As the user moves the mouse over the chart area, the X and Y coordinates (in data values) are shown in textboxes elsewhere on the page. I've done this and it works fine. It uses the OnMouseMove event on the data cursor.&lt;/P&gt;
&lt;P&gt;2. The user can also&amp;nbsp;click and drag between 2 points in the chart, and when the drag ends I want to show the difference in one of the axis values between the two points.&amp;nbsp; If it's easier I'd be just as happy to&amp;nbsp;click&amp;nbsp;at two points, rather than click-and-drag.&lt;/P&gt;
&lt;P&gt;It seems to me I need 2 Data Cursor interactivity objects to do this - is that right?&amp;nbsp; I have tried a couple of approaches and cannot get it to work properly.&amp;nbsp; What is the "right" way to achieve this, if it can be done?&amp;nbsp; Thanks.&lt;/P&gt;</description></item><item><title>How to let a bubble shows up with correct size if there is only one size bubble in the series? </title><link>http://xceed.com/CS/forums/thread/16386.aspx</link><pubDate>Thu, 23 Oct 2008 17:26:45 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16386</guid><dc:creator>Jerry</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/16386.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16386</wfw:commentRss><description>&lt;P&gt;I set&amp;nbsp;my BubbleSeries&amp;nbsp;MinSize to 2.0f and MaxSize to 2.5f, then add a bubble with size 2.0, but it shows up with a bigger size 2.5 if it is the only one bubble in the series. If there&amp;nbsp;are different size bubbles in the series, all of them show up with&amp;nbsp;proper size.&amp;nbsp;How to let the&amp;nbsp;bubble shows up with correct size if there is only one-size bubbles in the series?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code:&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;BubbleSeries m_Bubble = (BubbleSeries)mainChart.Series.Add(SeriesType.Bubble);&lt;BR&gt;&amp;nbsp;&lt;BR&gt;m_Bubble.Appearance.FillMode = AppearanceFillMode.DataPoints;&lt;BR&gt;m_Bubble.DataLabels.Mode = DataLabelsMode.None;&lt;BR&gt;m_Bubble.Legend.Format = "&amp;lt;label&amp;gt; X:&amp;lt;xvalue&amp;gt; Y:&amp;lt;value&amp;gt; Size:&amp;lt;size&amp;gt;";&lt;BR&gt;m_Bubble.Legend.Mode = SeriesLegendMode.DataPoints;&lt;BR&gt;m_Bubble.MinSize = 2.0f;&lt;BR&gt;m_Bubble.MaxSize = 2.5f;&lt;BR&gt;m_Bubble.UseXValues = true;&lt;BR&gt;m_Bubble.BubbleStyle = PointStyle.DiagonalCross;&lt;BR&gt;m_Bubble.Shadow.Type = ShadowType.None;&lt;BR&gt;m_Bubble.UseXValues = true;&lt;BR&gt;m_Bubble.BubbleBorder.Color = descriptor.LineColor;&lt;BR&gt;m_Bubble.BubbleBorder.Width = 2;&lt;BR&gt;m_Bubble.Name = "anyName";&lt;/P&gt;
&lt;P&gt;FillEffect fillEffect = new FillEffect(Color.LightBlue);&lt;BR&gt;m_Bubble.AddBubble(yValue, xValue, 2.0f, sb.ToString(), fillEffect, null);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR&gt;Jerry&lt;/P&gt;</description></item><item><title>How best to use a timespan as the X value</title><link>http://xceed.com/CS/forums/thread/16298.aspx</link><pubDate>Tue, 21 Oct 2008 17:36:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16298</guid><dc:creator>Steve</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/16298.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16298</wfw:commentRss><description>&lt;p&gt;I've looked through the forum and the chart explorer and I'm still not quite sure how best to accomplish what I need to do.&lt;/p&gt;&lt;p&gt;Basically I have a few data points coming in to my system.&amp;nbsp; I don't care about the absolute date and time for the point, just the offset from the start time.&amp;nbsp; The chart is populated while the user runs a process so I don't know the min and max before starting to to chart the data.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Ideally I'd like to be able to add the datapoints using a timespan for the X value since that means it wouldn't matter if they are a second apart or a minute apart (I will have both).&amp;nbsp; Then I'd like the X-axis labels to show hours and minutes in 00:00 format. &lt;/p&gt;&lt;p&gt;Is this possible?&lt;/p&gt;&lt;p&gt;Originally I just added the data points using the absolute time offset in seconds or minutes but then the labels don't make much sense.&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;p&gt;I could continue to use seconds as the x-axis if I had a good way to format the labels but I'm still not sure how best to add custom markers to the x-axis, especially if the user zooms in with the zoom tool.&amp;nbsp; With live data coming in would I have to clear the custom label collection and remake it with each data point?&amp;nbsp; It seems like I wouldn't be able to use any of the autoscale features if I'm adding custom labels to the axis.&lt;/p&gt;&lt;p&gt;Thanks in advance for any guidance you can provide. &lt;br&gt;&lt;/p&gt;</description></item><item><title>DataZoom in LineSeries Chart with logarithmic scale</title><link>http://xceed.com/CS/forums/thread/16158.aspx</link><pubDate>Thu, 16 Oct 2008 14:16:46 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16158</guid><dc:creator>robert</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/16158.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16158</wfw:commentRss><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I use the chart control v4.2.100.0 with only one chart.&lt;BR&gt;This chart should contain one or more LineSeries (X,Y)-Points.&lt;BR&gt;Additionaly I need the DataZoom-Tool to give the users the chance to&lt;BR&gt;see details in the chart. The error occures in VS2005 and VS2008.&lt;/P&gt;
&lt;P&gt;The first problem is, that the zoom area can only go up to the point ~3,~3:&lt;/P&gt;
&lt;P&gt;Do anybody know a workaround to handle that problem ?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;BR&gt;Robert&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;////////// Example-code /////////////////////////&lt;BR&gt;Private Sub InitChart()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; With (Me.ChartControl1.Charts.Add())&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Set X-Axis&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With (.Axis(StandardAxis.PrimaryX))&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ScaleMode = AxisScaleMode.Logarithmic&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.MajorTickMode = MajorTickModeLogarithmic.PowCustomStep&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.CustomStep = 1&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoLabels = True&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.ExponentMinorTicks = False&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.MinorTickCount = 9&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoMin = False : .LogarithmicScale.Min = 0.1&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoMax = False : .LogarithmicScale.Max = 1000&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoMinorTicks = True&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .SetMajorShowAtWall(ChartWallType.Back, True)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .SetMinorShowAtWall(ChartWallType.Back, True)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Set Y-Axis&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With (.Axis(StandardAxis.PrimaryY))&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ScaleMode = AxisScaleMode.Logarithmic&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.MajorTickMode = MajorTickModeLogarithmic.PowCustomStep&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.CustomStep = 1&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoLabels = True&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.ExponentMinorTicks = False&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.MinorTickCount = 9&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoMin = False : .LogarithmicScale.Min = 0.01&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoMax = False : .LogarithmicScale.Max = 1000&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .LogarithmicScale.AutoMinorTicks = True&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .SetMajorShowAtWall(ChartWallType.Back, True)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .SetMinorShowAtWall(ChartWallType.Back, True)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Add some data&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With (CType(.Series.Add(SeriesType.Line), LineSeries))&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .AddXY(2, 2)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .AddXY(20, 20)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .AddXY(200, 200)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .AddXY(25, 25)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .AddXY(29, 29)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With 'Charts(0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Add DataZooming &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim mDataZoom As New DataZoomTool&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mDataZoom.HorizontalAxisId = StandardAxis.PrimaryX&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mDataZoom.VerticalAxisId = StandardAxis.PrimaryY&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me.ChartControl1.InteractivityOperations.Add(mDataZoom)&lt;BR&gt;&amp;nbsp; End Sub 'InitChart&lt;BR&gt;&lt;A&gt;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Chart.GraphicsCore.dll cannot be "ILMerged"</title><link>http://xceed.com/CS/forums/thread/16159.aspx</link><pubDate>Thu, 16 Oct 2008 14:18:05 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16159</guid><dc:creator>robert</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/16159.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16159</wfw:commentRss><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a simple form with only the chart control v4.2.100.0 on it.&lt;BR&gt;When I try to run ILMerge.exe after successful build I got an error&lt;BR&gt;that the library Xceed.Chart.GraphicsCore cannot be included in the assembly.&lt;BR&gt;When I remove the parameter for GraphicsCore all other libraries are included correctly.&lt;BR&gt;The error occures in VS2005 and VS2008.&lt;BR&gt;The error does not depend on the version of ILMerge (tried with 2.8.626.0 and prev. versions)&lt;/P&gt;
&lt;P&gt;Can anybody help me ?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;BR&gt;Robert&lt;/P&gt;
&lt;P&gt;Here the calling line of the program:&lt;BR&gt;//////////////////////////////////////&lt;BR&gt;$(ProjectDir)MIsc\ILMerge.exe /target:winexe /ndebug /allowdup /out:$(TargetDir)$(ProjectName)$(TargetExt) $(TargetPath) &lt;BR&gt;$(ProjectDir)bin\Debug\Xceed.Chart.Core.dll &lt;BR&gt;$(ProjectDir)bin\Debug\Xceed.Chart.dll &lt;BR&gt;$(ProjectDir)bin\Debug\Xceed.Chart.GraphicsCore.dll &lt;BR&gt;$(ProjectDir)bin\Debug\Xceed.Chart.Standard.dll &lt;BR&gt;$(ProjectDir)bin\Debug\UIControls.dll &lt;BR&gt;$(ProjectDir)bin\Debug\Utilities.dll&lt;BR&gt;&lt;A&gt;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;And heres the error:&lt;BR&gt;//////////////////////////////////////&lt;BR&gt;An exception occurred during merging:&lt;BR&gt;ILMerge.Merge: The assembly 'Xceed.Chart.GraphicsCore' was not merged in correctly. &lt;BR&gt;It is still listed as an external reference in the target assembly.&lt;BR&gt;&amp;nbsp;&amp;nbsp; bei ILMerging.ILMerge.Merge()&lt;BR&gt;&amp;nbsp;&amp;nbsp; bei ILMerging.ILMerge.Main(String[] args)&lt;BR&gt;&lt;A&gt;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\&lt;/A&gt; &lt;/P&gt;</description></item><item><title>How do I make 2D line charts print better?</title><link>http://xceed.com/CS/forums/thread/16140.aspx</link><pubDate>Wed, 15 Oct 2008 23:21:47 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16140</guid><dc:creator>Steve</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/16140.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16140</wfw:commentRss><description>&lt;p&gt;Right now I'm trying to use the built in printmanager to print a line chart.&amp;nbsp; The lines are annoyingly light in color and I can't figure out how to make them darker.&lt;/p&gt;&lt;p&gt;From looking at the documentation I thought I'd just turn off autoquality and increate the quality value but no matter what I set it to I still just get really fine gray lines.&amp;nbsp; &lt;/p&gt;&lt;p&gt;I tried going through and changing the line widths to various values and it still prints thin lines.&lt;/p&gt;&lt;p&gt;Here's my code:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim VoltsLine = CType(chtBattery.Charts(0).Series(0), LineSeries)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VoltsLine.LineWidth = 5&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim AmpsLine = CType(chtBattery.Charts(0).Series(1), LineSeries)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AmpsLine.LineWidth = 5&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim TempLine = CType(chtBattery.Charts(0).Series(2), LineSeries)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TempLine.LineWidth = 5&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chtBattery.Refresh()&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chtBattery.PrintManager.AutomaticQualityScale = False&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chtBattery.PrintManager.QualityScale = 2&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chtBattery.PrintManager.Landscape = True&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chtBattery.PrintManager.ShowDialog()&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there something wrong with that code?&amp;nbsp; Is there reason to believe that shouldn't increase the thickness of the lines before printing? I can't use markers for the line because I have hundreds of data points so it would make the chart look bad.&amp;nbsp; Is it because it's a 2D chart? Would I be able to do it if I didn't use the built in printmanager, is the printmanager overriding my line widths or something?&lt;br&gt;&lt;/p&gt;&lt;p&gt;By the way, I have noticed that the printmanager doesn't limit the quality setting at all.&amp;nbsp; I can easily cause the printmanager to throw an exception by setting quality to something like 100.&amp;nbsp; I started increasing it slowly and got an out of memory exception at around 15.&amp;nbsp; I was increasing the value and clicking the update button on the printmanager (this was in the print demo from your chart explorer so I know it wasn't my code causing the problem).&lt;/p&gt;&lt;p&gt;I've also noticed that not all printmanager settings get carried over into the dialog.&amp;nbsp; For instance I can turn off auto quality, set quality to 2 and set landscape to true.&amp;nbsp; When I run ShowDialog the quality settings are set right but orientation is set to portrait.&lt;/p&gt;&lt;p&gt;Thanks in advance for any help you can provide. &lt;/p&gt;&lt;p&gt;Steve &lt;br&gt;&lt;/p&gt;</description></item><item><title>Turning Grid to Chart</title><link>http://xceed.com/CS/forums/thread/16126.aspx</link><pubDate>Wed, 15 Oct 2008 18:47:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:16126</guid><dc:creator>Frank</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/16126.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=16126</wfw:commentRss><description>&lt;p&gt;Hello &lt;br&gt;&lt;/p&gt;&lt;p&gt;If I use the grid component, and have defined a grouping, can that group data be used immediately in the grid for display purposes. Can I like the two components, so that the underlying (grouped) data can be shared by both ? &lt;/p&gt;&lt;p&gt;Any examples ?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Frank &lt;br&gt;&lt;/p&gt;</description></item><item><title>How to change a bubble color after it has been added to a BubbleSeries?</title><link>http://xceed.com/CS/forums/thread/15927.aspx</link><pubDate>Tue, 07 Oct 2008 05:00:21 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:15927</guid><dc:creator>Jerry</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/15927.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=15927</wfw:commentRss><description>&lt;P&gt;We can contol a bubble color by setting FillEffect when adding a new buble to bubbleSeries.&amp;nbsp;Is there a way to change a bubble's color after it has been added to a&amp;nbsp;bubbleSeries?&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;a lot, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Getting PointSeries actual x,y</title><link>http://xceed.com/CS/forums/thread/15923.aspx</link><pubDate>Mon, 06 Oct 2008 19:43:54 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:15923</guid><dc:creator>David</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/15923.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=15923</wfw:commentRss><description>&lt;P&gt;I have a chart which is 700x550 pixels in size.&amp;nbsp; The scale of the chart is set as follows:&amp;nbsp; Min x = 70, Max x=190.&amp;nbsp; Min y = 1200, Max y=5000.&amp;nbsp; I am plotting single spheres (&lt;FONT color=#2b91af size=2&gt;SeriesType&lt;/FONT&gt;&lt;FONT size=2&gt;.Point&lt;/FONT&gt;) on the chart in the form of a point series using the AddXY method call.&amp;nbsp; Now the question:&amp;nbsp; I am trying to iterate through the chart's point series in order to determine which spheres fall within the physical regions&amp;nbsp;that are defined based on the actual chart size (700x550) and not the&amp;nbsp;scale.&amp;nbsp; While I am able to get the values used to plot the sphere I cannot seem to find a way to correlate the plot to the physical point.&amp;nbsp; here is a small snippet of how I am retrieving the plots:&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;foreach&lt;/FONT&gt;&lt;FONT size=2&gt; (&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;PointSeries&lt;/FONT&gt;&lt;FONT size=2&gt;&amp;nbsp;pointseries &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;in&lt;/FONT&gt;&lt;FONT size=2&gt; m_chart.Series)&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;{&lt;BR&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp; double&lt;/FONT&gt;&lt;FONT size=2&gt; x = (&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;double&lt;/FONT&gt;&lt;FONT size=2&gt;)pointseries .XValues[0];&lt;BR&gt;&amp;nbsp; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;double&lt;/FONT&gt;&lt;FONT size=2&gt; y = (&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;double&lt;/FONT&gt;&lt;FONT size=2&gt;)pointseries .Values[0];&lt;BR&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;Is there a method that will correlate the scaled x,y values to the physical x,y ?&amp;nbsp; I am open to any constructive suggestions. &lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description></item><item><title>How to place single custom marker</title><link>http://xceed.com/CS/forums/thread/4148.aspx</link><pubDate>Thu, 03 May 2007 09:43:18 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:4148</guid><dc:creator>Steve</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/4148.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=4148</wfw:commentRss><description>I have a fairly straighforward chart with a single line series.  I need to mark just one point on the line, preferably with a diamond-shaped marker.  I can't see a simple way to do this - in fact, I can't see any way to do it!  There doesn't seem to be a collection of custom markers/values that I can add my value to.  I realise I could add a single label by setting a subset of values, but I don't really want a label, I want a marker.&lt;br /&gt;&lt;br /&gt;Is there a way to do this?  Am I missing something?&lt;br /&gt;</description></item><item><title>Chart Toolbar Control</title><link>http://xceed.com/CS/forums/thread/4155.aspx</link><pubDate>Tue, 15 May 2007 14:46:55 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:4155</guid><dc:creator>Mark</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/4155.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=4155</wfw:commentRss><description>Any way to alter the z-order of the forms that open when a built-in tool from this toolbar is clicked?</description></item><item><title>Chart control crashing randomly</title><link>http://xceed.com/CS/forums/thread/15445.aspx</link><pubDate>Fri, 19 Sep 2008 15:21:12 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:15445</guid><dc:creator>cokert</dc:creator><slash:comments>7</slash:comments><comments>http://xceed.com/CS/forums/thread/15445.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=15445</wfw:commentRss><description>&lt;p&gt;I'm writing an app that receives data over at TCP link and updates a chart control's mesh surface series when it receives a new packet of data.&amp;nbsp; It will run fine for a while, but at some point it will crash in a weird way.&amp;nbsp; I've seen the chart control generate a red x in place of where the control should be.&amp;nbsp; I've seen it generate a .Net dialog saying a user defined breakpoint has been reached.&amp;nbsp; I've also seen it generate an error dialog.&amp;nbsp; I can't remember the details of the exception (I'll reply when it happens again), but the source of the error in my code is the line where I set the RenderDevice to RenderDevice.OpenGL.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I'm Invoking the method that manipulates the controls, so its happening on the Form's thread.&amp;nbsp; I'm licensed for version 4.0 fo the charts, but I downloaded a trial of 4.2, and its still happening on that version as well.&amp;nbsp; Where do I begin looking for the cause of the problem?&amp;nbsp; I'm out of ideas.&amp;nbsp; I can send the source of my project to an Xceed employee's email address if need be. &amp;nbsp; &lt;br&gt;&lt;/p&gt;</description></item><item><title>How to force it to display 2D series on one of the 3D chart walls?</title><link>http://xceed.com/CS/forums/thread/15287.aspx</link><pubDate>Mon, 15 Sep 2008 20:42:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:15287</guid><dc:creator>Audrius</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/15287.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=15287</wfw:commentRss><description>&lt;P&gt;Hi everyone, &lt;/P&gt;
&lt;P&gt;here is&amp;nbsp;my situation: I have line series,&amp;nbsp;that has data points varying only in X and Y; Z is&amp;nbsp;always zero by default. I would like it to be displayed on the front wall of the 3D chart. But the problem is, that there are some other series&amp;nbsp;added to the chart,&amp;nbsp;that uses Z axis, thus modifying it's min and max values all the time. Therefore my 2D line series is displayed at the XY plane where Z=0, not at the front wall, where Z = (Z axis minimum value).&lt;/P&gt;
&lt;P&gt;So the question is: how to&amp;nbsp;force Z values of&amp;nbsp;the&amp;nbsp;line series to&amp;nbsp;be equal&amp;nbsp;to the min (or max) values of the Z axis?&lt;/P&gt;
&lt;P&gt;I propose the&amp;nbsp;AddXYZ function that could solve this problem: LineSeries.AddXYZ(1, 2, double::MinValue), as it&amp;nbsp;works for empty data points in this way:&amp;nbsp;LineSeries.AddXYZ(1, 2, double::NAN).&lt;/P&gt;
&lt;P&gt;It would be useful because, this 2D line series would not overlap&amp;nbsp;with other 3D&amp;nbsp;series added to the chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description></item><item><title>Problem with X axis after changing values and refresh</title><link>http://xceed.com/CS/forums/thread/15313.aspx</link><pubDate>Tue, 16 Sep 2008 14:43:15 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:15313</guid><dc:creator>Chris</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/15313.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=15313</wfw:commentRss><description>&lt;p&gt;I have a chart with two line series, the first series showing the quantity of products purchased, the second series showing the future demand for a product. The user can select to display data over a one or two year period (x axis - date time, y axis - double) centred on the current date. The chart is initially configured to show data over a one year period. When changing the time period I clear the values from the line series and then add the new XY values.&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;p&gt;The chart is initially displayed correctly for the one year period, however when changed to display for a two year period the data is plotted within a one year range.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Initial one year display:&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.yellowfeather.co.uk/img/Chart-OneYear.jpg" title="One Year" alt="One Year" width="995" height="265"&gt;&lt;/p&gt;&lt;p&gt;&lt;img alt=""&gt;&lt;img alt=""&gt;&lt;img alt=""&gt;&lt;/p&gt;&lt;p&gt;On changing to two year period the following is displayed:&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.yellowfeather.co.uk/img/Chart-TwoYear.jpg" width="998" height="268"&gt;&lt;/p&gt;&lt;p&gt;Here is the code to populate the data:&lt;/p&gt;

&lt;div style="background:white none repeat scroll 0% 0%;font-family:Consolas;font-size:10pt;color:black;-moz-background-clip:-moz-initial;-moz-background-origin:-moz-initial;-moz-background-inline-policy:-moz-initial;"&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &lt;span style="color:blue;"&gt;public&lt;/span&gt; &lt;span style="color:blue;"&gt;void&lt;/span&gt; UpdateData(&lt;span&gt;DateQuantitySeriesInfoCollection&lt;/span&gt; salesOrderSummaryInfoCollection,&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span&gt;DateQuantitySeriesInfoCollection&lt;/span&gt; mrpImportDataSummaryInfoCollection)&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span&gt;Chart&lt;/span&gt; chart = chartControl1.Charts[0];&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color:blue;"&gt;if&lt;/span&gt; (chart.Series.Count &amp;gt;= 2) {&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color:blue;"&gt;var&lt;/span&gt; historyLineSeries = (&lt;span&gt;LineSeries&lt;/span&gt;)chart.Series[0];&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UpdateLineSeries(historyLineSeries, salesOrderSummaryInfoCollection);&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color:blue;"&gt;var&lt;/span&gt; projectionLineSeries = (&lt;span&gt;LineSeries&lt;/span&gt;)chart.Series[1];&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UpdateLineSeries(projectionLineSeries, mrpImportDataSummaryInfoCollection);&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; chartControl1.Refresh();&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &lt;span style="color:blue;"&gt;private&lt;/span&gt; &lt;span style="color:blue;"&gt;static&lt;/span&gt; &lt;span style="color:blue;"&gt;void&lt;/span&gt; UpdateLineSeries(&lt;span&gt;LineSeries&lt;/span&gt; lineSeries, &lt;span&gt;DateQuantitySeriesInfoCollection&lt;/span&gt; dateQuantitySeriesInfoCollection) &lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; lineSeries.Values.Clear();&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; lineSeries.Interactivity.Tooltips.Clear();&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color:blue;"&gt;foreach&lt;/span&gt; (&lt;span&gt;DateQuantitySeriesInfo&lt;/span&gt; dateQuantitySeriesInfo &lt;span style="color:blue;"&gt;in&lt;/span&gt; dateQuantitySeriesInfoCollection) {&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color:blue;"&gt;double&lt;/span&gt; quantity = &lt;span&gt;Convert&lt;/span&gt;.ToDouble(dateQuantitySeriesInfo.Quantity);&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lineSeries.AddXY(quantity, dateQuantitySeriesInfo.Date.ToOADate());&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lineSeries.Interactivity.Tooltips.Add(quantity);&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p style="margin:0px;"&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;/div&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img alt=""&gt;</description></item><item><title>Dimension labels and size of X-axis</title><link>http://xceed.com/CS/forums/thread/14979.aspx</link><pubDate>Mon, 08 Sep 2008 07:56:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:14979</guid><dc:creator>Xharze</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/14979.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=14979</wfw:commentRss><description>&lt;P&gt;I'm using an X axis with custom labels, which works fine. The line serie added also works as expected, the only problem is that the X axis becomes twice the size needed by the graph. My question is how do I ensure that the axis does not become twice the size needed to display the lineserie?&lt;/P&gt;
&lt;P&gt;Edit: After some more research&amp;nbsp;I found out that, the problem that I'm creating the "step" graph, which means I add twice as many points to the graph, but without making the lineserie larger on the X axis. Therefore I would still like to set a maximum size on the X axis.&lt;/P&gt;</description></item><item><title>Is there an easy way to highlight bands on a chart</title><link>http://xceed.com/CS/forums/thread/13973.aspx</link><pubDate>Sat, 09 Aug 2008 08:25:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13973</guid><dc:creator>Steve</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/13973.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13973</wfw:commentRss><description>&lt;P&gt;I've got a winforms app and I'm interested in finding a way to shade or highlight an area of the chart.&amp;nbsp; I'm graphing multiple tasks on the same chart.&amp;nbsp; I'd like to be able to change the color of a vertical area on&amp;nbsp;the graph between two X-axis values in order to show what time the task includes on the chart.&amp;nbsp; Is that possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Error loading MSVCR80.dll from GraphicsGL.dll</title><link>http://xceed.com/CS/forums/thread/13918.aspx</link><pubDate>Wed, 06 Aug 2008 08:37:46 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13918</guid><dc:creator>Steve</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/13918.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13918</wfw:commentRss><description>&lt;p&gt;I'm having the exact exception listed in the sticky post at the top of this forum.&amp;nbsp; My app won't run on other systems because of the "missing" msvcr80.dll.&amp;nbsp; That sticky post suggests installing the runtime on the target system.&amp;nbsp; That didn't help.&amp;nbsp; I get exactly the same error now.&lt;/p&gt;&lt;p&gt;Any other ideas?&amp;nbsp; This is the only thing preventing me from deploying my software to my client.&amp;nbsp; Can I just leave GraphicsGL out of my deployment if I promise not to use OpenGL rendering?&amp;nbsp; I'm only using 2D line charts.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks for the help. &lt;br&gt;&lt;/p&gt;</description></item><item><title>Chart serialization</title><link>http://xceed.com/CS/forums/thread/13474.aspx</link><pubDate>Wed, 09 Jul 2008 14:35:29 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13474</guid><dc:creator>joetlg</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/13474.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13474</wfw:commentRss><description>&lt;P&gt;I want to store the chart configuration to a database.&lt;/P&gt;
&lt;P&gt;What would be the best way to achieve such functionality ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;TIA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Memory exception raised when rendering</title><link>http://xceed.com/CS/forums/thread/13057.aspx</link><pubDate>Wed, 18 Jun 2008 15:36:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13057</guid><dc:creator>Marie4</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/13057.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13057</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;We encounter regularly (but randomly) exceptions in xceed. It makes my project crash. Here is the call stack:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Exception details:&lt;br&gt;
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.&lt;br&gt;
   at glFlush()&lt;br&gt;
   at Xceed.Chart.GraphicsGL.GLDevice.Activate2DRendering()&lt;br&gt;
   at Xceed.Chart.Core.SceneGL.OnRender()&lt;br&gt;
   at Xceed.Chart.GraphicsGL.GLDevice.InnerRender()&lt;br&gt;
   at Xceed.Chart.GraphicsGL.GLDevice.Render()&lt;br&gt;
   at Xceed.Chart.GraphicsGL.GLBitmapRenderSurface.OnPaint(PaintEventArgs e)&lt;br&gt;
   at Xceed.Chart.GraphicsCore.RenderSurfaceBase.PaintHandler(Object sender, PaintEventArgs e)&lt;br&gt;
   at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)&lt;br&gt;
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)&lt;br&gt;
   at System.Windows.Forms.Control.WmPaint(Message&amp;amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br&gt;
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;&lt;/code&gt;
&lt;/p&gt;

&lt;p&gt;Can this problem be fixed? Or do you know how to fix it/ work around it/avoid it?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;Marie&lt;br&gt;&lt;/p&gt;</description></item><item><title>Function syntax </title><link>http://xceed.com/CS/forums/thread/12912.aspx</link><pubDate>Thu, 12 Jun 2008 15:41:55 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:12912</guid><dc:creator>Andre_Mag</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/12912.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=12912</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I want to calculate a standard deviation (stddev). Here is what I have done in vb.net and it give me an error...&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Here is the code&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;FONT size=2&gt; calculateur &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; FunctionCalculator = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt; FunctionCalculator()&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;FONT size=2&gt; x&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;FONT size=2&gt; a(5) &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Double&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;a(0) = 2&lt;/P&gt;
&lt;P&gt;a(1) = 3&lt;/P&gt;
&lt;P&gt;a(2) = 2&lt;/P&gt;
&lt;P&gt;a(3) = 3&lt;/P&gt;
&lt;P&gt;a(4) = 2&lt;/P&gt;
&lt;P&gt;a(5) = 3&lt;/P&gt;
&lt;P&gt;calculateur.Expression = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"stddev(a)"&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;x = calculateur.Calculate()&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is wrong with that ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;thanks a lot,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;André_Mag&lt;/P&gt;</description></item><item><title>Embedding chart in grid cell - bad idea?</title><link>http://xceed.com/CS/forums/thread/13356.aspx</link><pubDate>Wed, 02 Jul 2008 00:15:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13356</guid><dc:creator>Steve</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/13356.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13356</wfw:commentRss><description>&lt;P&gt;I'm wanting to create a line chart in a cell of a grid control.&amp;nbsp; I'm debating between a few options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Embed a chart control showing a 2D line into a cell in the grid&lt;/LI&gt;
&lt;LI&gt;Custom draw a cell in the grid and paint my own line&lt;/LI&gt;
&lt;LI&gt;Build the grid on the fly using .NET's flow layout panel with embedded table layout panels then custom draw the line chart&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Mainly I wanted someone's advice on the first option.&amp;nbsp; I'm wondering if it would be horribly abusive to the memory.&amp;nbsp; I&amp;nbsp;shouldn't ever&amp;nbsp;have&amp;nbsp;more than 22 rows of data and it will rarely be less than about 19 rows.&amp;nbsp; Would it be a bad idea to embed 22 chart controls on the same form and update them all on the fly?&amp;nbsp; Is it designed to be able to handle that scenario?&amp;nbsp; I don't want to put in all the work to do it and then find out it's totally unworkable for some reason.&lt;/P&gt;
&lt;P&gt;Also, has&amp;nbsp;anyone out there created a custom line chart for use as&amp;nbsp;a grid cell?&amp;nbsp; The search features on this forum appear to be broken so I wasn't able to find out if it's been discussed before.&lt;/P&gt;
&lt;P&gt;Ultimately what I'm wanting is a grid cell with a progress bar overlayed with a line chart showing the history of that cell value.&amp;nbsp; That way the current value will be highly visible but the user can see how it's changed over time too.&amp;nbsp; I'm sure I can custom draw a control that will do this but I thought it would be faster if I could use some of the Xceed controls I already have a license for.&lt;/P&gt;
&lt;P&gt;I'm going to cross post the grid specific part of this in the grid forum.&amp;nbsp; I wasn't quite sure where to put this since it deals with both controls.&lt;/P&gt;
&lt;P&gt;Thanks for any advice you have.&lt;/P&gt;</description></item><item><title>Polar Display</title><link>http://xceed.com/CS/forums/thread/4192.aspx</link><pubDate>Fri, 21 Sep 2007 17:42:15 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:4192</guid><dc:creator>Dan</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/4192.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=4192</wfw:commentRss><description>I want to use your polar display for a project but the axis angles increment anti-clockwise (and I need clockwise incrementation), is there a way to have them incremenet clockwise?</description></item><item><title>Barseries and Axis Labeling</title><link>http://xceed.com/CS/forums/thread/13311.aspx</link><pubDate>Mon, 30 Jun 2008 16:20:37 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13311</guid><dc:creator>kjeperti</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/13311.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13311</wfw:commentRss><description>&lt;p&gt;Hi! &lt;/p&gt;&lt;p&gt;I am working with Xceed Chart in .net for a prototype.&lt;/p&gt;&lt;p&gt;Therefore i have to make a graph with barseries.&lt;/p&gt;&lt;p&gt;Everything is allright. The only Problem ist, that the PrimaryX shows&amp;nbsp; only the count of datapoints ( 0 &amp;nbsp;&amp;nbsp;  1&amp;nbsp;&amp;nbsp;  2&amp;nbsp;&amp;nbsp;  3&amp;nbsp;&amp;nbsp;  4&amp;nbsp;&amp;nbsp;  5), but it should display the years ( 2008&amp;nbsp;&amp;nbsp;  2009&amp;nbsp;&amp;nbsp;  2010&amp;nbsp;&amp;nbsp; 2011)&lt;/p&gt;&lt;p&gt;&amp;nbsp;i add data like this :&amp;nbsp; bar[0].Add(sum, cyear.ToString());&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;In an Chart with lineseries i got this with a line.usexvalues ....&amp;nbsp;&amp;nbsp; but there is no function like this for barseries? ! &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, my question is how to get the labels from my barseries shown.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks !&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Show chart coords as mouse moves over surface?</title><link>http://xceed.com/CS/forums/thread/13281.aspx</link><pubDate>Sat, 28 Jun 2008 14:20:33 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:13281</guid><dc:creator>Steve</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/13281.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=13281</wfw:commentRss><description>&lt;P&gt;I have a form with a chart control, and I would like to show the X and Y values which correspond to the mouse position as the user moves the mouse over the chart within the control.&amp;nbsp; I have seen some of the other posts relating to similar things, but they seem to require that there be at least one series plotted.&amp;nbsp; I may or may not have a series plotted.&amp;nbsp; But I have set the Min and Max values for both X and Y axes, so I know what the bounds are.&amp;nbsp; I'm using the MouseMove event, but I can't see a property of the HitTestResult object that will give me the X and Y chart values at the mouse location.&lt;/P&gt;
&lt;P&gt;What's the right way to do this?&lt;/P&gt;</description></item><item><title>Print Manager Error "Parameter is not valid"</title><link>http://xceed.com/CS/forums/thread/12872.aspx</link><pubDate>Wed, 11 Jun 2008 17:30:10 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:12872</guid><dc:creator>David</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/12872.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=13&amp;PostID=12872</wfw:commentRss><description>&lt;P&gt;&lt;STRONG&gt;I am having issues using the print button on the Chart Print Manageer dialog.&amp;nbsp; I am getting the following error when i try to print directly from the manager interface.&amp;nbsp; Any suggestions as to the issue?&amp;nbsp; Has anyone else seen this?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;************** Exception Text **************&lt;BR&gt;System.ArgumentException: Parameter is not valid.&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Drawing.Graphics.GetHdc()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.GraphicsGL.GLDevice.RenderLargeBitmap(Bitmap pBitmap)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.GraphicsGL.GLDevice.RenderToBitmap(Bitmap pBitmap)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.PrintManager.RenderToBitmap(PrintDocument printDocument)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.PrintManagerDialog.UpdatePrintPreview(Boolean bUpdatePreviewChart)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.PrintManagerDialog.UpdatePrinterDependentSettings()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at Xceed.Chart.PrintManagerDialog.InstalledPrintersCombo_SelectedIndexChanged(Object sender, EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.ComboBox.WmReflectCommand(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.ComboBox.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chart components being used&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;----------------------------------------&lt;BR&gt;Xceed.Chart&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.1.100.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.1.7467.13300&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A&gt;file:///C:/WINDOWS/assembly/GAC_MSIL/Xceed.Chart/4.1.100.0__ba83ff368b7563c6/Xceed.Chart.dll&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;----------------------------------------&lt;BR&gt;Xceed.Chart.GraphicsCore&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.1.100.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.1.7467.13300&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A&gt;file:///C:/WINDOWS/assembly/GAC_MSIL/Xceed.Chart.GraphicsCore/4.1.100.0__ba83ff368b7563c6/Xceed.Chart.GraphicsCore.dll&lt;/A&gt;&lt;BR&gt;----------------------------------------&lt;BR&gt;Xceed.Chart.Standard&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.1.100.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.1.7467.13300&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A&gt;file:///C:/WINDOWS/assembly/GAC_MSIL/Xceed.Chart.Standard/4.1.100.0__ba83ff368b7563c6/Xceed.Chart.Standard.dll&lt;/A&gt;&lt;BR&gt;----------------------------------------&lt;BR&gt;Xceed.Chart.Utilities&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.1.100.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.1.7467.13300&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A&gt;file:///C:/WINDOWS/assembly/GAC_MSIL/Xceed.Chart.Utilities/4.1.100.0__ba83ff368b7563c6/Xceed.Chart.Utilities.dll&lt;/A&gt;&lt;BR&gt;----------------------------------------&lt;BR&gt;Xceed.Chart.Core&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.1.100.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.1.7467.13300&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A&gt;file:///C:/WINDOWS/assembly/GAC_MSIL/Xceed.Chart.Core/4.1.100.0__ba83ff368b7563c6/Xceed.Chart.Core.dll&lt;/A&gt;&lt;BR&gt;----------------------------------------&lt;BR&gt;Xceed.Chart.GraphicsGL&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.1.100.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.1.7467.13300&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A&gt;file:///C:/WINDOWS/assembly/GAC_32/Xceed.Chart.GraphicsGL/4.1.100.0__ba83ff368b7563c6/Xceed.Chart.GraphicsGL.dll&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;----------------------------------------&lt;BR&gt;Xceed.Chart.Graphics2D&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.1.100.0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.1.7467.13300&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A&gt;file:///C:/WINDOWS/assembly/GAC_MSIL/Xceed.Chart.Graphics2D/4.1.100.0__ba83ff368b7563c6/Xceed.Chart.Graphics2D.dll&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item></channel></rss>