Uses of Interface
com._1c.g5.v8.dt.chart.model.Trendline
Packages that use Trendline
Package
Description
-
Uses of Trendline in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return TrendlineModifier and TypeMethodDescriptionChartFactory.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 -
Uses of Trendline in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement TrendlineModifier and TypeClassDescriptionclass
An implementation of the model object 'Trendline'.Methods in com._1c.g5.v8.dt.chart.model.impl that return TrendlineMethods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type Trendline -
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 TrendlineModifier and TypeMethodDescriptionChartSwitch.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 TrendlineModifier and TypeMethodDescriptionITrendlineArrayGridModel.addTrendline()
Creates new trendline and adds it to array.TrendlineArrayGridModel.addTrendline()
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline with parameters of type TrendlineModifier and TypeMethodDescriptionvoid
ITrendlineArrayGridModel.removeTrendline
(Trendline trendline) Removes trendline from array.void
TrendlineArrayGridModel.removeTrendline
(Trendline trendline) -
Uses of Trendline in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline that return TrendlineConstructors in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline with parameters of type TrendlineModifierConstructorDescriptionIndexedTrendline
(int index, Trendline line, Runnable notifier) The constructor.