Chart3D for WPF and Silverlight | ComponentOne
Chart3D for WPF and Silverlight Overview / Using Chart3D for WPF and Silverlight / Creating a Custom Axis Annotation
In This Topic
    Creating a Custom Axis Annotation
    In This Topic

    The 3D chart has an X, Y, and Z axis that can be controlled by the C1Chart3D object. You can customize the look and feel of the axes through the C1Chart3D object and then set the X, Y, or Z axis object through the AxisX, AxisY, and AxisZ properties for the new Axes settings to appear on the X, Y, and Z axes.

    This section describes the most common axis configuration scenarios used to make the chart more readable such as labeling, scaling, and formatting.

    See Also