Version

MinimumValue Property (OrdinalTimeXAxis)

Sets the minimum DateTime value to be displayed on this axis.
Syntax
public DateTime MinimumValue {get; set;}
Remarks
This property can be used to constrain the items displayed on the axis, within the range of DateTimes in the ItemsSource. It will ignore any setting outside the actual range of data.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also