menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ActualRangeChangedEventArgs

    This class serves as an event data for the ActualRangeChanged event. The event data holds information when the actual range of axis is changed.

    Inheritance
    System.Object
    ActualRangeChangedEventArgs
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ActualRangeChangedEventArgs : EventArgs

    Constructors

    ActualRangeChangedEventArgs()

    Declaration
    public ActualRangeChangedEventArgs()

    Properties

    ActualMaximum

    Gets or sets object that represents definite maximum value of axis range.

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

    ActualMinimum

    Gets or sets object that represents definite minimum value of axis range.

    Declaration
    public object ActualMinimum { get; set; }
    Property Value
    Type Description
    System.Object

    VisibleMaximum

    Gets or sets object that represents observable maximum value of axis range.

    Declaration
    public object VisibleMaximum { get; set; }
    Property Value
    Type Description
    System.Object

    VisibleMinimum

    Gets or sets object that represents observable minimum value of axis range.

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