Uses of Interface
com._1c.g5.v8.dt.chart.model.ChartDataItem
-
Packages that use ChartDataItem 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 ChartDataItem in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return ChartDataItem Modifier and Type Method Description ChartDataItem
ChartFactory. createChartDataItem()
Returns a new object of class 'Data Item'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type ChartDataItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartDataItem>
ChartSeriesItem. getPoints()
Returns the value of the 'Points' containment reference list. -
Uses of ChartDataItem in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement ChartDataItem Modifier and Type Class Description class
ChartDataItemImpl
An implementation of the model object 'Data Item'.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartDataItem Modifier and Type Method Description ChartDataItem
ChartFactoryImpl. createChartDataItem()
Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type ChartDataItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartDataItem>
ChartSeriesItemImpl. getPoints()
-
Uses of ChartDataItem in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type ChartDataItem Modifier and Type Method Description T
ChartSwitch. caseChartDataItem(ChartDataItem object)
Returns the result of interpreting the object as an instance of 'Data Item'.
-