ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / Interaction Property



In This Topic
    Interaction Property
    In This Topic
    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