Hi Brijesh,
Thank you for contacting Syncfusion support.
We can disable the time scale in Scheduler and for the same we have prepared the below sample for your reference.
<Code>
<ej-schedule id="Schedule1" width="100%" height="525px" currentDate="5/2/2017" currentView="day" [timeScale.enable]="false"
[appointmentSettings.dataSource]=dataSource
[appointmentSettings.applyTimeOffset]="false"
appointmentSettings.id="Id"
appointmentSettings.subject="Subject"
appointmentSettings.startTime="StartTime"
appointmentSettings.endTime="EndTime"
appointmentSettings.allDay="AllDay"
appointmentSettings.recurrence="Recurrence"
appointmentSettings.recurrenceRule="RecurrenceRule">
</ej-schedule>
</Code>
Regards,
Karthigeyan