menu

UWP

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

    Show / Hide Table of Contents

    Class XySegmentDragEventArgs

    Inheritance
    System.Object
    DragDelta
    XySegmentDragEventArgs
    XyDeltaDragEventArgs
    Inherited Members
    DragDelta.Cancel
    DragDelta.Delta
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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

    Extension Methods

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