Gets or Sets the type of Interval gap after which the labels or grids or ticks will repeat in an Axis. It is applicable for AxisX only.
Type: IntervalTypes
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.AxesX>
<vc:Axis Interval="10" IntervalType="Days" .../>
</vc:Chart.AxesX>
</vc:Chart>
Below is the chart after setting IntervalType property in Axis.

Remarks:
For a list of possible values please refer to IntervalTypes.
For DateTime values in AxisX, IntervalType is dependent upon Interval property.