Spread.Sheets Documentation
dataLabels Method
GC.Spread.Sheets.Charts Namespace > Chart type : dataLabels Method
The chart data labels style of the chart.
Gets or sets the chart data labels style of the chart.
Syntax
var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation);
var returnValue; // Type: any
returnValue = instance.dataLabels(value);
function dataLabels( 
   value : Object
) : any;

Parameters

value
The chart data labels style of the chart.
See Also

Reference

Chart type