ILNumerics Ultimate VS

Legend Constructor (IEnumerableLegendItem, Object)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new legend object, provide initial legend items

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Legend(
	IEnumerable<LegendItem> items,
	Object tag = null
)

Parameters

items
Type: System.Collections.GenericIEnumerableLegendItem
Collection of legend items. This cannot be null.
tag (Optional)
Type: SystemObject
[Optional] tag used to identify the legend in the scene. Default: null (LegendTag).
Remarks

[ILNumerics Visualization Engine]

See Also

Reference