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 set a Graph from the UltraChartControl
posted

Hi friends, I have a graph and this show "Data Values" and figures how triangles and circles. Please how Can I remove it.

Thanks for all.

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;

    myScatterLayer.ChartTypeAppearance = sca1;

    Please take a look at the attached sample for more details.

    Regards

    ScatterChartWithLine (2).zip
Reply Children
No Data