OxyPlot.Avalonia by Oystein Bjorke, Jeremy Koritzinsky

<PackageReference Include="OxyPlot.Avalonia" Version="2.0.0-unstable0952" />

 DateTimeAxis

public class DateTimeAxis : Axis
This is a Avalonia wrapper of OxyPlot.DateTimeAxis.
public static readonly StyledProperty<CalendarWeekRule> CalendarWeekRuleProperty

Identifies the CalendarWeekRule dependency property.

public static readonly StyledProperty<DateTime> FirstDateTimeProperty

Identifies the FirstDateTime dependency property.

public static readonly StyledProperty<DayOfWeek> FirstDayOfWeekProperty

Identifies the FirstDayOfWeek dependency property.

public static readonly StyledProperty<DateTimeIntervalType> IntervalTypeProperty

Identifies the IntervalType dependency property.

public static readonly StyledProperty<DateTime> LastDateTimeProperty

Identifies the LastDateTime dependency property.

public static readonly StyledProperty<DateTimeIntervalType> MinorIntervalTypeProperty

Identifies the MinorIntervalType dependency property.

public CalendarWeekRule CalendarWeekRule { get; set; }

Gets or sets CalendarWeekRule.

public DateTime FirstDateTime { get; set; }

Gets or sets FirstDateTime.

public DayOfWeek FirstDayOfWeek { get; set; }

Gets or sets FirstDayOfWeek.

public DateTimeIntervalType IntervalType { get; set; }

Gets or sets IntervalType.

public DateTime LastDateTime { get; set; }

Gets or sets LastDateTime.

Gets or sets MinorIntervalType.

public DateTimeAxis()

Initializes a new instance of the DateTimeAxis class.