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

Message ListMessage List     Post MessagePost Message

  Continue solid line as dotted
Posted by Ashish on Jun-15-2012 10:00
I am using Python version.
I am using XYChart with addLineLayer2, addDataSet and makeChart2(PNG).

I want the line to show as solid for a part of the chart and for rest of the chart it should continue as dotted in same color. How can I do it?

  Re: Continue solid line as dotted
Posted by Peter Kwan on Jun-16-2012 00:31
Hi Ashish,

There is an example called "X Zone Coloring" which may be what you need. The example shows a line with part of it solid, and part of it dashed. You may look up "X Zone Coloring" from the ChartDirector documentation index.

Hope this can help.

Regards
Peter Kwan