Uses of Interface
com._1c.g5.v8.dt.chart.model.TrendlineArray
Packages that use TrendlineArray
Package
Description
-
Uses of TrendlineArray in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return TrendlineArrayModifier and TypeMethodDescriptionChartFactory.createTrendlineArray()
Returns a new object of class 'Trendline Array'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type TrendlineArrayModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TrendlineArray>
Chart.getTrendLinesArray()
Returns the value of the 'Trend Lines Array' containment reference list. -
Uses of TrendlineArray in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement TrendlineArrayModifier and TypeClassDescriptionclass
An implementation of the model object 'Trendline Array'.Methods in com._1c.g5.v8.dt.chart.model.impl that return TrendlineArrayMethods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type TrendlineArrayModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TrendlineArray>
ChartImpl.getTrendLinesArray()
-
Uses of TrendlineArray in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type TrendlineArrayModifier and TypeMethodDescriptionChartSwitch.caseTrendlineArray
(TrendlineArray object) Returns the result of interpreting the object as an instance of 'Trendline Array'. -
Uses of TrendlineArray in com._1c.g5.v8.dt.dcs.model.core
Methods in com._1c.g5.v8.dt.dcs.model.core that return TrendlineArrayModifier and TypeMethodDescriptionChartTrendlinesValue.getTrendlines()
Returns the value of the 'Trendlines' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type TrendlineArrayModifier and TypeMethodDescriptionvoid
ChartTrendlinesValue.setTrendlines
(TrendlineArray value) Sets the value of the 'Trendlines
' containment reference. -
Uses of TrendlineArray in com._1c.g5.v8.dt.dcs.model.core.impl
Methods in com._1c.g5.v8.dt.dcs.model.core.impl that return TrendlineArrayMethods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type TrendlineArrayModifier and TypeMethodDescriptionvoid
ChartTrendlinesValueImpl.setTrendlines
(TrendlineArray newTrendlines) -
Uses of TrendlineArray 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 TrendlineArrayModifier and TypeMethodDescriptionITrendlineArrayGridModel.getTrendlineArray()
Gets the modelled trendline array.TrendlineArrayGridModel.getTrendlineArray()
Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline with parameters of type TrendlineArrayModifierConstructorDescriptionTrendlineArrayGridModel
(IModelObjectFactory chartObjectsFactory, IColorProvider colorProvider, IFontProvider fontProvider, IBorderProvider borderProvider, IEditingLanguageManager languageManager, IModelEditingSupport modelEditingSupport, TrendlineArray trendlineArray, IV8Project v8project, Version version) The constructor. -
Uses of TrendlineArray 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 with parameters of type TrendlineArray