.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Chart Class : DefaultLegendBox Property
DefaultLegendBox Property
Gets a LegendBox object whose property settings will propagate to all other LegendBox objects on the chart image.
Syntax
'Declaration
 
Public ReadOnly Property DefaultLegendBox As LegendBox
'Usage
 
Dim instance As Chart
Dim value As LegendBox
 
value = instance.DefaultLegendBox
public LegendBox DefaultLegendBox {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also