All Controls
Show/Hide Statistics Box
This page describes how to show or hide the statistics box of the charts. The statistics box
for the time series controls, other controls are similar, is of the following type:
The statistics box holds the statistics of both the series and
limit ranges (multiple/split limits). You can
show or hide statistics that appear in the
statistics box.
The first step is to include the necessary namespaces
for the controls and add a new chart.
Hide the Statistics Box
Below, we will hide the statistics box of an Individuals chart (named indChart in the examples below). The process is similar for the other charts:
[Visual Basic]
' Hide the statistics box
indChart.StatisticsBox.Show = False
[Visual C#]
// Hide the statistics box
indChart.StatisticsBox.Show = false;
Before and after hiding the statistics box, the resulting
charts should look similar to the following: