FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartTitle Class / Text Property

In This Topic
    Text Property (ChartTitle)
    In This Topic
    Gets or sets the title text. (The Rtf property is used if it's not empty, otherwise, this property is used.)
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    See Also