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


In This Topic
    Action Property
    In This Topic
    Gets or sets action corresponding to the panel object.
    Syntax
    'Declaration
     
    
    Public Property Action As ChartPanelAction
    'Usage
     
    
    Dim instance As ChartPanelObject
    Dim value As ChartPanelAction
     
    instance.Action = value
     
    value = instance.Action
    public ChartPanelAction Action {get; set;}
    See Also