Uses of Interface
com._1c.g5.v8.dt.chart.model.TrendlineArray
- 
- 
Uses of TrendlineArray in com._1c.g5.v8.dt.chart.modelMethods in com._1c.g5.v8.dt.chart.model that return TrendlineArray Modifier and Type Method Description TrendlineArrayChartFactory. 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.implClasses in com._1c.g5.v8.dt.chart.model.impl that implement TrendlineArray Modifier and Type Class Description classTrendlineArrayImplAn 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 TrendlineArrayChartFactoryImpl. 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.utilMethods in com._1c.g5.v8.dt.chart.model.util with parameters of type TrendlineArray Modifier and Type Method Description TChartSwitch. 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.coreMethods in com._1c.g5.v8.dt.dcs.model.core that return TrendlineArray Modifier and Type Method Description TrendlineArrayChartTrendlinesValue. 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 voidChartTrendlinesValue. setTrendlines(TrendlineArray value)Sets the value of the 'Trendlines' containment reference.
- 
Uses of TrendlineArray in com._1c.g5.v8.dt.dcs.model.core.implMethods in com._1c.g5.v8.dt.dcs.model.core.impl that return TrendlineArray Modifier and Type Method Description TrendlineArrayChartTrendlinesValueImpl. getTrendlines()Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type TrendlineArray Modifier and Type Method Description voidChartTrendlinesValueImpl. setTrendlines(TrendlineArray newTrendlines)
- 
Uses of TrendlineArray in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendlineMethods in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline that return TrendlineArray Modifier and Type Method Description TrendlineArrayITrendlineArrayGridModel. getTrendlineArray()Gets the modelled trendline array.TrendlineArrayTrendlineArrayGridModel. 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.
 
-