var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation);
function Chart;
var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation);
function Chart;
Object
GC.Spread.Sheets.Charts.Chart
Name | Description | |
---|---|---|
![]() | Chart Constructor | Represents a chart. |
Name | Description | |
---|---|---|
![]() | axes | Gets or sets the chart axes of the chart. |
![]() | chartArea | Gets or sets the chart area style of the chart. |
![]() | chartType | Gets or sets the type of the chart. |
![]() | dataLabels | Gets or sets the chart data labels style of the chart. |
![]() | dataRange | Gets or sets the whole data range of the chart as formula string. |
![]() | displayBlanksAs | Gets or sets the way that the chart display blank data. |
![]() | displayNaAsBlank | Gets or sets whether to show #N/A cells as blank cells. |
![]() | hoverStyle | Gets or sets the style when user hover over the dataPoint. |
![]() | ignoreHidden | Gets or sets the way that if the chart display hidden rows and columns data. |
![]() | legend | Gets or sets the legend of the chart. |
![]() | series | Gets the series collection of the chart. |
![]() | switchDataOrientation | Switches the data orientation between rows and columns. |
![]() | title | Gets or sets the title of the chart. |
![]() | useAnimation | Gets or sets whether apply animation to the chart. |