Uses of Interface
com._1c.g5.v8.dt.chart.model.TrendlineArray
-
-
Uses of TrendlineArray in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return TrendlineArray Modifier and Type Method Description TrendlineArray
ChartFactory. 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 TrendlineArray Modifier and Type Method Description org.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 TrendlineArray Modifier and Type Class Description class
TrendlineArrayImpl
An implementation of the model object 'Trendline Array'.Methods in com._1c.g5.v8.dt.chart.model.impl that return TrendlineArray Modifier and Type Method Description TrendlineArray
ChartFactoryImpl. createTrendlineArray()
Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type TrendlineArray Modifier and Type Method Description org.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 TrendlineArray Modifier and Type Method Description T
ChartSwitch. 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 TrendlineArray Modifier and Type Method Description TrendlineArray
ChartTrendlinesValue. getTrendlines()
Returns the value of the 'Trendlines' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type TrendlineArray Modifier and Type Method Description void
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 TrendlineArray Modifier and Type Method Description TrendlineArray
ChartTrendlinesValueImpl. getTrendlines()
Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type TrendlineArray Modifier and Type Method Description void
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 TrendlineArray Modifier and Type Method Description TrendlineArray
ITrendlineArrayGridModel. getTrendlineArray()
Gets the modelled trendline array.TrendlineArray
TrendlineArrayGridModel. getTrendlineArray()
Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline with parameters of type TrendlineArray Constructor Description TrendlineArrayGridModel(IModelObjectFactory chartObjectsFactory, IColorProvider colorProvider, IFontProvider fontProvider, IBorderProvider borderProvider, IEditingLanguageManager languageManager, IModelEditingSupport modelEditingSupport, TrendlineArray trendlineArray, IV8Project v8project, Version version)
The constructor.
-