Click or drag to resize

DateTimeScaleRescaleConditionsSetUserParameters(BoundaryRescaling, DateTime, BoundaryRescaling, DateTime) Method

Sets user-provided rescaling parameters using absolute date-time values.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SetUserParameters(
	BoundaryRescaling orgRescaling,
	DateTime orgValue,
	BoundaryRescaling endRescaling,
	DateTime endValue
)

Parameters

orgRescaling  BoundaryRescaling
The origin rescaling mode.
orgValue  DateTime
The origin value.
endRescaling  BoundaryRescaling
The end rescaling mode.
endValue  DateTime
The end value.
See Also