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

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