Static ngStatic ngStatic ngStatic ɵcmpStatic ɵfacThe unit of time for this interval.
The IntervalType is the unit of time for this interval.
The visible axis range at which to apply this interval.
Use Range property for the visible axis range at which to apply this interval.
let xAxis = new IgxTimeXAxisComponent();
xAxis.dataTimeMemberPath="date";
this.chart.axes.add(xAxis);
<igx-data-chart
[dataSource]="data">
<igx-time-x-axis
[labelFormats]="labelFormats"
dateTimeMemberPath="time"
#xAxis>
</igx-time-x-axis>
</igx-data-chart>
Static _create
The interval, expressed as a multiple of IntervalType.
Use the
Intervalproperty expressed as a multiple of IntervalType.