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 |
---|
System.String |
AxisRange
Defines axis range.
Declaration
public VisibleRangeModel AxisRange { get; set; }
Property Value
Type |
---|
VisibleRangeModel |
ZoomFactor
Defines the value of the zoom factor.
Declaration
public double ZoomFactor { get; set; }
Property Value
Type |
---|
System.Double |
ZoomPosition
Defines the value of the zoom position.
Declaration
public double ZoomPosition { get; set; }
Property Value
Type |
---|
System.Double |