ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanelObject Class / Attach Property


In This Topic
    Attach Property
    In This Topic
    Gets or sets the attach of chart panel object.
    Syntax
    'Declaration
     
    
    Public Property Attach As ChartPanelAttach
    'Usage
     
    
    Dim instance As ChartPanelObject
    Dim value As ChartPanelAttach
     
    instance.Attach = value
     
    value = instance.Attach
    public ChartPanelAttach Attach {get; set;}
    See Also