vote up 0 vote down star

Hi,

I'm new to drawing the chart using chartfx

can you give me the meanings of teh following methods, they are kinda confusing...I did not find documentation anywhere.

GetValue ( ) GetXValue ( ) PutItem()

Thanks, Arjun

flag

1 Answer

vote up 0 vote down

When you download the library, you will get atleast a basic documentation for the APIs. This documentation is also available for the trial version of the library. The paid version will have online support as well.

AFAIR, GetXValue() -- will return the value of the x-coordinate at the specified index(argument). I.e if you want the x-coordinate of the 3rd point on the graph/plot you will call GetXValue(3).

For the other APIs and examples you can refer support.softwarefx.com which has details.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.