Represents a legend box in a ChartArea object.
Namespace:
Nasosoft.Chart.DrawingAssembly: 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); |
