Represents a collection of LegendItem objects.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class LegendItems _
	Inherits CollectionBase
C#
public class LegendItems : CollectionBase
Visual C++
public ref class LegendItems : public CollectionBase
JavaScript
Nasosoft.Chart.Drawing.LegendItems = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.LegendItems',
	CollectionBase);

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    Nasosoft.Chart.Drawing..::.LegendItems

See Also