2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Axis Class / TooltipText Property

In This Topic
    TooltipText Property (Axis)
    In This Topic
    Gets or sets the tooltip for the chart axis.
    Syntax
    'Declaration
     
    Public Property TooltipText As System.String
    public System.string TooltipText {get; set;}
    See Also