alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DAxisRangeRenderedEventArgs

    Specifies the event arguments available for the axis range calculated events in the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DAxisRangeRenderedEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DAxisRangeRenderedEventArgs : Chart3DEventArgs

    Properties

    AxisName

    Gets or sets the axis name for the 3D Chart.

    Declaration
    public string AxisName { get; }
    Property Value
    Type Description
    string

    The default value is currently processed axis name of the 3D Chart.

    Remarks

    This is a readonly property.

    Bounds

    Define current axis bounds for the 3D Chart.

    Declaration
    public Rect Bounds { get; }
    Property Value
    Type Description
    Rect

    A Rect object that represents the current axis bounds.

    Interval

    Defines the current interval of the 3D Chart axis.

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

    Accepts the double value. The default value is currently calculated interval.

    Maximum

    Gets or sets the current maximum range of the 3D Chart axis.

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

    Accepts the double value. The default value is currently calculated maximum range.

    Minimum

    Gets or sets the current minimum range of the 3D Chart axis.

    Declaration
    public double Minimum { get; set; }
    Property Value
    Type Description
    double

    Accepts the double value. The default value is currently calculated minimum range.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved