Version

Interval Property

The number of days (or series) skipped between strip lines.
Syntax
'Declaration
 
Public Property Interval As Integer
public int Interval {get; set;}
Remarks

This property allows customization of the frequency of strip lines appearing behind the chart. Please note that the count of items that determine whether a strip line should be drawn or not depends on the axis style (continuous, group by series, or chronological). The value for Interval must be a positive integer (greater than zero).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also