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.Graph2DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic double? UserDefinedLineThickness { get; set; }
Property Value
NullableDouble
The user defined line thickness.
See Also