ComponentOne CandlestickChart for ASP.NET Web Forms
In This Topic
    Chart Labels
    In This Topic

    The chart label in a Candlestick chart represents the label that displays the x, y value for the C1CandlestickChart 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 chart labels can be hidden by setting the ShowChartLabels property to False.

    The chart labels can be formatted using the ChartLabelFormatString property.

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