menu

UWP

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

    Show / Hide Table of Contents

    Class XySegmentEnterEventArgs

    Inheritance
    System.Object
    XySegmentEnterEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved