Creates a Hatch Brush.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As ChartGraphics
Dim hatchStyle As ChartHatchStyle
Dim backColor As Color
Dim foreColor As Color
Dim value As Brush
value = instance.GetHatchBrush(hatchStyle, backColor, foreColor)
|
Parameters
- hatchStyle
- Chart Hatch style.
- backColor
- Back Color.
- foreColor
- Fore Color.
Return Value
Brush
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also