Articles in this section
Category / Section

How to enable or disable the data points in HistogramSeries

1 min read

You can enable or disable the data points in histogram series. By default, the data points in histogram series are enabled.

Enables the data points in histogram series

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.

Histogram chart represents the Examination result

 

Sample link: histogram-chart

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied