AxisStyleCollectionTryGetValue Method |
Tries to get the axis style with the specified identifier.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if a matching axis style was found; otherwise,
false.
See Also