Title.BackHatchStyle Property
.NET Framework (current version)
Gets or sets the hatching style for the title.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public ChartHatchStyle BackHatchStyle { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartHatchStyleA ChartHatchStyle enumeration that represents the hatching style for the title. 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: