menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartAxisData - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StockChartAxisData

    Event argument class for stockchart zooming axis details.

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

    Constructors

    StockChartAxisData()

    Declaration
    public StockChartAxisData()

    Properties

    AxisName

    Defines the axis name.

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

    AxisRange

    Defines the axis range.

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

    ZoomFactor

    Defines the axis zoom factor.

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

    ZoomPosition

    Defines the axis zoom position.

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