Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Interaction Namespace / LineMarker 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
    public LineMarkerInteraction Interaction {get; set;}
    See Also