ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotElement Class / IsMouseOver Property


In This Topic
    IsMouseOver Property (PlotElement)
    In This Topic
    Gets the value which indicates whether the mouse cursor is over the plot element.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property IsMouseOver As Boolean
    'Usage
     
    
    Dim instance As PlotElement
    Dim value As Boolean
     
    value = instance.IsMouseOver
    public new bool IsMouseOver {get;}
    See Also