Gets or sets the data hole value.
Type: Object
Default: null
Remarks: Data holes are used as placeholders for data points that indicates data is normally present but not in this case.
Code Example:
var linechart = document.getElementById("wijlinechartDefault").winControl;
WinJS.UI.setOptions(linechart, {
type: "area"
});