Initializes a new instance of the LegendItem class. initialize all member.
Overload List
Initializes a new instance of the LegendItem class. initialize all member.
public LegendItem();
Initializes a new instance of the LegendItem class with a specified name, Series object and dataPointIndex.
public LegendItem(Series,int);
Initializes a new instance of the LegendItem class with a specified name, Series object and dataPointIndex.
public LegendItem(string,Series,int);
See Also
LegendItem Class | Aspose.Chart Namespace