Class NumericalAxis
Represents a specialized axis to plot data with number values.
This class contains properties to customize grid lines, ticks and
labels. Ranges can be explicitly set using Minimum and Maximum
properties. If the ranges are not specified, nice range and intervals
will be calculated automatically.
Inheritance
System.Object
NumericalAxis
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class NumericalAxis : RangeAxisBase
Constructors
NumericalAxis()
Declaration
Properties
Maximum
Gets or sets the maximum value of visible range to be displayed on chart axis.
Declaration
public double Maximum { get; set; }
Property Value
Minimum
Gets or sets the minimum value of visible range to be displayed on chart axis.
Declaration
public double Minimum { get; set; }
Property Value
RangePadding
Gets or sets a padding type for the numerical axis range.
Declaration
public NumericalPadding RangePadding { get; set; }
Property Value
StripLines
Gets or sets the collection of strip lines to be added to the chart axis.
Declaration
public NumericalStripLinesCollection StripLines { get; set; }
Property Value
Methods
ApplyRangePadding(DoubleRange, Double)
Declaration
protected override DoubleRange ApplyRangePadding(DoubleRange range, double interval)
Parameters
Type |
Name |
Description |
DoubleRange |
range |
|
System.Double |
interval |
|
Returns
Overrides
CalculateActualInterval(DoubleRange, SizeF)
Declaration
protected override double CalculateActualInterval(DoubleRange range, SizeF availableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
range |
|
System.Drawing.SizeF |
availableSize |
|
Returns
Overrides
CalculateActualRange()
Declaration
protected override DoubleRange CalculateActualRange()
Returns
Overrides
CalculateVisibleRange(SizeF)
Declaration
protected override void CalculateVisibleRange(SizeF availableSize)
Parameters
Type |
Name |
Description |
System.Drawing.SizeF |
availableSize |
|
Overrides
GenerateVisibleLabels()
Declaration
protected override void GenerateVisibleLabels()
Overrides