alexa

    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