Click or drag to resize

PlotItemGetName(String) Method

The name of the plot. The style how to find the name is determined by the style argument. The possible styles depend on the type of plot item.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract string GetName(
	string style
)

Parameters

style  String
The style determines the "verbosity" of the plot name.

Return Value

String
The name of the plot.

Implements

IGPlotItemGetName(String)
See Also