AxisBaseSetDateTimeRange Method |
LightningChart .NET Help
Set date time range. This effects when ValueType is DateTime.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetDateTimeRange(
DateTime minimum,
DateTime maximum
)
Public Sub SetDateTimeRange (
minimum As DateTime,
maximum As DateTime
)
public:
void SetDateTimeRange(
DateTime minimum,
DateTime maximum
)
Parameters
- minimum
- Type: SystemDateTime
Minimum. - maximum
- Type: SystemDateTime
Maximum.
See Also