ILNumerics Ultimate VS

TickCollectionTickLength Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets/sets the length of the ticks; negative values: flip ticks inside plot cube; unit: fraction of DefaultFont height; default: 0.5f

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public float TickLength { get; set; }

Property Value

Type: Single
Remarks

The length is measured in fractions of the current DefaultFont.Height, i.e. a value of 1 will produce a tick length of exactly the height of the DefaultFont.

Negative values for TickLength will draw the ticks in opposite direction. For 2D plots and colorbars this produces ticks reaching 'inside' the content area.

[ILNumerics Visualization Engine]

See Also

Reference