public interface DialChart extends ChartWithoutAxes
To create an instance use the factory method:
DialChartImpl.create( );
The following features are supported:
ModelPackage.getDialChart()
Modifier and Type | Method and Description |
---|---|
DialChart |
copyInstance() |
boolean |
isDialSuperimposition()
Returns the value of the 'Dial Superimposition' attribute.
|
boolean |
isSetDialSuperimposition()
Returns whether the value of the '
Dial Superimposition ' attribute is set. |
void |
setDialSuperimposition(boolean value)
Sets the value of the '
Dial Superimposition ' attribute. |
void |
unsetDialSuperimposition()
Unsets the value of the '
Dial Superimposition ' attribute. |
getCoverage, getMinSlice, getMinSliceLabel, getRunTimeSeries, getSeriesDefinitions, isMinSlicePercent, isSetCoverage, isSetMinSlice, isSetMinSlicePercent, setCoverage, setMinSlice, setMinSliceLabel, setMinSlicePercent, unsetCoverage, unsetMinSlice, unsetMinSlicePercent
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
boolean isDialSuperimposition()
"true"
.
The boolean attribute "DialSuperimposition" specifies whether all
dials are superimposed on one another, or laid out in separate cells.
isSetDialSuperimposition()
,
unsetDialSuperimposition()
,
setDialSuperimposition(boolean)
,
ModelPackage.getDialChart_DialSuperimposition()
void setDialSuperimposition(boolean value)
Dial Superimposition
' attribute.
value
- the new value of the 'Dial Superimposition' attribute.isSetDialSuperimposition()
,
unsetDialSuperimposition()
,
isDialSuperimposition()
void unsetDialSuperimposition()
Dial Superimposition
' attribute.
boolean isSetDialSuperimposition()
Dial Superimposition
' attribute is set.
unsetDialSuperimposition()
,
isDialSuperimposition()
,
setDialSuperimposition(boolean)
DialChart copyInstance()
copyInstance
in interface Chart
copyInstance
in interface ChartWithoutAxes
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.