alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class AxisData

    Specifies the axis information in the chart component.

    Inheritance
    object
    AxisData
    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 AxisData

    Constructors

    AxisData()

    Declaration
    public AxisData()

    Properties

    AxisName

    Gets or sets the axis name.

    Declaration
    [JsonPropertyName("axisName")]
    public string AxisName { get; set; }
    Property Value
    Type Description
    string

    A string representing the name of the axis.

    Remarks

    This property is used to uniquely identify the axis within the chart.

    AxisRange

    Gets or sets the axis range.

    Declaration
    [JsonPropertyName("axisRange")]
    public VisibleRangeModel AxisRange { get; set; }
    Property Value
    Type Description
    VisibleRangeModel

    A VisibleRangeModel object representing the axis range.

    Remarks

    This property defines the minimum and maximum axis range values displayed on the axis.

    ZoomFactor

    Gets or sets the value of the zoom factor.

    Declaration
    [JsonPropertyName("zoomFactor")]
    public double ZoomFactor { get; set; }
    Property Value
    Type Description
    double

    A double representing the zoom factor of the axis.

    Remarks

    This property indicates the level of zoom applied to the axis.

    ZoomPosition

    Gets or sets the position value of the zoom.

    Declaration
    [JsonPropertyName("zoomPosition")]
    public double ZoomPosition { get; set; }
    Property Value
    Type Description
    double

    A double representing the zoom position of the axis.

    Remarks

    This property specifies the zoom position details where the zoom focus is centered along the axis.

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