Class SFAxisRangeInfo
This class represents the visible range of chart axis.
Inheritance
System.Object
SFAxisRangeInfo
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFAxisRangeInfo : Object
Constructors
SFAxisRangeInfo(SFAxis)
Declaration
public SFAxisRangeInfo(SFAxis axis)
Parameters
Type | Name | Description |
---|---|---|
SFAxis | axis |
Properties
ActualMaximum
Gets or sets the actual maximum range from the axis.
Declaration
public NSObject ActualMaximum { get; set; }
Property Value
Type |
---|
Foundation.NSObject |
ActualMinimum
Gets or sets the actual minimum range from the axis.
Declaration
public NSObject ActualMinimum { get; set; }
Property Value
Type |
---|
Foundation.NSObject |
VisibleMaximum
Gets or sets the visible maximum range from the axis.
Declaration
public NSObject VisibleMaximum { get; set; }
Property Value
Type |
---|
Foundation.NSObject |
VisibleMinimum
Gets or sets the visible minimum range from the axis.
Declaration
public NSObject VisibleMinimum { get; set; }
Property Value
Type |
---|
Foundation.NSObject |