Hi,
I have a line chart working with several line series that are generated and added to the RADHTMLChart from the Code-Behind.
How can I set the LineAppearance to "Smooth" in the code-behind?
I tried lineSeries1.LineAppearance.LineStyle = "Smooth" but I get an error: "LineAppearance" is read-only.
Thanks.
I have a line chart working with several line series that are generated and added to the RADHTMLChart from the Code-Behind.
How can I set the LineAppearance to "Smooth" in the code-behind?
I tried lineSeries1.LineAppearance.LineStyle = "Smooth" but I get an error: "LineAppearance" is read-only.
Thanks.