PlotItemGetName(Int32) Method |
The name of the plot. It can be of different length. An argument of zero or less
returns the shortest possible name, higher values return more verbose names.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract string GetName(
int level
)
Parameters
- level Int32
- The naming level, 0 returns the shortest possible name, 1 or more returns more
verbose names.
Return Value
StringThe name of the plot.
Implements
IGPlotItemGetName(Int32)See Also