Class ChartAxisRangeStyle
Customize the axis GridLines, TickLines and LabelStyle for specific range.
Inheritance
System.Object
ChartAxisRangeStyle
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ChartAxisRangeStyle : Object
Constructors
ChartAxisRangeStyle()
Declaration
public ChartAxisRangeStyle()
Properties
End
Gets or sets the end range for customizing the axis style.
Declaration
public object End { get; set; }
Property Value
Type |
---|
System.Object |
LabelStyle
Gets or sets options for customizing the axis labels.
Declaration
public SFAxisLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
SFAxisLabelStyle |
MajorGridLineStyle
Gets or sets options for customizing the major gridlines.
Declaration
public SFAxisGridLineStyle MajorGridLineStyle { get; set; }
Property Value
Type |
---|
SFAxisGridLineStyle |
MajorTickStyle
Gets or sets options for customizing the major tick lines.
Declaration
public SFAxisTickStyle MajorTickStyle { get; set; }
Property Value
Type |
---|
SFAxisTickStyle |
MinorGridLineStyle
Gets or sets options for customizing the minor gridline.
Declaration
public SFAxisGridLineStyle MinorGridLineStyle { get; set; }
Property Value
Type |
---|
SFAxisGridLineStyle |
MinorTickStyle
Gets or sets options for customizing the minor tick lines.
Declaration
public SFAxisTickStyle MinorTickStyle { get; set; }
Property Value
Type |
---|
SFAxisTickStyle |
Start
Gets or sets the start range for customizing the axis style.
Declaration
public object Start { get; set; }
Property Value
Type |
---|
System.Object |