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

Message ListMessage List     Post MessagePost Message

  Is this possible with a line chart of bar chart?
Posted by Frank on Oct-16-2017 18:21
Attachments:
Hello Peter,

Thank you for your product, we use it in the VB-version.

Is it possible to create a graph as in the attached picture? Simply, one or more scales where the results are depicted as a dot of other figure?

Thank you very much for your help!

Kind regards,

Frank
image.jpg

  Re: Is this possible with a line chart of bar chart?
Posted by Peter Kwan on Oct-16-2017 22:53
Hi Frank,

The chart you need can easily be created with a scatter layer for the dots, and a box-whisker layer for the "H" shape behind.

Below is an example of the horizontal box-whisker chart. For your case, you do not need to "box" part. This can be achieved by setting the arrays for the boxTop, boxBottom and midData to empty.

http://www.advsofteng.com/doc/cdcom.htm#hboxwhisker.htm

For the scatter layer, you can add it using XYChart.addScatterLayer. For your case, it seems you do not need to provide the x-coordinates.This can be achieved by setting the xData array to empty. (Please add the scatter layer first, followed by the box-whisker layer, so as to ensure the scatter layer stays on top of the box-whisker layer.)

Hope this can help.

Regards
Peter Kwan

  Re: Is this possible with a line chart of bar chart?
Posted by Frank on Oct-18-2017 04:10
Hello Peter,

Thank you for your answer, it is really helpful!

Kind regards,

Frank