Click or drag to resize

XYZSurfacePlotItemGetNameByStyle Method

Builds a display name according to the requested naming style mask.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual string GetNameByStyle(
	int style
)

Parameters

style  Int32
The naming style mask.

Return Value

String
The generated display name.
See Also