Log10TickSpacingGetOrgEndWithGraceAndOneLever Method |
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool GetOrgEndWithGraceAndOneLever(
double scaleOrg,
double scaleEnd,
bool isOrgExtendable,
bool isEndExtendable,
out double propOrg,
out double propEnd
)
Parameters
- scaleOrg Double
- Scale origin.
- scaleEnd Double
- Scale end.
- isOrgExtendable Boolean
- True if the scale org can be extended.
- isEndExtendable Boolean
- True if the scale end can be extended.
- propOrg Double
- Returns the proposed value of the scale origin.
- propEnd Double
- Returns the proposed value of the scale end.
Return Value
Boolean[Missing <returns> documentation for "M:Altaxo.Graph.Scales.Ticks.Log10TickSpacing.GetOrgEndWithGraceAndOneLever(System.Double,System.Double,System.Boolean,System.Boolean,System.Double@,System.Double@)"]
See Also