Dundas Chart for ASP.NET
GetHatchBrush Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartGraphics Class : GetHatchBrush Method


hatchStyle
Chart Hatch style.
backColor
Back Color.
foreColor
Fore Color.
Creates a Hatch Brush.

Syntax

Visual Basic (Declaration)  
Public Function GetHatchBrush( _
   ByVal hatchStyle As ChartHatchStyle, _
   ByVal backColor As Color, _
   ByVal foreColor As Color _
) As Brush
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)
C#  
public Brush GetHatchBrush( 
   ChartHatchStyle hatchStyle,
   Color backColor,
   Color 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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.