Click or drag to resize

XYZDensityImagePlotItemGetNameByStyle Method

Gets the display name for a given style mask.

Namespace: Altaxo.Graph.Gdi.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 style mask.

Return Value

String
The display name.
See Also