Click or drag to resize

AxisStyleCollectionContains Method

Determines whether an axis style with the specified identifier exists.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	CSLineID id
)

Parameters

id  CSLineID
The axis style identifier.

Return Value

Boolean
true if the collection contains the specified style; otherwise, false.
See Also