MVC5 Classic
Define the X and Y Axis

The axes are defined in an axis array where you can control the aligment of the x or y axis text, visibility of the x or y axis, visibility of the x or y axis text, style of the x or y axis, axes labels, axes position such as north, south, east, or west, through the options, the minimum and maximum axis values, major and minor tick marks.

$("#wijcompositechart").wijcompositechart({
            axis: {
                y: {
                    text: "Total Hardware"
                },
                x: {
                    text: ""
                }
            },

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback