Jump to content
Software FX Community

ChartFX can read CSV file?


User (Legacy)

Recommended Posts

Hi,

Yes, using the textProvider you can read CSV files.

TextProvider txtProvider = new TextProvider("myfile.csv");

chart1.setDataSource(txtProvider);

By default, Chart FX will understand Comma separated values and Tab

separated values, but any other separator is supported by using the

Separators property:

txtProvider.setSeparators("|");Regards,GASoftwareFX

"vent" <hxzhang@unicomsys.net> wrote in message

news:O0a37y0QGHA.2264@webserver3.softwarefx.com...

> HI:

>

> I use Chart FX for java 6.2.

>

> question:

> can ChartFx read CSV format File??

>

> Regards

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...