ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / PointTooltipTemplate Property


In This Topic
    PointTooltipTemplate Property (FunctionSeries)
    In This Topic
    Gets or sets the template for data point tooltip.
    Syntax
    'Declaration
     
    
    Public Property PointTooltipTemplate As DataTemplate
    'Usage
     
    
    Dim instance As FunctionSeries
    Dim value As DataTemplate
     
    instance.PointTooltipTemplate = value
     
    value = instance.PointTooltipTemplate
    public DataTemplate PointTooltipTemplate {get; set;}
    See Also