<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Syncfusion Archives - CenterSpace</title>
	<atom:link href="https://www.centerspace.net/category/syncfusion/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/category/syncfusion</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Wed, 02 Mar 2016 18:42:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
<site xmlns="com-wordpress:feed-additions:1">104092929</site>	<item>
		<title>NMath Stats integration with Essential Chart</title>
		<link>https://www.centerspace.net/nmath-stats-integration-with-essential-chart</link>
					<comments>https://www.centerspace.net/nmath-stats-integration-with-essential-chart#respond</comments>
		
		<dc:creator><![CDATA[Trevor Misfeldt]]></dc:creator>
		<pubDate>Tue, 28 Feb 2012 16:59:06 +0000</pubDate>
				<category><![CDATA[NMath Stats]]></category>
		<category><![CDATA[Syncfusion]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/blog/uncategorized/nmath-stats-integration-with-essential-chart/</guid>

					<description><![CDATA[<p>We previously released some free adapter code and a whitepaper detailing how to create visualizations of NMath data with Syncfusion’s Essential Chart. A follow-up whitepaper and adapter code extends these capabilities to NMath Stats.  This paper details how to: Use the NMathStatsChart adapter to create and customize Essential Chart ChartControl instances easily. Plot vectors, matrices, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-stats-integration-with-essential-chart">NMath Stats integration with Essential Chart</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We previously released some <a href="/nmath-integration-with-essential-chart/" target="_blank">free adapter code and a whitepaper</a> detailing how to create visualizations of NMath data with <a href="http://www.syncfusion.com/" target="_blank">Syncfusion’s</a> <a href="http://www.syncfusion.com/products/windows-forms/chart" target="_blank">Essential Chart</a>.</p>
<p>A follow-up whitepaper and adapter code extends these capabilities to <a href="/nmath-stats/" target="_blank">NMath Stats</a>.  This paper details how to:</p>
<ul>
<li>Use the NMathStatsChart adapter to create and customize Essential Chart ChartControl instances easily.</li>
<li>Plot vectors, matrices, functions, fitted functions, function peaks, least squares classes, and histograms using a variety of chart types.</li>
<li>Plot NMath Stats data structures such as data frames, probability distributions, linear regressions, goodness of fit, principal component analyses, and cluster analyses.</li>
</ul>
<p><a href="http://www.syncfusion.com/downloads/resources/whitepaper/centerspace0112">Click here</a> to download the free adapter code and detailed instructions.</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-stats-integration-with-essential-chart">NMath Stats integration with Essential Chart</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/nmath-stats-integration-with-essential-chart/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3709</post-id>	</item>
		<item>
		<title>NMath integration with Essential Chart</title>
		<link>https://www.centerspace.net/nmath-integration-with-essential-chart</link>
					<comments>https://www.centerspace.net/nmath-integration-with-essential-chart#respond</comments>
		
		<dc:creator><![CDATA[Trevor Misfeldt]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 18:33:49 +0000</pubDate>
				<category><![CDATA[Syncfusion]]></category>
		<category><![CDATA[Visualization]]></category>
		<category><![CDATA[nmath charts]]></category>
		<category><![CDATA[syncfusion integration]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/blog/visualization/nmath-integration-with-essential-chart/</guid>

					<description><![CDATA[<p>When building numerical applications, you&#8217;ll inevitably be faced with the challenge of taking raw data and computed results and presenting information in a way that makes business sense to the end user. NMath 5.1 added some new visualization features to help. We&#8217;ve also worked closely with the team at Syncfusion to make it very easy [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-integration-with-essential-chart">NMath integration with Essential Chart</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When building numerical applications, you&#8217;ll inevitably be faced with the challenge of taking raw data and computed results and presenting information in a way that makes business sense to the end user. <a href="/new-versions-of-nmath-libraries-released-3/" target="_blank">NMath 5.1 added some new visualization features</a> to help. We&#8217;ve also worked closely with the team at <a href="http://www.syncfusion.com" target="_blank">Syncfusion</a> to make it very easy to create visualizations of NMath data with their powerful <a href="http://www.syncfusion.com/products/windows-forms/chart" target="_blank">Essential Chart</a> component.</p>
<p>We&#8217;ve released some <a href="https://www.syncfusion.com/resources/techportal/whitepapers/nmath" target="_blank">free adapter code</a> that will allow you to create an Essential Chart control from NMath data structures with as little as one line of code. We&#8217;ve also written some technical documentation that walk you through many common graphing scenarios using the Syncfusion components. These papers detail how to:</p>
<ul>
<li>Download and reference the CenterSpace.NMath.Charting.Syncfusion.NMathChart and CenterSpace.NMath.Charting.Syncfusion.NMathStatsChart adapters.</li>
<li>Create and configure Essential Chart controls, and bind charts to NMath data structures.</li>
<li>Use the NMathChart and NMathStatsChart adapters to create and customize Essential Chart ChartControl instances easily.</li>
<li>Plot vectors, matrices, functions, fitted functions, function peaks, least squares classes, and histograms using a variety of chart types.</li>
<li>Plot NMath Stats data structures such as data frames, probability distributions, linear regressions, goodness of fit, principal component analysis, and cluster analyses.</li>
</ul>
<p><a href="https://www.syncfusion.com/resources/techportal/whitepapers/nmath" target="_blank">Click here</a> to download the free adapter code and detailed instructions. Questions or comments?</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/nmath-integration-with-essential-chart">NMath integration with Essential Chart</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/nmath-integration-with-essential-chart/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3638</post-id>	</item>
	</channel>
</rss>
