ComponentOne FinancialChart for WPF
Interaction Property



C1.WPF.Chart.Interaction Namespace > C1LineMarker Class : Interaction Property
Gets or sets the interaction mode of the LineMarker.
Syntax
'Declaration
 
Public Property Interaction As LineMarkerInteraction
'Usage
 
Dim instance As C1LineMarker
Dim value As LineMarkerInteraction
 
instance.Interaction = value
 
value = instance.Interaction
public LineMarkerInteraction Interaction {get; set;}
public:
property LineMarkerInteraction Interaction {
   LineMarkerInteraction get();
   void set (    LineMarkerInteraction value);
}
See Also

Reference

C1LineMarker Class
C1LineMarker Members