Jump to content
Software FX Community

Getting data from chart


User (Legacy)

Recommended Posts

I am not sure if I understood your question correctly, most (if not all) of 

our properties are get/set. If you want to know the value for the first

point of the first series in the chart you will code

double d = chart1.Value[0,0];

JC

SoftwareFX Support

"Sivron" <sivron@sivron.com> wrote in message

news:zqOn9neZFHA.1580@webserver3.softwarefx.com...

> Hello

> How can i get the data from a chart, after the user changed it (got the

> dirty flag set)?

> Thnaks,

> Moshe

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...