ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPoint Class / Tooltip Property

In This Topic
    Tooltip Property (DataPoint)
    In This Topic
    Gets or sets the tooltip text as string for the DataPoint.
    Syntax
    'Declaration
     
    Public Property Tooltip As LabelInfo
    public LabelInfo Tooltip {get; set;}
    See Also