Hi, I currently have a scheduler for a sight, but I'm having a hard time as to how can I show Time per day(24hours) as well as days in a week both in X axis.
>daypilotplanner.aspx
This is my current tag for the scheduler:
<?xml version="1.0" encoding="utf-16"?>
<Scheduler daysBefore="7" daysAfter="53" step="30" lockHistory="false"> ..... </Scheduler>
It only shows 7days before today and 53 days after (which includes the next month's days), I also want to put in the below the Hours per date.
Any tips would be great! Thanks