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

Message ListMessage List     Post MessagePost Message

  Line Charts points out of range
Posted by Florian Goebel on Feb-26-2016 00:22
Attachments:
Hi all,

i hope someone can help me.

I have several line charts for one project. The line chart Y-Axis is set with a range from 0 to 40.
Some of the points,that i must display, are out of range.

How can i make, that the points, which are not between the setted range, not display?

Thanks for all response.
Flo
Unbenannt.JPG

  Re: Line Charts points out of range
Posted by Peter Kwan on Feb-26-2016 22:21
Hi Florian,

You can use XYChart.setClipping. For example, in Java/C#, it is like:

c.setClipping();

Hope this can help.

Regards
Peter Kwan

  Re: Line Charts points out of range
Posted by Florian Goebel on Feb-29-2016 21:23
Thanks for your response Peter!

That will fix my problem!

Best regards
Florian