ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Series Class / Tooltip Property

In This Topic
    Tooltip Property (Series)
    In This Topic
    Gets or sets the tooltip template for the series.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Series.Tooltip", "Gets or sets the tooltip template for the series.")>
    Public Property Tooltip As String
    [C1Description("Series.Tooltip", "Gets or sets the tooltip template for the series.")]
    public string Tooltip {get; set;}
    See Also