Click or drag to resize

AxisBaseSetDateTimeRange Method

LightningChart .NET Help
Set date time range. This effects when ValueType is DateTime.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void SetDateTimeRange(
	DateTime minimum,
	DateTime maximum
)

Parameters

minimum
Type: SystemDateTime
Minimum.
maximum
Type: SystemDateTime
Maximum.
See Also