Class NumericalStripLine
Inheritance
System.Object
NumericalStripLine
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class NumericalStripLine : ChartStripLine
Constructors
NumericalStripLine()
Declaration
public NumericalStripLine()
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