User (Legacy) Posted February 6, 2003 Report Share Posted February 6, 2003 Whenever I try to set the chart title I get the following error - is this a known issue or am I missing something? "An unhandled exception of type 'System.NullReferenceException' occurred in chartfx.lite.dll Additional information: Object reference not set to an instance of an object." The code I'm using is this: chartView.Titles[0].Text = "test"; Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 6, 2003 Author Report Share Posted February 6, 2003 Whenever I try to set the chart title I get the following error - is this a known issue or am I missing something? "An unhandled exception of type 'System.NullReferenceException' occurred in chartfx.lite.dll Additional information: Object reference not set to an instance of an object." The code I'm using is this: chartView.Titles[0].Text = "test"; Link to comment Share on other sites More sharing options...
Software FX Posted February 6, 2003 Report Share Posted February 6, 2003 Can you specify the build you are using ? Are you using the most recent one ? -- Regards, JC Software FX Support "Richard Sutcliffe" <rsutcliffe@delphi-dolphin.com> wrote in message news:B6onwoczCHA.1860@webserver1.softwarefx.com... > Whenever I try to set the chart title I get the following error - is this a > known issue or am I missing something? > > "An unhandled exception of type 'System.NullReferenceException' occurred in > chartfx.lite.dll Additional information: Object reference not set to an > instance of an object." > > The code I'm using is this: > > chartView.Titles[0].Text = "test"; > > Link to comment Share on other sites More sharing options...
Software FX Posted February 6, 2003 Report Share Posted February 6, 2003 Can you specify the build you are using ? Are you using the most recent one ? -- Regards, JC Software FX Support "Richard Sutcliffe" <rsutcliffe@delphi-dolphin.com> wrote in message news:B6onwoczCHA.1860@webserver1.softwarefx.com... > Whenever I try to set the chart title I get the following error - is this a > known issue or am I missing something? > > "An unhandled exception of type 'System.NullReferenceException' occurred in > chartfx.lite.dll Additional information: Object reference not set to an > instance of an object." > > The code I'm using is this: > > chartView.Titles[0].Text = "test"; > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 7, 2003 Author Report Share Posted February 7, 2003 Just updated to the latest one and my code works now! "Software FX Support" <support@softwarefx.com> wrote in message news:Cm0w8vezCHA.2132@webserver1.softwarefx.com... > Can you specify the build you are using ? Are you using the most recent one > ? > > -- > Regards, > > JC > Software FX Support > "Richard Sutcliffe" <rsutcliffe@delphi-dolphin.com> wrote in message > news:B6onwoczCHA.1860@webserver1.softwarefx.com... > > Whenever I try to set the chart title I get the following error - is this > a > > known issue or am I missing something? > > > > "An unhandled exception of type 'System.NullReferenceException' occurred > in > > chartfx.lite.dll Additional information: Object reference not set to an > > instance of an object." > > > > The code I'm using is this: > > > > chartView.Titles[0].Text = "test"; > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 7, 2003 Author Report Share Posted February 7, 2003 Just updated to the latest one and my code works now! "Software FX Support" <support@softwarefx.com> wrote in message news:Cm0w8vezCHA.2132@webserver1.softwarefx.com... > Can you specify the build you are using ? Are you using the most recent one > ? > > -- > Regards, > > JC > Software FX Support > "Richard Sutcliffe" <rsutcliffe@delphi-dolphin.com> wrote in message > news:B6onwoczCHA.1860@webserver1.softwarefx.com... > > Whenever I try to set the chart title I get the following error - is this > a > > known issue or am I missing something? > > > > "An unhandled exception of type 'System.NullReferenceException' occurred > in > > chartfx.lite.dll Additional information: Object reference not set to an > > instance of an object." > > > > The code I'm using is this: > > > > chartView.Titles[0].Text = "test"; > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.