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

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