Blazor

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

    Show / Hide Table of Contents

    Class AxisData

    Specifies the axis information in the chart component.

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

    Constructors

    AxisData()

    Declaration
    public AxisData()

    Properties

    AxisName

    Defines axis name.

    Declaration
    public string AxisName { get; set; }
    Property Value
    Type Description
    System.String

    AxisRange

    Defines axis range.

    Declaration
    public VisibleRangeModel AxisRange { get; set; }
    Property Value
    Type Description
    VisibleRangeModel

    ZoomFactor

    Defines the value of the zoom factor.

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

    ZoomPosition

    Defines the value of the zoom position.

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