ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / Tooltip Property

In This Topic
    Tooltip Property (Series)
    In This Topic
    Gets or sets the tooltip text for the series.
    Syntax
    'Declaration
     
    Public Property Tooltip As LabelInfo
    public LabelInfo Tooltip {get; set;}
    Remarks
    Tooltip property does not work for Chart control.
    See Also