An option that indicates the type of chart to be displayed. The available options are "line" or "area".
Type: String
Default:"line"
Code Example:
var linechart = document.getElementById("wijlinechartDefault").winControl;
WinJS.UI.setOptions(linechart, {
type: "area"
}
});