StripLine.BackHatchStyle Property
.NET Framework (current version)
Gets or sets the hatching style of the strip line.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property BackHatchStyle As ChartHatchStyle
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartHatchStyleA ChartHatchStyle enumeration. The default value is None.
The hatch pattern consists of a solid background color and lines drawn over the background. The two colors used in the hatch style are set by the BackColor and BackSecondaryColor properties. This property is not applicable if the StripWidth property is set to a value of 0.0.
.NET Framework
Available since 4.0
Available since 4.0
Show: