Gets a collection of additional LegendEntry objects added to the legend.
[Visual Basic]
Public ReadOnly Property ExtraLegendEntries As LegendEntryCollection
[C#]
public LegendEntryCollection ExtraLegendEntries {get;}
[JScript]
public function get ExtraLegendEntries : LegendEntryCollection
This collection allows you to add any number of custom legend entries to the legend of your chart.
[C#]
LegendEntry singleLegendEntry = new LegendEntry(); |
[Visual Basic]
Dim singleLegendEntry As New LegendEntry() |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.