Class DateTimeStripLine
This class can be used to render strip lines using DateTime values.
This should be used with DateTimeAxis.
Inheritance
System.Object
DateTimeStripLine
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class DateTimeStripLine : ChartStripLine
Constructors
DateTimeStripLine()
Declaration
public DateTimeStripLine()
Properties
RepeatEveryType
Gets or sets the date time unit of the value specified in the RepeatEvery
property.
Declaration
public DateTimeIntervalType RepeatEveryType { get; set; }
Property Value
RepeatUntil
Declaration
public Date RepeatUntil { get; set; }
Property Value
Start
Declaration
public Date Start { get; set; }
Property Value
WidthType
Gets or sets the date time unit of the value specified in the Width
property.
Declaration
public DateTimeIntervalType 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