Visual Basic (Declaration) | |
---|---|
Public Property LegendBox As LegendBox |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LegendBox LegendBox {get; set;} |
This property is null by default. By instantiating a new
LegendBox, LegendEntry objects of the series or element in
this chart area will appear in this LegendBox. Otherwise, they would appear in the main
chart area's legend box (Chart.ChartArea.LegendBox).