menu

WinUI

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

    Show / Hide Table of Contents

    Class ActualRangeChangedEventArgs

    Provides data for the ActualRangeChanged event.

    Inheritance
    System.Object
    ActualRangeChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class ActualRangeChangedEventArgs : EventArgs
    Remarks

    This class contains information about the minimum and maximum value of the range.

    Constructors

    ActualRangeChangedEventArgs(Object, Object)

    Initializes a new instance of the ActualRangeChangedEventArgs class.

    Declaration
    public ActualRangeChangedEventArgs(object actualMinimum, object actualMaximum)
    Parameters
    Type Name Description
    System.Object actualMinimum
    System.Object actualMaximum

    Properties

    ActualMaximum

    Gets a value that represents the new actual maximum value of the range.

    Declaration
    public object ActualMaximum { get; }
    Property Value
    Type
    System.Object

    ActualMinimum

    Gets a value that represents the new actual minimum value of the range.

    Declaration
    public object ActualMinimum { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved