Uses of Interface
com._1c.g5.v8.dt.chart.model.PointProperties
Packages that use PointProperties
Package
Description
-
Uses of PointProperties in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common that return PointPropertiesModifier and TypeMethodDescriptionstatic 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 PointPropertiesModifier and TypeMethodDescriptionChartFactory.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 PointPropertiesModifier and TypeMethodDescriptionorg.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 PointPropertiesModifier and TypeClassDescriptionclassAn implementation of the model object 'Point Properties'.Methods in com._1c.g5.v8.dt.chart.model.impl that return PointPropertiesMethods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type PointPropertiesModifier and TypeMethodDescriptionorg.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 PointPropertiesModifier and TypeMethodDescriptionChartSwitch.casePointProperties(PointProperties object) Returns the result of interpreting the object as an instance of 'Point Properties'.