Click or drag to resize

XYColumnPlotDataOnChanged Method

Looks whether one of data data columns have changed their data. If this is the case, we must recalculate the boundaries, and trigger the boundary changed event if one of the boundaries have changed.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void OnChanged(
	EventArgs e
)

Parameters

e  EventArgs
The EventArgs instance containing the event data. On return, you can provided transformed event args by this parameter.

Return Value

The return value of the base handling function
See Also