Posted 18 September 2022, 9:40 pm EST - Updated 30 September 2022, 12: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 18 September 2022, 9:40 pm EST
Posted 18 September 2022, 9:40 pm EST - Updated 30 September 2022, 12: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 18 September 2022, 10:38 pm EST
Hang on, I found the solution. As I guessed right it is simple:
C1CompositeChart1.ShowChartLabels = false;
Louis
Posted 19 September 2022, 8:24 pm EST
Hi, Yes, this is the appropriate sample code.
Regards, Manish Gupta