How to change the color of a line series?
Posted: Wed Mar 12, 2014 2:37 am
Hi, I'm using Xamarin to build an android project.
I have one chart with two series, line and volume, but only the color of volume can be changed by following code.
Please help!
I have one chart with two series, line and volume, but only the color of volume can be changed by following code.
Code: Select all
line1.LinePen.Color = Color.Yellow;
volume1.LinePen.Color = Color.MediumOrchid;