ComponentOne Chart for WPF and Silverlight
Action Property


C1.WPF.C1Chart Namespace > ChartPanelObject Class : Action Property
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

Reference

ChartPanelObject Class
ChartPanelObject Members