Axis.StripLines Property
.NET Framework (current version)
Gets a StripLinesCollection collection object, which stores all StripLine objects for an axis.
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.StripLinesCollectionA 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
Available since 4.0
Show: