Represents an item in a LegendBox object.
Namespace:
Nasosoft.Chart.DrawingAssembly: 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); |
