Posted 19 September 2022, 6:40 am EST - Updated 30 September 2022, 9:38 am EST
By default, the LineChart shows value of every Y data points (above the markers).
Does somebody know how I can switch off showing data point values?
Thanks,
Louis
Forums Home / ComponentOne / ASP.NET Web Forms Edition
Posted by: l.balazs on 19 September 2022, 6:40 am EST
Posted 19 September 2022, 6:40 am EST - Updated 30 September 2022, 9:38 am EST
By default, the LineChart shows value of every Y data points (above the markers).
Does somebody know how I can switch off showing data point values?
Thanks,
Louis
Posted 19 September 2022, 7:38 am EST
Hang on, I found the solution. As I guessed right it is simple:
C1CompositeChart1.ShowChartLabels = false;
Louis
Posted 20 September 2022, 5:24 am EST
Hi,
Yes, this is the appropriate sample code.
Regards,
Manish Gupta