ChartArea.BackHatchStyle Property
.NET Framework (current version)
Gets or sets the hatching style of a ChartArea object.
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 ChartHatchStyle enumeration specifies the 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 |
|---|
The color of hatching lines is determined by the BackSecondaryColor property. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
