Click or drag to resize

AxisBaseMinimumDateTime Property

LightningChart .NET Help
Minimum axis value. Use this property when X axis' ValueType is DateTime.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(DateTime), "2011-01-01T00:00:00.0000000")]
public DateTime MinimumDateTime { get; set; }

Property Value

Type: DateTime
See Also