Represents a legend box in a ChartArea object.

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

Syntax

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

Type.createClass(
	'Nasosoft.Chart.Drawing.LegendBox',
	Nasosoft.Chart.Drawing.DockableBar);

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.DockableBar
    Nasosoft.Chart.Drawing..::.LegendBox

See Also