Click or drag to resize

LabelPlotStyle(IReadableColumn, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the LabelPlotStyle class

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LabelPlotStyle(
	IReadableColumn? labelColumn,
	IReadOnlyPropertyBag context
)

Parameters

labelColumn  IReadableColumn

[Missing <param name="labelColumn"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.LabelPlotStyle.#ctor(Altaxo.Data.IReadableColumn,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.LabelPlotStyle.#ctor(Altaxo.Data.IReadableColumn,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also