Click or drag to resize

ColumnDrivenSymbolSizePlotStyleInternalSetDataColumnProxy Method

Sets the data column proxy and creates the necessary event links.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void InternalSetDataColumnProxy(
	IReadableColumnProxy proxy
)

Parameters

proxy  IReadableColumnProxy
The readable column proxy to assign.
See Also