CalloutAnnotation.BackHatchStyle Property

.NET Framework (current version)
 

Gets or sets the background hatch style of the annotation.

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

<BrowsableAttribute(True)>
Public Overrides Property BackHatchStyle As ChartHatchStyle

Property Value

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

A ChartHatchStyle value used to draw the annotation background.

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

.NET Framework
Available since 4.0
Return to top
Show: