ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Decimals dot/comma-change?
Posted by Frank on Oct-16-2016 23:54
Hello Peter,

We work with the asp-version of Chartdirector.

When calculating a parameter for a graph, is it possible to use the comma-decimal instead of a dot?

Kind regards,

Frank

  Re: Decimals dot/comma-change?
Posted by Frank on Oct-17-2016 00:00
Hello Peter,

To be more clear..., we need het comma-seprated decimals to show in the graph. Is that possible?

I have not found an answer yet, when using the search-function.

Thank your for your help!

Frank

  Re: Decimals dot/comma-change?
Posted by Peter Kwan on Oct-18-2016 03:55
Hi Frank,

If you would like the labels output by ChartDirector to use "," as the decimal separator, you can use BaseChart.setNumberFormat. For example:

' no thousand separator, "," as the decimal separator
Call c.setNumberFormat(Chr(0), ",")

Hope this can help.

Regards
Peter Kwan

  Re: Decimals dot/comma-change?
Posted by Frank on Oct-18-2016 05:13
Thank you Peter! That was the answer I was looking for.

Kind regards,

Frank