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.modelMethods in com._1c.g5.v8.dt.chart.model that return ChartSeriesItem Modifier and Type Method Description ChartSeriesItemChartFactory. createChartSeriesItem()Returns a new object of class 'Series Item'.ChartSeriesItemChart. 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 voidChart. 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.implClasses in com._1c.g5.v8.dt.chart.model.impl that implement ChartSeriesItem Modifier and Type Class Description classChartSeriesItemImplAn 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 ChartSeriesItemChartFactoryImpl. createChartSeriesItem()ChartSeriesItemChartImpl. 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 voidChartImpl. setRealExSeriesData(ChartSeriesItem newRealExSeriesData)
- 
Uses of ChartSeriesItem in com._1c.g5.v8.dt.chart.model.utilMethods in com._1c.g5.v8.dt.chart.model.util with parameters of type ChartSeriesItem Modifier and Type Method Description TChartSwitch. caseChartSeriesItem(ChartSeriesItem object)Returns the result of interpreting the object as an instance of 'Series Item'.
 
-