I would like to set dashtype, line color, line width and other line segment properties for individual line segments (between two points) of a line type series in kendo chart. this functionality is available in Microsoft charts. note, I can set the dashtype for the entire line no problem. I have a requirement to change the dashtype for different sections of the line. maybe starting dashed, then long dash, then solid to indicate different aspects of the data being charted. it would be great to be able to use a function to return dashtype, line color, line width and other line segment properties based on a e.dataitem.?
Hi,
The series visual function can be used for this purpose:
https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/series.visual
Regards,
Alex Hajigeorgieva
Progress Telerik
I sincerely hope to realize this proposal!
Google charts also support this functionality. Just look for the "Certainty" option.