alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class XySegmentDragEventArgs

    Represents the class implementation of XySegmentDragEventArgs.

    Inheritance
    System.Object
    System.EventArgs
    DragDelta
    XySegmentDragEventArgs
    XyDeltaDragEventArgs
    Inherited Members
    DragDelta.Cancel
    DragDelta.Delta
    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 XySegmentDragEventArgs : DragDelta

    Constructors

    XySegmentDragEventArgs()

    Declaration
    public XySegmentDragEventArgs()

    Properties

    BaseYValue

    Gets or sets base y value.

    Declaration
    public double BaseYValue { get; set; }
    Property Value
    Type
    System.Double

    NewYValue

    Gets or sets new y value.

    Declaration
    public double NewYValue { get; set; }
    Property Value
    Type
    System.Double

    Segment

    Gets or sets chart segment.

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