marginTop

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

Type: Number

Default: 25

Code Example:

var scatterchart = document.getElementById("wijscatterchartDefault").winControl;

                WinJS.UI.setOptions(scatterchart, {

                     marginTop: 25

});


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