SeriesView BuildElements Method NFX Class Library

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

Override to build elements that render the data by adding drawable elements to the chart. Returns how many samples could fit

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

public abstract int BuildElements(
	TimeSeriesChart chart,
	PlotPane pane,
	TimeSeries series,
	int maxSampleWidth
)

Return Value

Type: OnlineInt32
See Also