dotnetCHARTING Send comments on this topic.
DefaultEntry Property
See Also 
dotnetCHARTING Namespace > LegendBox Class : DefaultEntry Property


Gets or sets a LegendEntry that behaves as a vehicle for property settings that will propagate to all entries in this LegendBox.

Syntax

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

Remarks

The property settings of this object will not overwrite properties explicitly set for any given LegendEntry.

See Also

© 2010 All Rights Reserved.