ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartTitle Class / Content Property

In This Topic
    Content Property (ChartTitle)
    In This Topic
    Gets or sets the title content.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartTitle.Content", "Gets or sets the title content.")>
    <DefaultValueAttribute("")>
    Public Property Content As String
    [C1Description("ChartTitle.Content", "Gets or sets the title content.")]
    [DefaultValue("")]
    public string Content {get; set;}
    See Also