AxisBaseMaximumDateTime Property |
LightningChart .NET Help
Maximum axis value. Use this property when 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:10.0000000")]
public DateTime MaximumDateTime { get; set; }<DefaultValueAttribute(GetType(DateTime), "2011-01-01T00:00:10.0000000")>
Public Property MaximumDateTime As DateTime
Get
Set
public:
[DefaultValueAttribute(typeof(DateTime), L"2011-01-01T00:00:10.0000000")]
property DateTime MaximumDateTime {
DateTime get ();
void set (DateTime value);
}Property Value
Type:
DateTime
See Also