Class SFChartNumericalStripLine
Inheritance
System.Object
SFChartNumericalStripLine
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFChartNumericalStripLine : SFChartStripLine
Constructors
SFChartNumericalStripLine()
Declaration
public SFChartNumericalStripLine()
Properties
RepeatUntil
Gets or sets the axis value that determines till where the strip line has to be repeated in axis.
Declaration
public double RepeatUntil { get; set; }
Property Value
Start
Gets or sets the axis value that represents, from where the strip line should start in axis.
Declaration
public double Start { get; set; }
Property Value
Methods
GetActualPeriodStrip()
Declaration
protected override double GetActualPeriodStrip()
Returns
Overrides
GetActualWidth(Double)
Declaration
protected override double GetActualWidth(double startStrip)
Parameters
Type |
Name |
Description |
System.Double |
startStrip |
|
Returns
Overrides