AxisBaseMinimumDateTime Property |
LightningChart .NET Help
Minimum axis value. Use this property when X axis' ValueType is DateTime.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(DateTime), "2011-01-01T00:00:00.0000000")]
public DateTime MinimumDateTime { get; set; }<DefaultValueAttribute(GetType(DateTime), "2011-01-01T00:00:00.0000000")>
Public Property MinimumDateTime As DateTime
Get
Set
public:
[DefaultValueAttribute(typeof(DateTime), L"2011-01-01T00:00:00.0000000")]
property DateTime MinimumDateTime {
DateTime get ();
void set (DateTime value);
}Property Value
Type:
DateTime
See Also