Hi!
I have a requirement, while I need to show the datapoints with markers as stars but when I add markers to series, it is showing datapoint values also as labels. I do not need these labels. Is there a way to hide these labels. Thanks for your help.
Thanks and regards,
Usha.
You can try setting Format of a series marker to a space, like so:
<igChart:Series.Marker> <igChart:Marker Format=" "/></igChart:Series.Marker>
Thanks.
This works for me as well.