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


Gets or sets a Background object that influences how the entry's icon is drawn.

Syntax

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

Remarks

This object is used with the following settings
LegendEntry.SeriesType = SeriesType.Column

See Also

© 2010 All Rights Reserved.