Click or drag to resize

AxisStyleCollectionCreateDefault Method

Creates the axis style with ShowAxisLine = true and ShowMajorLabels = true

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AxisStyle CreateDefault(
	CSLineID id,
	IReadOnlyPropertyBag context
)

Parameters

id  CSLineID
The axis style identifier.
context  IReadOnlyPropertyBag
Property context used to determine default values, e.g. for the pen width or symbol size.

Return Value

AxisStyle
The newly created axis style, if it was not in the collection before. Returns the unchanged axis style, if it was present already in the collection.
See Also