Problems viewing X-Axis Labels in a Chart View

Problems viewing X-Axis Labels in a Chart View


I am having a small difficulty with a Chart View of a Line Chart in my Zoho Creator application.  If you reference the attached sample image, you will see that on the X-Axis, you can not see the axis labels.  The X-Axis is set to match the "Date" field, however, You can not see the dates on the image.  One 1 chart, I the labels were drawn at a 45 degree angle automatically, but I can not seem to find how to do tell this chart to do it.

Also, how can I set the chart to in chronological order to where the oldest dates are to the left and the newer dates are to the right (opposite of how Zoho Creator deafults the view).

Below is the script for the chart:

chart  x42_4_Way_Usage1
{
    displayname = "74x42 4-Way Usage"
    type = XYLINE
    show  all  rows  from  Main 
    (
        x-axis
        (
            title = "Date"
            field = Date_field
        )
        y-axis
        (
            title = "Usage"
            fields = Usage_P2_SQUD7442N4, Usage_P1_SQUD7442N4
        )
    )
    options
    (
        width  = 1200
    )
}


Is there anyplace that lists out the variables for the chart?