Class RangeAxisBase
Serves as a base class for all types of range axis.
Inheritance
System.Object
RangeAxisBase
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class RangeAxisBase : ChartAxis
Constructors
RangeAxisBase()
Declaration
Properties
EdgeLabelsVisibilityMode
Gets or sets a visibility mode of the axis labels for better user experience.
Declaration
public EdgeLabelsVisibilityMode EdgeLabelsVisibilityMode { get; set; }
Property Value
MinorGridLineStyle
Gets the customized style for the minor gridline.
Declaration
public ChartLineStyle MinorGridLineStyle { get; }
Property Value
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
MinorTickStyle
Gets the customized style for the minor tick lines.
Declaration
public ChartAxisTickStyle MinorTickStyle { get; }
Property Value
ShowMinorGridLines
Gets or sets a value indicating whether to show the minor gridlines for the axis.
Declaration
public bool ShowMinorGridLines { get; set; }
Property Value
Methods
AddSmallTicksPoint(Double, Double)
Declaration
protected virtual void AddSmallTicksPoint(double position, double interval)
Parameters
Type |
Name |
Description |
System.Double |
position |
|
System.Double |
interval |
|
ValueToPolarCoefficient(Double)
Declaration
public override float ValueToPolarCoefficient(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Overrides