LegendItem.BackHatchStyle Property

.NET Framework (current version)
 

Gets or sets the hatching style of a legend item.

Namespace:   System.Web.UI.DataVisualization.Charting
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.ChartHatchStyle

A 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.

System_CAPS_noteNote

The color of hatching lines is determined by the BackSecondaryColor property.

System_CAPS_noteNote

This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

.NET Framework
Available since 4.0
Return to top
Show: