Returns or sets the chart style. Read/write StyleType.
Returns:
int
getTextFormat
Name
Description
getTextFormat ()
Returns chart text format. The property is not applicable for the following types: ChartType#Treemap, ChartType#Sunburst, ChartType#Waterfall, ChartType#Histogram, ChartType#Funnel, ChartType#BoxAndWhisker. Read-only IChartTextFormat.
Determines whether a chart has a data table. Read/write boolean.
Returns:
boolean
hasLegend
Name
Description
hasLegend ()
Determines whether a chart has a legend. Read/write boolean.
Returns:
boolean
hasRoundedCorners
Name
Description
hasRoundedCorners ()
Specifies the chart area shall have rounded corners. Read/write boolean.
Returns:
boolean
hasTitle
Name
Description
hasTitle ()
Determines whether a chart has a visible title. Read/write boolean.
Returns:
boolean
setDataTable
Name
Description
setDataTable (boolean)
Determines whether a chart has a data table. Read/write boolean.
setDisplayBlanksAs
Name
Description
setDisplayBlanksAs (int)
Returns or sets the way to plot blank cells on a chart. Read/write DisplayBlanksAsType.
setLegend
Name
Description
setLegend (boolean)
Determines whether a chart has a legend. Read/write boolean.
setPlotVisibleCellsOnly
Name
Description
setPlotVisibleCellsOnly (boolean)
Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write boolean.
setRoundedCorners
Name
Description
setRoundedCorners (boolean)
Specifies the chart area shall have rounded corners. Read/write boolean.
setShowDataLabelsOverMaximum
Name
Description
setShowDataLabelsOverMaximum (boolean)
Specifies data labels over the maximum of the chart shall be shown. Read/write boolean.
setStyle
Name
Description
setStyle (int)
Returns or sets the chart style. Read/write StyleType.
setTitle
Name
Description
setTitle (boolean)
Determines whether a chart has a visible title. Read/write boolean.
setType
Name
Description
setType (int)
Returns or sets the chart type. Read/write ChartType.
validateChartLayout
Name
Description
validateChartLayout ()
Calculates actual values of chart elements. The actual values include position of elements that implement IActualLayout interface (IActualLayout.ActualX, IActualLayout.ActualY, IActualLayout.ActualWidth, IActualLayout.ActualHeight) and actual axes values (IAxis.ActualMaxValue, IAxis.ActualMinValue, IAxis.ActualMajorUnit, IAxis.ActualMinorUnit, IAxis.ActualMajorUnitScale, IAxis.ActualMinorUnitScale)