Axis.StripLines Property

.NET Framework (current version)
 

Gets a StripLinesCollection collection object, which stores all StripLine objects for an axis.

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

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property StripLines As StripLinesCollection

Property Value

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

A StripLinesCollection collection object, which stores all StripLine objects for an axis.

Strip lines are used to draw rectangular strips across a ChartArea object, and are always drawn across the entire <A href="">area.

These strip lines are not related to the grid lines.

.NET Framework
Available since 4.0
Return to top
Show: