TimeSeriesChart NotifySeriesChange Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Notifies chart series that data/metadata has changed in series model/view properties This method is NOT THREAD SAFE and runs in GUI thread. This method does call aggregation, that is - when this method is called many times within timespan it will rebuild chart only once at the end.

Namespace: NFX.WinForms.Controls.ChartKit.Temporal
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool NotifySeriesChange(
	bool rebuildPanes = false
)

Return Value

Type: OnlineBoolean
See Also