Dotted line in DHTMLXChart

Hi all,

how can i draw a dotted line rather than a solid one in dhtmlxchart.

also is it possible that we can draw a line half solid as well as half dotted. i mean solid line for few data as well dotted for rest of the data.

thankx

Hi,

how can i draw a dotted line rather than a solid one in dhtmlxchart.

chart doesn’t support dotted line

also is it possible that we can draw a line half solid as well as half dotted. i mean solid line for few data as well dotted for rest of the data.

you may define the following chart styles:

  • for item: color, radius, border width and border color (color and borderBorder color are templates)

  • for line: color and width. Width is template there for you may change line color for different chart element (as I answered before you can not set dotted lines)

thankx for the reply.
i was looking for dotted or dashed line only as per some business requirement. anyways thanks a lot.