ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BubbleSeries Class / PointLabelTemplate Property


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