Gets or sets the hatching style of the border skin's frame.
Skin frame back hatch style.
Visual Basic (Declaration) | |
---|---|
Public Property FrameBackHatchStyle As ChartHatchStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ChartHatchStyle FrameBackHatchStyle {get; set;} |
Return Value
A ChartHatchStyle enumeration. The default value is ChartHatchStyle.None.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WebControl |
This property specifies a hatch pattern used by a brush of type HatchBrush. The hatch pattern consists of a solid background color and lines drawn over the background.
For a listing of available hatching styles refer to the ChartHatchStyle enumeration.
Note that the color of hatching lines is determined by the FrameBackGradientEndColor property.
Setting this property for border skins that do not use frames (e.g. SkinStyle=BorderSkinStyle.Raised) will have no effect.
Hatching takes precedence over gradient colors, but not over background images.
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