Represents an item in a LegendBox object.

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

Syntax

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

Type.createClass(
	'Nasosoft.Chart.Drawing.LegendItem',
	Nasosoft.Chart.Drawing.PositionBase);

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.PositionBase
    Nasosoft.Chart.Drawing..::.LegendItem

See Also