2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / ToolTip Property

In This Topic
    ToolTip Property
    In This Topic
    Gets the chart tooltip object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToolTip As ChartToolTip
    public ChartToolTip ToolTip {get;}
    Remarks
    The ChartTooltip object controls the tooltip options.
    See Also