2D Chart for WinForms | ComponentOne
Customizing Chart Elements / Chart Titles / Title Position and Size
In This Topic
    Title Position and Size
    In This Topic

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

    Use the X and Y properties of the Location object to customize the location of the title. To restore location auto-selection set left or top to -1. These properties can be accessed at design time through the Location node in either the Header or Footer node in the Visual Studio Properties window.

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

    See Chart Elements Position and Size for more information.

    See Also