CSAxisInformationWithLogicalValuesForAxisOrgAndEnd Method |
Returns a copy of this instance with different logical start and end values.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CSAxisInformation WithLogicalValuesForAxisOrgAndEnd(
double LogicalValueAxisOrg,
double LogicalValueAxisEnd
)
Parameters
- LogicalValueAxisOrg Double
- The logical start value.
- LogicalValueAxisEnd Double
- The logical end value.
Return Value
CSAxisInformationThe current instance if both values are unchanged; otherwise, a modified copy.
See Also