Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1225
How to make a Graph with Short lines
posted

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.

Parents
  • 53790
    Verified Answer
    posted

    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;

    Please let me know if you have any questions

    Regards

Reply Children
No Data