G2DCoordinateSystemIndexOfAxisStyle Method |
Find the axis style with the given id. If found, returns the index of this style, or -1 otherwise.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int IndexOfAxisStyle(
CSLineID id
)
Parameters
- id CSLineID
- The id to find.
Return Value
Int32Index of the style, or -1 if not found.
See Also