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


Gets or sets the background object used to fill a gauge face or radar associated with this series.

Syntax

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

Remarks

When using ChartType.Radar (single radar) use Chart.DefaultSeries.Background to control the radar background.

See Also

© 2010 All Rights Reserved.