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 Trendline
ChartFactory. 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 class
TrendlineImpl
An implementation of the model object 'Trendline'.Methods in com._1c.g5.v8.dt.chart.model.impl that return Trendline Modifier and Type Method Description Trendline
ChartFactoryImpl. 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 T
ChartSwitch. 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 Trendline
ITrendlineArrayGridModel. addTrendline()
Creates new trendline and adds it to array.Trendline
TrendlineArrayGridModel. addTrendline()
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline with parameters of type Trendline Modifier and Type Method Description void
ITrendlineArrayGridModel. removeTrendline(Trendline trendline)
Removes trendline from array.void
TrendlineArrayGridModel. removeTrendline(Trendline trendline)
-