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


Gets or sets a color hatch patterns are drawn with.

Syntax

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

See Also