WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartMouseEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartMouseEventArgs

    Represents chart mouse click event arguments.

    Inheritance
    System.Object
    ChartMouseEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartMouseEventArgs

    Constructors

    ChartMouseEventArgs(MouseEventArgs, ChartSegment)

    Initializes a new instance of the ChartMouseEventArgs class.

    Declaration
    public ChartMouseEventArgs(MouseEventArgs args, ChartSegment segment)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs args

    The System.Windows.Input.MouseEventArgs instance containing the event data.

    ChartSegment segment

    The segment.

    See Also
    ChartMouseEventArgs

    Properties

    MouseEventArgs

    Gets the mouse event args.

    Declaration
    public MouseEventArgs MouseEventArgs { get; }
    Property Value
    Type Description
    System.Windows.Input.MouseEventArgs

    The mouse event args.

    Segment

    Gets the segment.

    Declaration
    public ChartSegment Segment { get; }
    Property Value
    Type Description
    ChartSegment

    The segment.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved