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

Message ListMessage List     Post MessagePost Message

  Remove vertical lines on area chart
Posted by Tim on Oct-04-2018 02:13
Attachments:
I have an area chart with white line on the top of it.  And, I want to remove vertical lines at both ends. I will appreciate any tip on this.  Thank you,
2018-10-03_141116.png

  Re: Remove vertical lines on area chart
Posted by Peter Kwan on Oct-04-2018 23:48
Hi Tim,

When you add the area layer, set the area border color to the same color as the fill color. Usually, it can be done by setting the border color to Chart.SameAsMainColor or Chart::SameAsMainColor or ... depending on your programming language. In this way, the area will not have a visible border.

Then, add a line layer before the area layer, using the same data as the area layer. This will produce at the top border of the area. (The line layer needs to be added before the area layer, so that the line layer will stay on top of the area layer.)

Regards
Peter Kwan