Class SFRangeAxisBase
Serves as a base class for all types of range axis.
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public abstract class SFRangeAxisBase : SFAxis
Constructors
SFRangeAxisBase()
Declaration
public SFRangeAxisBase()
Properties
EdgeLabelsVisibilityMode
Gets or sets a visibility mode of the axis labels for better user experience.
Declaration
public SFChartAxisEdgeLabelsVisibilityMode EdgeLabelsVisibilityMode { get; set; }
Property Value
Type |
---|
SFChartAxisEdgeLabelsVisibilityMode |
Maximum
Gets or sets the maximum value of visible range to be displayed on chart axis. Nice range is calculated automatically based on the provided data, by default.
Declaration
public NSObject Maximum { get; set; }
Property Value
Type |
---|
Foundation.NSObject |
Minimum
Gets or sets the minimum value of visible range to be displayed on chart axis. Nice range is calculated automatically based on the provided data, by default.
Declaration
public NSObject Minimum { get; set; }
Property Value
Type |
---|
Foundation.NSObject |
MinorGridLineStyle
Gets the customized style for the minor gridline.
Declaration
public SFAxisGridLineStyle MinorGridLineStyle { get; }
Property Value
Type |
---|
SFAxisGridLineStyle |
MinorTicksPerInterval
Gets or sets the value that defines the number of minor tick/grid lines that resided between the adjacent major tick/grid lines.
Declaration
public int MinorTicksPerInterval { get; set; }
Property Value
Type |
---|
System.Int32 |
MinorTickStyle
Gets the customized style for the minor tick lines.
Declaration
public SFAxisTickStyle MinorTickStyle { get; }
Property Value
Type |
---|
SFAxisTickStyle |
ShowMinorGridLines
Gets or sets a value indicating whether to show the minor gridlines for the axis.
Declaration
public bool ShowMinorGridLines { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
AddSmallTicksPoint(Double, Double)
Declaration
protected virtual void AddSmallTicksPoint(double position, double interval)
Parameters
Type | Name | Description |
---|---|---|
System.Double | position | |
System.Double | interval |