Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Error when trying to add series to chart (Read 3710 times)
dharris
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Nov 13th, 2016
Error when trying to add series to chart
Nov 13th, 2016 at 10:05pm
Print Post  
I am trying to add a series to a chart but I get the following error when I press the add button:  "Constructor on type 'MindFusion.Charting.Series' not found."  Any ideas?
  
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3435
Joined: Oct 19th, 2005
Re: Error when trying to add series to chart
Reply #1 - Nov 14th, 2016 at 6:24am
Print Post  
Hi,

Series is an interface -
http://www.mindfusion.eu/onlinehelp/chart.winforms/index.htm?T_MindFusion_Charti...

You could make your model class implement it to feed data directly into the control, or use one of the derived series classes listed at the end of help topic above.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint