ComponentOne 3D Chart for WinForms
3D Chart Elements / 3D Chart Titles / Title Text and Alignment
In This Topic
    Title Text and Alignment
    In This Topic

    Use the Text property of the Title class to add, change, or remove text for a title. Text is located in the Properties window under the corresponding title node (Footer and Header).

    Use the HorizontalAlignment and VerticalAlignment of the Title's Style property to specify whether to center, left-justify, or right-justify. These properties can be accessed through the Style node in either the Header or Footer node in the Visual Studio Properties window.

    See Also