StripLine.StripWidthType Property
.NET Framework (current version)
Gets or sets the unit of measurement for the StripWidth property.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property StripWidthType As DateTimeIntervalType
Property Value
Type: System.Web.UI.DataVisualization.Charting.DateTimeIntervalTypeA DateTimeIntervalType enumeration value that indicates the width type. The default value is Auto.
This property determines the units used for the StripWidth property. For example, to set a strip line to represent "one week", you could set this property to Weeks and set the StripWidth property to one (1.0).
You can change the value of this property from Auto to a DateTime value when the relevant axis scale uses a DateTime value.
.NET Framework
Available since 4.0
Available since 4.0
Show: