ComponentOne BarChart for ASP.NET WebForms
Bar Chart Elements / Axes Annotation
In This Topic
    Axes Annotation
    In This Topic

    The annotation along each axis is an important part of any chart. The chart automatically produces the most natural annotation possible, even as chart data changes.

    The following properties represent the format and the layout for the annotation of the axes in C1BarChart:

    Axis Property Description
    AnnoFormatString A value that indicates the format string of annotation.
    AnnoMethod A value that indicates the method of annotation.
    ValueLabels A value that shows a collection of valueLabels for the axis.
    See Also