alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ChangedEventArgs

    Specifies the event arguments available for the changed events in the range navigator component.

    Inheritance
    object
    RangeNavigatorEventArgs
    ChangedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChangedEventArgs : RangeNavigatorEventArgs

    Constructors

    ChangedEventArgs()

    Declaration
    public ChangedEventArgs()

    Properties

    End

    Defines the end value.

    Declaration
    public object End { get; set; }
    Property Value
    Type
    object

    SelectedData

    Defines the selected data.

    Declaration
    public List<DataPoint> SelectedData { get; set; }
    Property Value
    Type
    List<DataPoint>

    Start

    Defines the start value.

    Declaration
    public object Start { get; set; }
    Property Value
    Type
    object

    ZoomFactor

    Defined the zoomFactor of the range navigator.

    Declaration
    public double ZoomFactor { get; set; }
    Property Value
    Type
    double

    ZoomPosition

    Defined the zoomPosition of the range navigator.

    Declaration
    public double ZoomPosition { get; set; }
    Property Value
    Type
    double
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved