AxisLineStyleColor Property |
Get/sets the axis color.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public NamedColor Color { get; set; }
Property Value
NamedColorReturns 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