Click or drag to resize

ResizeGraphOptionsUserDefinedLineThickness Property

Gets or sets the user defined line thickness. If this value is set, it will override the standard line thickness 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? UserDefinedLineThickness { get; set; }

Property Value

NullableDouble
The user defined line thickness.
See Also