public interface SampleData extends IChartObject
The following features are supported:
DataPackage.getSampleData()
Modifier and Type | Method and Description |
---|---|
SampleData |
copyInstance() |
org.eclipse.emf.common.util.EList<BaseSampleData> |
getAncillarySampleData()
Returns the value of the 'Ancillary Sample Data' containment reference list.
|
org.eclipse.emf.common.util.EList<BaseSampleData> |
getBaseSampleData()
Returns the value of the 'Base Sample Data' containment reference list.
|
org.eclipse.emf.common.util.EList<OrthogonalSampleData> |
getOrthogonalSampleData()
Returns the value of the 'Orthogonal Sample Data' containment reference list.
|
org.eclipse.emf.common.util.EList<BaseSampleData> getBaseSampleData()
BaseSampleData
.
Holds the sample data for base series in the chart.
DataPackage.getSampleData_BaseSampleData()
org.eclipse.emf.common.util.EList<OrthogonalSampleData> getOrthogonalSampleData()
OrthogonalSampleData
.
Holds the sample data for orthogonal series in the chart.
DataPackage.getSampleData_OrthogonalSampleData()
org.eclipse.emf.common.util.EList<BaseSampleData> getAncillarySampleData()
BaseSampleData
.
If the meaning of the 'Ancillary Sample Data' containment reference list isn't clear, there really should be more of a description here...
DataPackage.getSampleData_AncillarySampleData()
SampleData copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.