Click or drag to resize

AxisLineStyleThickness1 Property

Gets/sets the axis thickness.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Thickness1 { get; set; }

Property Value

Double
Returns the thickness of the axis pen. On setting this value, it sets the thickness of the axis pen, the tickness of the major ticks pen, and the thickness of the minor ticks pen together.
See Also