Click or drag to resize

DateTimeScaleProcessDataBounds(DateTime, DateTime, DateTimeScaleRescaleConditions) Method

Processes the specified data bounds using the supplied rescaling conditions.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ProcessDataBounds(
	DateTime xorg,
	DateTime xend,
	DateTimeScaleRescaleConditions rescaling
)

Parameters

xorg  DateTime
The lower data bound.
xend  DateTime
The upper data bound.
rescaling  DateTimeScaleRescaleConditions
The rescaling conditions to apply.
See Also