ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AnnoCreatedEventArgs Class / Label Property


In This Topic
    Label Property (AnnoCreatedEventArgs)
    In This Topic
    Gets or sets the label element.
    Syntax
    'Declaration
     
    
    Public Property Label As UIElement
    'Usage
     
    
    Dim instance As AnnoCreatedEventArgs
    Dim value As UIElement
     
    instance.Label = value
     
    value = instance.Label
    public UIElement Label {get; set;}
    See Also