marginBottom

A value that indicates the bottom margin of the chart area.

Type: Number

Default: 25

Code Example:

var linechart = document.getElementById("wijlinechartDefault").winControl;

                WinJS.UI.setOptions(linechart, {

                           marginBottom: 25

});


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.