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

Message ListMessage List     Post MessagePost Message

  Box-Whisker Chart
Posted by Joe on Dec-26-2013 23:17
In the C#/ASP.Net implementation of this chart, I would like to add another line on the actual box, with a value I pass, in another color. I currently have a marked line for the median, how do I go about adding another manual line? Thank you.

  Re: Box-Whisker Chart
Posted by Peter Kwan on Dec-27-2013 13:38
Hi Joe,

You may use Layer.addDataSet to add an extra data set to the Box-Whisker Layer. For example:

layer.addDataSet(myData, 0x008800);

Hope this can help.

Regards
Peter Kwan