Click or drag to resize

CSAxisInformationWithLogicalValuesForAxisOrgAndEnd Method

Returns a copy of this instance with different logical start and end values.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSAxisInformation WithLogicalValuesForAxisOrgAndEnd(
	double LogicalValueAxisOrg,
	double LogicalValueAxisEnd
)

Parameters

LogicalValueAxisOrg  Double
The logical start value.
LogicalValueAxisEnd  Double
The logical end value.

Return Value

CSAxisInformation
The current instance if both values are unchanged; otherwise, a modified copy.
See Also