ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Gets/sets the fraction used to modify the lenght of the ticks for every tick level. Default: 0.5f
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Property Value
Type: SingleRemarks
LengthLevelFraction is used to scale minor ticks up or down in relation to the major ticks. Minor ticks are created by specifying a level > 0 for a tick. The resulting length for a tick is computed by: len = [TickLength * [LengthLevelFracion]^[Level]]
A value of 0.5 (default) scales minor ticks (level 1) to half the length of major ticks (level 0).
[ILNumerics Visualization Engine]
See Also