IGPlotItemGetName(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.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string GetName(
string style
)
Parameters
- style String
- The style determines the "verbosity" of the plot name.
Return Value
StringThe name of the plot.
See Also