ComponentOne LineChart for ASP.NET Web Forms
Line Chart Elements / Chart Labels
In This Topic
    Chart Labels
    In This Topic

    The chart label in a bubble chart represents the label that displays the x, y value for the C1BarChart inside or right 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. To move the chart 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