ComponentOne 3D Chart for WinForms
3D Axes / Axes Annotation / 3D Values Annotation
In This Topic
    3D Values Annotation
    In This Topic

    Values annotation automatically generates numeric annotation based on the data itself. Values annotation can be used for any axis.

    Use the axis AnnoMethod property to specify Values annotation for an axis. The AnnoMethod property can be set through the Chart3D Axis Collection Editor. This editor can be accessed by:

    1. Expanding the ChartArea node in the Visual Studio Properties window.
    2. Clicking on the ellipsis adjacent to the Axis property.
    See Also