Uses of Interface
com._1c.g5.v8.dt.chart.model.ChartSeriesItem
-
Packages that use ChartSeriesItem Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.chart.model.util -
-
Uses of ChartSeriesItem in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return ChartSeriesItem Modifier and Type Method Description ChartSeriesItem
ChartFactory. createChartSeriesItem()
Returns a new object of class 'Series Item'.ChartSeriesItem
Chart. getRealExSeriesData()
Returns the value of the 'Real Ex Series Data' containment reference.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type ChartSeriesItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartSeriesItem>
Chart. getRealSeriesData()
Returns the value of the 'Real Series Data' containment reference list.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartSeriesItem Modifier and Type Method Description void
Chart. setRealExSeriesData(ChartSeriesItem value)
Sets the value of the 'Real Ex Series Data
' containment reference. -
Uses of ChartSeriesItem in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement ChartSeriesItem Modifier and Type Class Description class
ChartSeriesItemImpl
An implementation of the model object 'Series Item'.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartSeriesItem Modifier and Type Method Description ChartSeriesItem
ChartFactoryImpl. createChartSeriesItem()
ChartSeriesItem
ChartImpl. getRealExSeriesData()
Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type ChartSeriesItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartSeriesItem>
ChartImpl. getRealSeriesData()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartSeriesItem Modifier and Type Method Description void
ChartImpl. setRealExSeriesData(ChartSeriesItem newRealExSeriesData)
-
Uses of ChartSeriesItem in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type ChartSeriesItem Modifier and Type Method Description T
ChartSwitch. caseChartSeriesItem(ChartSeriesItem object)
Returns the result of interpreting the object as an instance of 'Series Item'.
-