menu

WPF

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

    Show / Hide Table of Contents

    Class XyPreviewEndEventArgs

    Inheritance
    System.Object
    XyPreviewEndEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class XyPreviewEndEventArgs : CancelEventArgs

    Constructors

    XyPreviewEndEventArgs()

    Declaration
    public XyPreviewEndEventArgs()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved