ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _TextTooltipContent Class / _TextTooltipContent Constructor

In This Topic
    _TextTooltipContent Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String, _
       ByVal style As IStyle _
    )
    public _TextTooltipContent( 
       string text,
       IStyle style
    )

    Parameters

    text
    style
    See Also