ComponentOne 3D Chart for WinForms
3D Chart Elements / 3D Chart Legend / Legend Positioning
In This Topic
    Legend Positioning
    In This Topic

    Use the legend's Compass property to specify where to position the legend relative to the ChartArea. Select from four compass points around the ChartArea. Compass can be accessed under the Legend node of the Visual Studio Properties window.

    By default the chart automatically positions the legend. Use the X and Y location properties to fine-tune the positioning. These properties can be accessed through the Location node that is under the Legend node of the Visual Studio Properties window.

    By default the chart automatically calculates size of the legend. Use the Width and Height size properties to fine-tune the size of legend. These properties can be accessed under the Size node that is under the Legend node of the Visual Studio Properties window.

    See Also