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


Gets or sets a Label object that encapsulates default label style properties applied to legend entries drawn in this LegendBox.

Syntax

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

Remarks

This property is the equivalent of LegendBox.DefaultEntry.LabelStyle.

See Also

© 2010 All Rights Reserved.