java - VC++ Charts using Chart X -
I'm new to drawing charts using chartfx
Do you mean me the following Can tell the methods, they are a little confusing ... I did not find the document anywhere.
GetValue () GetXValue () PutItem ()
Thanks, Arjun
When you download a library, you will find at least one original document for the API. This document is also available for the trial version of the Library. The paid version will also have online support.
AFAIR, GetXValue () - will return the value of the x-coordinate to the specified index (logic). If you want the X-coordinate of the third point on the graph / plot then you will call GetXValue (3).
For other APIs and examples, you can mention which details are there.
Comments
Post a Comment