ILNumerics Ultimate VS

TickCollectionDefaultTickLabelSize Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the default size of tick labels in pixels or sets it. Default: actual size of [!:TickSizeMeasureDefaultTemplate] with [!:DefaultLabel.Font].

[ILNumerics Visualization Engine]

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

public SizeF DefaultTickLabelSize { get; set; }

Property Value

Type: SizeF
Remarks

The property is used for axis configuration and layout. It serves as a placeholder for the size of a tick label and helps positioning other components of the axis relative to that size. One example is the axis main label which per default is placed outside of the ticks.

With custom ticks it might be necessary to modify this value in order to better reflect the actual tick label size.

[ILNumerics Visualization Engine]

See Also

Reference