MJo Posted June 13, 2007 Report Posted June 13, 2007 how do I use this clause on VB.NET WinForms: SoftwareFX.ChartFX.Wrapper.Chart chart1 = new SoftwareFX.ChartFX.Wrapper.Chart(chart1_new); and use the wrapper??? MJo
Frank Posted June 13, 2007 Report Posted June 13, 2007 Dim Chart1 As New SoftwareFX.ChartFX.Wrapper.Chart(Chart1_new, False)
MJo Posted June 14, 2007 Author Report Posted June 14, 2007 Yep..done that.. And I keep getting this exception: Object reference not set to an instance of an object MJo
Frank Posted June 14, 2007 Report Posted June 14, 2007 Please attach the project causing the problem. Works fine on my end. Also make sure you are using the latest Service Pack available from our support site at support.softwarefx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.