<?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/77/ShowForum.aspx</link><description>Questions and Answers Relating to Xceed Chart for .NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Is it possible to have an background image in the chart?</title><link>http://xceed.com/CS/forums/thread/28270.aspx</link><pubDate>Tue, 27 Jan 2009 15:45:18 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28270</guid><dc:creator>Xceed admin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/28270.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=77&amp;PostID=28270</wfw:commentRss><description>&lt;body&gt;You need to use the FillEffect.SetImage() method on the series. For example: &lt;br/&gt;&lt;br/&gt;
&lt;table cellspacing="2" cellpadding="2" width="100%" bgcolor="#e8e8e8" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt; &lt;font size="1"&gt;lineSeries.LineFillEffect.SetImage(openFileDialog1.FileName);&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br/&gt;You can also see this in one of our sample. Open our Chart Explorer ( Start Menu -&amp;gt; All Programs -&amp;gt; Xceed Components -&amp;gt; Our components in action! -&amp;gt; Xceed Chart Explorer for .NET ), then go to All Examples -&amp;gt; Fill Effects -&amp;gt; Images You can look at the code by clicking on the "C# Code" tab. You will find the complete source code of the explorer in -&amp;gt; C:\Program Files\Xceed Components\Xceed Chart for .NET and ASP.NET &lt;VERSION&gt;\Samples under XP, or in C:\Xceed Component Samples\Xceed Chart for .NET &lt;VERSION&gt;\Samples under Vista.&lt;/body&gt;</description></item></channel></rss>