ComponentOne 3D Chart for WinForms
3D Chart Elements / 3D Chart Titles / Title Border / Title Positioning
In This Topic
    Title Positioning
    In This Topic

    Use the Compass property of the Title class to specify where to position the Titles relative to the ChartArea. Select from four compass points around the ChartArea.

    Use the X and Y location properties to customize the location of the title. To restore auto location, set left or top to -1.

    Use the Width and Height properties to customize the size of the title. To restore auto size selection set width or height to -1. These properties can be accessed through the Size node in either the Header or Footer node in the Visual Studio Properties window.

    See Also