Uses of Interface
com._1c.g5.v8.dt.chart.model.Trendline
-
Packages that use Trendline 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 com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline -
-
Uses of Trendline in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return Trendline Modifier and Type Method Description TrendlineChartFactory. createTrendline()Returns a new object of class 'Trendline'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type Trendline Modifier and Type Method Description org.eclipse.emf.common.util.EList<Trendline>TrendlineArray. getLine()Returns the value of the 'Line' containment reference list. -
Uses of Trendline in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement Trendline Modifier and Type Class Description classTrendlineImplAn implementation of the model object 'Trendline'.Methods in com._1c.g5.v8.dt.chart.model.impl that return Trendline Modifier and Type Method Description TrendlineChartFactoryImpl. createTrendline()Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type Trendline Modifier and Type Method Description org.eclipse.emf.common.util.EList<Trendline>TrendlineArrayImpl. getLine() -
Uses of Trendline in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type Trendline Modifier and Type Method Description TChartSwitch. caseTrendline(Trendline object)Returns the result of interpreting the object as an instance of 'Trendline'. -
Uses of Trendline in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline that return Trendline Modifier and Type Method Description TrendlineITrendlineArrayGridModel. addTrendline()Creates new trendline and adds it to array.TrendlineTrendlineArrayGridModel. addTrendline()Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline with parameters of type Trendline Modifier and Type Method Description voidITrendlineArrayGridModel. removeTrendline(Trendline trendline)Removes trendline from array.voidTrendlineArrayGridModel. removeTrendline(Trendline trendline)
-