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

Message ListMessage List     Post MessagePost Message

  graph with linear scale in x and y
Posted by herve on Jan-07-2016 22:20
Attachments:
Hello,

I use ChartDirector v4.1.

I want to build a graph with a linear scale on "X" and "Y" axis, like the screen shot.
This graph is a scatter plot with a line.
For the scatter plot, there may be several values "Y" corresponding to an "X" value.

I tried to use .addScatterLayer( ) but the scale "X" does not appear linear. The plots are
positioned side by side.

is there a solution?
Screen Shot 01-07-16 at 02.45 PM.PNG
Screen Shot 01-07-16 at 03.18 PM.PNG

  Re: graph with linear scale in x and y
Posted by herve on Jan-07-2016 22:41
Sorry,

I found the solution to my problem.
I had used the function .setXData( ).
It was not working because of that.