Click or drag to resize

ResizeGraphOptionsUserDefinedMajorTickLength Property

Gets or sets the user defined major tick length. If this value is set, it will override the standard major tick length that is calculated from the font family and font size.

Namespace: Altaxo.Graph.Graph2D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double? UserDefinedMajorTickLength { get; set; }

Property Value

NullableDouble
The user defined line thickness.
See Also