Click or drag to resize

AxisCreationArgumentsTemplateStyle Property

Before showing the axis creation dialog, this property should be set to the currently choosen axis style. At the end of the axis creation dialog, this contains the identifier of the axis that should be used as an template to copy the axis from.

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

Property Value

CSLineID
The template style.
See Also