Class ChartAxisRangeStyle
Customize the axis GridLines, TickLines and LabelStyle for specific range.
Inheritance
System.Object
ChartAxisRangeStyle
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.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 ChartAxisLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
ChartAxisLabelStyle |
MajorGridLineStyle
Gets or sets options for customizing the major gridlines.
Declaration
public ChartLineStyle MajorGridLineStyle { get; set; }
Property Value
Type |
---|
ChartLineStyle |
MajorTickStyle
Gets or sets options for customizing the major tick lines.
Declaration
public ChartAxisTickStyle MajorTickStyle { get; set; }
Property Value
Type |
---|
ChartAxisTickStyle |
MinorGridLineStyle
Gets or sets options for customizing the minor gridline.
Declaration
public ChartLineStyle MinorGridLineStyle { get; set; }
Property Value
Type |
---|
ChartLineStyle |
MinorTickStyle
Gets or sets options for customizing the minor tick lines.
Declaration
public ChartAxisTickStyle MinorTickStyle { get; set; }
Property Value
Type |
---|
ChartAxisTickStyle |
Start
Gets or sets the start range for customizing the axis style.
Declaration
public object Start { get; set; }
Property Value
Type |
---|
System.Object |