Interval Property
Gets or sets the numeric tick label interval for this axis.
Syntax
Property Value
A System.Double that specifies the numeric tick label interval for this axis.Remarks
Tick labels will increment by this value starting at Axis.Minimum and ending at Axis.Maximum if specified. If not set, the interval is automatically determined based on the data range.
(Applies to quantitative axes with numeric scales)
(Applies to quantitative axes with numeric scales)
Example
Requirements
Target Platforms: 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