Uses of Interface
com._1c.g5.v8.dt.chart.model.PointProperties
-
Packages that use PointProperties Package Description com._1c.g5.v8.dt.chart.common 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 PointProperties in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common that return PointProperties Modifier and Type Method Description static PointPropertiesChartUtils. getChartPointByIndex(Chart chart, int index)Returns thePointPropertiesfrom chart with current index. -
Uses of PointProperties in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return PointProperties Modifier and Type Method Description PointPropertiesChartFactory. createPointProperties()Returns a new object of class 'Point Properties'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type PointProperties Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointProperties>Chart. getRealPointData()Returns the value of the 'Real Point Data' containment reference list. -
Uses of PointProperties in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement PointProperties Modifier and Type Class Description classPointPropertiesImplAn implementation of the model object 'Point Properties'.Methods in com._1c.g5.v8.dt.chart.model.impl that return PointProperties Modifier and Type Method Description PointPropertiesChartFactoryImpl. createPointProperties()Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type PointProperties Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointProperties>ChartImpl. getRealPointData() -
Uses of PointProperties in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type PointProperties Modifier and Type Method Description TChartSwitch. casePointProperties(PointProperties object)Returns the result of interpreting the object as an instance of 'Point Properties'.
-