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


Gets or sets a Label object that defines the font and color of this LegendEntry object's text.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.