Uses of Interface
com._1c.g5.v8.dt.chart.model.SeriesCalcInfo
-
Packages that use SeriesCalcInfo Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.chart.model.util -
-
Uses of SeriesCalcInfo in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return SeriesCalcInfo Modifier and Type Method Description SeriesCalcInfoChartFactory. createSeriesCalcInfo()Returns a new object of class 'Series Calc Info'.SeriesCalcInfoSeriesProperties. getInfo()Returns the value of the 'Info' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type SeriesCalcInfo Modifier and Type Method Description voidSeriesProperties. setInfo(SeriesCalcInfo value)Sets the value of the 'Info' containment reference. -
Uses of SeriesCalcInfo in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement SeriesCalcInfo Modifier and Type Class Description classSeriesCalcInfoImplAn implementation of the model object 'Series Calc Info'.Methods in com._1c.g5.v8.dt.chart.model.impl that return SeriesCalcInfo Modifier and Type Method Description SeriesCalcInfoChartFactoryImpl. createSeriesCalcInfo()SeriesCalcInfoSeriesPropertiesImpl. getInfo()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesCalcInfo Modifier and Type Method Description voidSeriesPropertiesImpl. setInfo(SeriesCalcInfo newInfo) -
Uses of SeriesCalcInfo in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type SeriesCalcInfo Modifier and Type Method Description TChartSwitch. caseSeriesCalcInfo(SeriesCalcInfo object)Returns the result of interpreting the object as an instance of 'Series Calc Info'.
-