Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AxisRangeCalculatedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AxisRangeCalculatedEventArgs

    Specifies the event arguments available for on range calculated events in the chart component.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.BaseEventArgs
    AxisRangeCalculatedEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AxisRangeCalculatedEventArgs : BaseEventArgs

    Constructors

    AxisRangeCalculatedEventArgs()

    Declaration
    public AxisRangeCalculatedEventArgs()

    Properties

    Interval

    Defines axis current interval.

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

    Maximum

    Defines axis current max range.

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

    Minimum

    Defines axis current min range.

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