dotnetCHARTING Send comments on this topic.
DefaultLegendBox Property
See Also 
dotnetCHARTING Namespace > Chart Class : DefaultLegendBox Property


Gets a LegendBox object whose property settings will propagate to all other LegendBox objects on the chart image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DefaultLegendBox As LegendBox
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As LegendBox
 
value = instance.DefaultLegendBox
C# 
public LegendBox DefaultLegendBox {get;}

See Also

© 2010 All Rights Reserved.