Hello friends of the Community, Please, I need to make a graph with short lines as shown in green figure, I've been looking for documentation, Do you have any idea. Thanks for all.
God Bless You.
Hello Eros,
Maybe one possible approach to achieve the desired behavior is to set property:
ScatterChartAppearance sca1 = new ScatterChartAppearance(); sca1.ConnectWithLines = true; sca1.Icon = SymbolIcon.None; sca1.LineAppearance.DrawStyle = LineDrawStyle.Dash; myScatterLayer.ChartTypeAppearance = sca1;
ScatterChartAppearance sca1 = new ScatterChartAppearance();
sca1.ConnectWithLines = true;
sca1.Icon = SymbolIcon.None;
sca1.LineAppearance.DrawStyle = LineDrawStyle.Dash;
myScatterLayer.ChartTypeAppearance = sca1;
Please let me know if you have any questions
Regards
Thanks Georgi.
Take care yourself.
Good Bye.