Jump to content
Software FX Community

nPoint property


User (Legacy)

Recommended Posts

clickedLabel = chart1.Legend(nIndex)

clickedSeries = chart1.SerLeg(nSeries)

clickedValue = chart1.ValueEx(nSeries,nIndex)

Most properties in ChartFX are settable/gettable so even though the

documentation refers to how to set them (this is what most users will do)

you can normally get them using similar code.

JC

Software FX Support

"Danny Sierra" <daniel.sierra@amedd.army.mil> wrote in message

news:LTkDbaBTFHA.1772@webserver3.softwarefx.com...

> Trapping the LButtonDblClk event and getting the index within the series

> that was clicked. Where do I get the values & labels for this index?

> ChartFX documentation is terrible, everything refers to setting values,

> not

> getting values. How do I resolve the nPoint back to the clicked

> value/label?

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...