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.3179.0 (4.8.3179.0)
Syntax public 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[Missing <returns> documentation for "M:Altaxo.Graph.Scales.Ticks.DateTimeTickSpacing.GetOrgEndWithGraceAndOneLever(System.DateTime,System.DateTime,System.Boolean,System.Boolean,System.DateTime@,System.DateTime@)"]
See Also