DateTimeTickSpacingGetOrgEndWithGraceAndOneLever Method |
Applies the value for
OrgGrace and
EndGrace to the scale and calculated proposed values for the boundaries.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool GetOrgEndWithGraceAndOneLever(
DateTime scaleOrg,
DateTime scaleEnd,
bool isOrgExtendable,
bool isEndExtendable,
out DateTime propOrg,
out DateTime propEnd
)
Parameters
- scaleOrg DateTime
- Scale origin.
- scaleEnd DateTime
- Scale end.
- isOrgExtendable Boolean
- True if the scale org can be extended.
- isEndExtendable Boolean
- True if the scale end can be extended.
- propOrg DateTime
- Returns the proposed value of the scale origin.
- propEnd DateTime
- Returns the proposed value of the scale end.
Return Value
Boolean if the boundaries were modified; otherwise,
.
See Also