Click or drag to resize

RendererExtensionsFirstThreeCharsFromHeaderTitle Method

Extracts up to three identifying characters from a header title.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string FirstThreeCharsFromHeaderTitle(
	string title
)

Parameters

title  String
The header title.

Return Value

String
A short identifier derived from the title.
See Also