Class SFNumericalAxis
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
SFNumericalAxis
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFNumericalAxis : SFRangeAxisBase
Constructors
SFNumericalAxis()
Declaration
Properties
RangePadding
Gets or sets a padding type for the numerical axis range.
Declaration
public SFChartNumericalPadding 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
AddStripLine(SFChartStripLine)
Declaration
public override void AddStripLine(SFChartStripLine stripLine)
Parameters
Overrides
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