StripLine.IntervalOffsetType Property

.NET Framework (current version)
 

Gets or sets the interval offset type of the strip line.

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

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member IntervalOffsetType : DateTimeIntervalType with get, set

Property Value

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

A DateTimeIntervalType enumeration value that indicates the interval type. The default value is Auto.

By default, this property is set to Auto; the actual value of this property is determined by the IntervalType property.

The following code example demonstrates three applications of strip lines. First, horizontal strip lines are added at recurring intervals. Second, vertical strip lines are added to highlight weekend data points. Lastly, a non-recurring strip line is added to denote the mean of the data points in the first series of the chart.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Return to top
Show: