WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewPortChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewPortChangedEventArgs

    class represents ViewPortChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ViewPortChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ViewPortChangedEventArgs : EventArgs

    Constructors

    ViewPortChangedEventArgs(Double, Double)

    Contructor for ViewPortChangedEventArgs

    Declaration
    public ViewPortChangedEventArgs(double argsStart, double argsEnd)
    Parameters
    Type Name Description
    System.Double argsStart
    System.Double argsEnd

    Properties

    EndValue

    Get and Set EndValue

    Declaration
    public double EndValue { get; }
    Property Value
    Type Description
    System.Double

    StartValue

    Get and Set the StartValue

    Declaration
    public double StartValue { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved