ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieRenderer Class / AttachTooltip Method


In This Topic
    AttachTooltip Method (PieRenderer)
    In This Topic
    Attaches the tooltip to the specified plot element.
    Syntax
    'Declaration
     
    
    Protected Sub AttachTooltip( _
       ByVal ds As DataSeries, _
       ByVal ple As PlotElement _
    ) 
    'Usage
     
    
    Dim instance As PieRenderer
    Dim ds As DataSeries
    Dim ple As PlotElement
     
    instance.AttachTooltip(ds, ple)
    protected void AttachTooltip( 
       DataSeries ds,
       PlotElement ple
    )

    Parameters

    ds
    ple
    See Also