menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XySegmentEnterEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XySegmentEnterEventArgs

    Inheritance
    System.Object
    System.EventArgs
    XySegmentEnterEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class XySegmentEnterEventArgs : EventArgs

    Constructors

    XySegmentEnterEventArgs()

    Declaration
    public XySegmentEnterEventArgs()

    Properties

    CanDrag

    Gets or sets a value indicating whether to Enable or disable dragging

    Declaration
    public bool CanDrag { get; set; }
    Property Value
    Type
    System.Boolean

    SegmentIndex

    Gets or sets the segment index

    Declaration
    public int SegmentIndex { get; set; }
    Property Value
    Type
    System.Int32

    XValue

    Gets or sets x value

    Declaration
    public object XValue { get; set; }
    Property Value
    Type
    System.Object

    YValue

    Gets or sets y value

    Declaration
    public object YValue { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved