-
1 Sep 2009 6:48 AM #1
dotted or dashed line chart
dotted or dashed line chart
How can i create a line chart with dotted lines or dashed llines instead of solid lines ?
-
30 Sep 2009 7:30 AM #2
thas a realy god question, i search in the api, but i found also nothing

-
29 Mar 2011 6:41 AM #3
dotted .vs. dashed line chart
dotted .vs. dashed line chart
I'd like to know the answer to this too....anyone out there who can provide some details, or some examples as to how to do dashed .vs. dotted line charts?
Thanks.
-
30 Mar 2011 9:16 PM #4
How can I find the api? Same question how can we arrange the array between dashed and dotted lines?
-
7 Apr 2011 10:40 PM #5
You can use the LineStyle(Number on,Number off) to get it dashed.
Code:LineChart line1 = new LineChart(); line1.setLineStyle(new LineStyle(5, 5));


Reply With Quote