ComponentOne 3D Chart for WinForms
3D Axes / Axes Annotation / Data Labels Annotation (X and Y-axes only)
In This Topic
    Data Labels Annotation (X and Y-axes only)
    In This Topic

    DataLabels are a collection of labels that display text defined at each point along the X or Y-axes. DataLabels annotation cannot be used for the Z-axis.

    Use the RowLabels and ColumnLabels ChartGroups properties to define and edit DataLabels. These properties can be accessed through the Chart3DDataLabel Collection Editor. The respective editors for RowLabels and ColumnLabels can be accessed by:

    1. Expanding the ChartGroups node in the Visual Studio Properties window.
    2. Clicking on the ellipsis adjacent to the ColumnLabels or RowLabels properties.

    Set AnnoMethod to DataLabels for an axis and use this tab to define the labels.

    Note: DataLabels annotation can be used only for regular and irregular grid data.
    See Also