Click or drag to resize

DateTimeScaleProcessDataBounds(DateTime, DateTime, DateTimeScaleRescaleConditions) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Deprecated.DateTimeScale.ProcessDataBounds(System.DateTime,System.DateTime,Altaxo.Graph.Scales.Rescaling.DateTimeScaleRescaleConditions)"]


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

Parameters

xorg  DateTime

[Missing <param name="xorg"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.DateTimeScale.ProcessDataBounds(System.DateTime,System.DateTime,Altaxo.Graph.Scales.Rescaling.DateTimeScaleRescaleConditions)"]

xend  DateTime

[Missing <param name="xend"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.DateTimeScale.ProcessDataBounds(System.DateTime,System.DateTime,Altaxo.Graph.Scales.Rescaling.DateTimeScaleRescaleConditions)"]

rescaling  DateTimeScaleRescaleConditions

[Missing <param name="rescaling"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.DateTimeScale.ProcessDataBounds(System.DateTime,System.DateTime,Altaxo.Graph.Scales.Rescaling.DateTimeScaleRescaleConditions)"]

See Also