Click or drag to resize

AxisLineStyle(Boolean, CSAxisSide, IReadOnlyPropertyBag) Constructor

Creates a default axis style.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AxisLineStyle(
	bool showTicks,
	CSAxisSide preferredTickSide,
	IReadOnlyPropertyBag context
)

Parameters

showTicks  Boolean
A value indicating whether ticks should be shown.
preferredTickSide  CSAxisSide
The preferred side for the ticks.
context  IReadOnlyPropertyBag
The property context.
See Also