Category / Section
How to enable or disable the data points in HistogramSeries
You can enable or disable the data points in histogram series. By default, the data points in histogram series are enabled.

To disable them, use the following codes.
//Hide the data points in histogram chart Histogram.ConfigItems.HistogramItem.ShowDataPoints = false; |
The following screenshot illustrates the result of the above codes.

Sample link: histogram-chart