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
Gets or sets the axis name.
Declaration
public string AxisName { get; set; }
Property Value
Type | Description |
---|---|
System.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
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
public double ZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.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
public double ZoomPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.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.