Click or drag to resize

AxisStyleCollectionTryGetValue Method

Tries to get the axis style with the specified identifier.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TryGetValue(
	CSLineID id,
	out AxisStyle value
)

Parameters

id  CSLineID
The axis style identifier.
value  AxisStyle
When this method returns true, contains the matching axis style.

Return Value

Boolean
true if a matching axis style was found; otherwise, false.
See Also