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


Gets or sets a Background object used to fill this AxisMarker object's range on a ChartArea.

Syntax

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

See Also