Click or drag to resize

LabelPlotStyle(IReadableColumn, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the LabelPlotStyle class.

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

Parameters

labelColumn  IReadableColumn
The label column.
context  IReadOnlyPropertyBag
The property context.
See Also