Class LegendItem
This class is obsolete. Use the ChartLegendItem class.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class LegendItem : ChartLegendItem, IDisposable
Constructors
LegendItem()
Overloaded constructor.
Declaration
public LegendItem()
LegendItem(String)
Overloaded constructor.
Declaration
public LegendItem(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | Text of item. |
Implements
System.IDisposable