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.
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;
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
Thanks for all. You have save my life.