Click or drag to resize

AxisLineStyleColor Property

Get/sets the axis color.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NamedColor Color { get; set; }

Property Value

NamedColor
Returns the color of the axis pen. On setting this value, it sets the color of the axis pen along with the color of the major ticks pen and the color of the minor ticks pen together.
See Also