Class SFChartDateTimeStripLine
This class can be used to render strip lines using DateTime values.
This should be used with SFDateTimeAxis.
Inheritance
System.Object
SFChartDateTimeStripLine
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFChartDateTimeStripLine : SFChartStripLine
Constructors
SFChartDateTimeStripLine()
Declaration
public SFChartDateTimeStripLine()
Properties
RepeatEveryType
Gets or sets the date time unit of the value specified in the RepeatEvery
property.
Declaration
public SFChartDateTimeIntervalType RepeatEveryType { get; set; }
Property Value
RepeatUntil
Gets or sets the axis value that determines till where the strip line has to be repeated in axis.
Declaration
public NSDate 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 NSDate Start { get; set; }
Property Value
WidthType
Gets or sets the date time unit of the value specified in the Width
property.
Declaration
public SFChartDateTimeIntervalType WidthType { 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