Annotation.BackHatchStyle Property

.NET Framework (current version)
 

Gets or sets the hatching style of an annotation background.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

abstract BackHatchStyle : ChartHatchStyle with get, set
override BackHatchStyle : ChartHatchStyle with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.ChartHatchStyle

A ChartHatchStyle value used to draw the background.

Two colors are used to draw the hatching, BackColor and BackSecondaryColor.

This property does not apply to line-type annotations, image annotations and text annotations.

.NET Framework
Available since 4.0
Return to top
Show: