public interface ChartWithoutAxes extends Chart
To create an instance use the factory method:
ChartWithoutAxesImpl.create( );
The following features are supported:
ModelPackage.getChartWithoutAxes()
Modifier and Type | Method and Description |
---|---|
ChartWithoutAxes |
copyInstance() |
double |
getCoverage()
Returns the value of the 'Coverage' attribute.
|
double |
getMinSlice()
Returns the value of the 'Min Slice' attribute.
|
java.lang.String |
getMinSliceLabel()
Returns the value of the 'Min Slice Label' attribute.
|
Series[] |
getRunTimeSeries() |
|
getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list.
|
boolean |
isMinSlicePercent()
Returns the value of the 'Min Slice Percent' attribute.
|
boolean |
isSetCoverage()
Returns whether the value of the '
Coverage ' attribute is set. |
boolean |
isSetMinSlice()
Returns whether the value of the '
Min Slice ' attribute is set. |
boolean |
isSetMinSlicePercent()
Returns whether the value of the '
Min Slice Percent ' attribute is set. |
void |
setCoverage(double value)
Sets the value of the '
Coverage ' attribute. |
void |
setMinSlice(double value)
Sets the value of the '
Min Slice ' attribute. |
void |
setMinSliceLabel(java.lang.String value)
Sets the value of the '
Min Slice Label ' attribute. |
void |
setMinSlicePercent(boolean value)
Sets the value of the '
Min Slice Percent ' attribute. |
void |
unsetCoverage()
Unsets the value of the '
Coverage ' attribute. |
void |
unsetMinSlice()
Unsets the value of the '
Min Slice ' attribute. |
void |
unsetMinSlicePercent()
Unsets the value of the '
Min Slice Percent ' attribute. |
clearSections, createSampleRuntimeSeries, getBlock, getDescription, getDimension, getEmptyMessage, getExtendedProperties, getGridColumnCount, getInteractivity, getLegend, getPlot, getSampleData, getScript, getSeriesForLegend, getSeriesThickness, getStyles, getSubType, getTitle, getType, getUnits, getVersion, isSetDimension, isSetGridColumnCount, isSetSeriesThickness, isSetVersion, setBlock, setDescription, setDimension, setEmptyMessage, setGridColumnCount, setInteractivity, setSampleData, setScript, setSeriesThickness, setSubType, setType, setUnits, setVersion, unsetDimension, unsetGridColumnCount, unsetSeriesThickness, unsetVersion
getSeriesDefinitions()
SeriesDefinition
.
Defines the source of the series.
ModelPackage.getChartWithoutAxes_SeriesDefinitions()
double getMinSlice()
isSetMinSlice()
,
unsetMinSlice()
,
setMinSlice(double)
,
ModelPackage.getChartWithoutAxes_MinSlice()
void setMinSlice(double value)
Min Slice
' attribute.
value
- the new value of the 'Min Slice' attribute.isSetMinSlice()
,
unsetMinSlice()
,
getMinSlice()
void unsetMinSlice()
Min Slice
' attribute.
isSetMinSlice()
,
getMinSlice()
,
setMinSlice(double)
boolean isSetMinSlice()
Min Slice
' attribute is set.
unsetMinSlice()
,
getMinSlice()
,
setMinSlice(double)
boolean isMinSlicePercent()
isSetMinSlicePercent()
,
unsetMinSlicePercent()
,
setMinSlicePercent(boolean)
,
ModelPackage.getChartWithoutAxes_MinSlicePercent()
void setMinSlicePercent(boolean value)
Min Slice Percent
' attribute.
value
- the new value of the 'Min Slice Percent' attribute.isSetMinSlicePercent()
,
unsetMinSlicePercent()
,
isMinSlicePercent()
void unsetMinSlicePercent()
Min Slice Percent
' attribute.
boolean isSetMinSlicePercent()
Min Slice Percent
' attribute is set.
unsetMinSlicePercent()
,
isMinSlicePercent()
,
setMinSlicePercent(boolean)
java.lang.String getMinSliceLabel()
setMinSliceLabel(String)
,
ModelPackage.getChartWithoutAxes_MinSliceLabel()
void setMinSliceLabel(java.lang.String value)
Min Slice Label
' attribute.
value
- the new value of the 'Min Slice Label' attribute.getMinSliceLabel()
double getCoverage()
isSetCoverage()
,
unsetCoverage()
,
setCoverage(double)
,
ModelPackage.getChartWithoutAxes_Coverage()
void setCoverage(double value)
Coverage
' attribute.
value
- the new value of the 'Coverage' attribute.isSetCoverage()
,
unsetCoverage()
,
getCoverage()
void unsetCoverage()
Coverage
' attribute.
isSetCoverage()
,
getCoverage()
,
setCoverage(double)
boolean isSetCoverage()
Coverage
' attribute is set.
unsetCoverage()
,
getCoverage()
,
setCoverage(double)
Series[] getRunTimeSeries()
ChartWithoutAxes copyInstance()
copyInstance
in interface Chart
copyInstance
in interface IChartObject
Copyright © 2005-2014 OpenText Corp. All rights reserved.