Uses of Interface
com._1c.g5.v8.dt.chart.model.ChartLine
- 
- 
Uses of ChartLine in com._1c.g5.v8.dt.chart.modelMethods in com._1c.g5.v8.dt.chart.model that return ChartLine Modifier and Type Method Description ChartLineChartFactory. createChartLine()Returns a new object of class 'Line'.ChartLineChartReferenceBand. getBorder()Returns the value of the 'Border' containment reference.ChartLineChartScale. getGridLine()Returns the value of the 'Grid Line' containment reference.ChartLineChartReferenceLine. getLine()Returns the value of the 'Line' containment reference.ChartLinePointProperties. getLine()Returns the value of the 'Line' containment reference.ChartLineSeriesProperties. getLine()Returns the value of the 'Line' containment reference.ChartLineTrendline. getLine()Returns the value of the 'Line' containment reference.ChartLineChart. getMultiStageLinkLine()Returns the value of the 'Multi Stage Link Line' containment reference.ChartLineChart. getScaleLine()Returns the value of the 'Scale Line' containment reference.ChartLineChartScale. getScaleLine()Returns the value of the 'Scale Line' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartLine Modifier and Type Method Description voidChartReferenceBand. setBorder(ChartLine value)Sets the value of the 'Border' containment reference.voidChartScale. setGridLine(ChartLine value)Sets the value of the 'Grid Line' containment reference.voidChartReferenceLine. setLine(ChartLine value)Sets the value of the 'Line' containment reference.voidPointProperties. setLine(ChartLine value)Sets the value of the 'Line' containment reference.voidSeriesProperties. setLine(ChartLine value)Sets the value of the 'Line' containment reference.voidTrendline. setLine(ChartLine value)Sets the value of the 'Line' containment reference.voidChart. setMultiStageLinkLine(ChartLine value)Sets the value of the 'Multi Stage Link Line' containment reference.voidChart. setScaleLine(ChartLine value)Sets the value of the 'Scale Line' containment reference.voidChartScale. setScaleLine(ChartLine value)Sets the value of the 'Scale Line' containment reference.
- 
Uses of ChartLine in com._1c.g5.v8.dt.chart.model.implClasses in com._1c.g5.v8.dt.chart.model.impl that implement ChartLine Modifier and Type Class Description classChartLineImplAn implementation of the model object 'Line'.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartLine Modifier and Type Method Description ChartLineChartFactoryImpl. createChartLine()ChartLineChartReferenceBandImpl. getBorder()ChartLineChartScaleImpl. getGridLine()ChartLineChartReferenceLineImpl. getLine()ChartLinePointPropertiesImpl. getLine()ChartLineSeriesPropertiesImpl. getLine()ChartLineTrendlineImpl. getLine()ChartLineChartImpl. getMultiStageLinkLine()ChartLineChartImpl. getScaleLine()ChartLineChartScaleImpl. getScaleLine()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartLine Modifier and Type Method Description voidChartReferenceBandImpl. setBorder(ChartLine newBorder)voidChartScaleImpl. setGridLine(ChartLine newGridLine)voidChartReferenceLineImpl. setLine(ChartLine newLine)voidPointPropertiesImpl. setLine(ChartLine newLine)voidSeriesPropertiesImpl. setLine(ChartLine newLine)voidTrendlineImpl. setLine(ChartLine newLine)voidChartImpl. setMultiStageLinkLine(ChartLine newMultiStageLinkLine)voidChartImpl. setScaleLine(ChartLine newScaleLine)voidChartScaleImpl. setScaleLine(ChartLine newScaleLine)
- 
Uses of ChartLine in com._1c.g5.v8.dt.chart.model.timescaleMethods in com._1c.g5.v8.dt.chart.model.timescale that return ChartLine Modifier and Type Method Description ChartLineTimeScaleLevel. getLine()Returns the value of the 'Line' containment reference.Methods in com._1c.g5.v8.dt.chart.model.timescale with parameters of type ChartLine Modifier and Type Method Description voidTimeScaleLevel. setLine(ChartLine value)Sets the value of the 'Line' containment reference.
- 
Uses of ChartLine in com._1c.g5.v8.dt.chart.model.timescale.implMethods in com._1c.g5.v8.dt.chart.model.timescale.impl that return ChartLine Modifier and Type Method Description ChartLineTimeScaleLevelImpl. getLine()Methods in com._1c.g5.v8.dt.chart.model.timescale.impl with parameters of type ChartLine Modifier and Type Method Description voidTimeScaleLevelImpl. setLine(ChartLine newLine)
- 
Uses of ChartLine in com._1c.g5.v8.dt.chart.model.utilMethods in com._1c.g5.v8.dt.chart.model.util with parameters of type ChartLine Modifier and Type Method Description TChartSwitch. caseChartLine(ChartLine object)Returns the result of interpreting the object as an instance of 'Line'.
- 
Uses of ChartLine in com._1c.g5.v8.dt.dendrogram.modelMethods in com._1c.g5.v8.dt.dendrogram.model that return ChartLine Modifier and Type Method Description ChartLineDendrogram. getLine()Returns the value of the 'Line' containment reference.Methods in com._1c.g5.v8.dt.dendrogram.model with parameters of type ChartLine Modifier and Type Method Description voidDendrogram. setLine(ChartLine value)Sets the value of the 'Line' containment reference.
- 
Uses of ChartLine in com._1c.g5.v8.dt.dendrogram.model.implMethods in com._1c.g5.v8.dt.dendrogram.model.impl that return ChartLine Modifier and Type Method Description ChartLineDendrogramImpl. getLine()Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type ChartLine Modifier and Type Method Description voidDendrogramImpl. setLine(ChartLine newLine)
- 
Uses of ChartLine in com._1c.g5.v8.dt.form.ui.chart.aef.modelsMethods in com._1c.g5.v8.dt.form.ui.chart.aef.models with parameters of type ChartLine Modifier and Type Method Description voidEmfChartLineModel. set(ChartLine value)
- 
Uses of ChartLine in com._1c.g5.v8.dt.ganttchart.modelMethods in com._1c.g5.v8.dt.ganttchart.model that return ChartLine Modifier and Type Method Description ChartLineGanttChart. getLinksLine()Returns the value of the 'Links Line' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type ChartLine Modifier and Type Method Description voidGanttChart. setLinksLine(ChartLine value)Sets the value of the 'Links Line' containment reference.
- 
Uses of ChartLine in com._1c.g5.v8.dt.ganttchart.model.implMethods in com._1c.g5.v8.dt.ganttchart.model.impl that return ChartLine Modifier and Type Method Description ChartLineGanttChartImpl. getLinksLine()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type ChartLine Modifier and Type Method Description voidGanttChartImpl. setLinksLine(ChartLine newLinksLine)
 
-