var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation); var returnValue; // Type: any returnValue = instance.displayBlanksAs(value);
function displayBlanksAs( value : DisplayBlanksAs ) : any;
Parameters
- value
- the way that the chart display blank data.
Return Value
If no value is set, returns the way that the chart display blank data, otherwise, returns the chart.