BarChart for ASP.NET WebForms
Chart Labels
Bar Chart Elements > Chart Labels

The chart label in a Bar chart represents the label that displays the x, y value for the C1BarChart inside or outside each set of data points.

Chart labels are useful when highlighting an important data point, but can also be used generally to provide information on data or on the chart.

Chart labels automatically appear inside the data point when you specify the x, y values. The ChartLabels can be hidden by setting the ShowChartLabels property to False.

Chart Labels Formatting

The chart labels can be formatted using the ChartLabelFormatString property.

Chart Labels Appearance

You can customize the appearance of the chart labels using the ChartLabelStyle property.

See Also