WPF

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

    Show / Hide Table of Contents

    Class VisibleRangeChangedEventArgs

    Represents chart series bounds changed event arguments.

    Inheritance
    System.Object
    System.EventArgs
    VisibleRangeChangedEventArgs
    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.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class VisibleRangeChangedEventArgs : EventArgs
    Remarks

    It contains information like old bounds and new bounds.

    Constructors

    VisibleRangeChangedEventArgs()

    Declaration
    public VisibleRangeChangedEventArgs()

    Properties

    NewRange

    Gets or sets the updated range of the chart axis.

    Declaration
    public DoubleRange NewRange { get; set; }
    Property Value
    Type Description
    DoubleRange

    OldRange

    Gets or sets the previous range of the chart axis.

    Declaration
    public DoubleRange OldRange { get; set; }
    Property Value
    Type Description
    DoubleRange
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved