Jump to content
Software FX Community

Setting titles


User (Legacy)

Recommended Posts

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

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...