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 SeriesCalcInfo
ChartFactory. createSeriesCalcInfo()
Returns a new object of class 'Series Calc Info'.SeriesCalcInfo
SeriesProperties. 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 void
SeriesProperties. 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 class
SeriesCalcInfoImpl
An 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 SeriesCalcInfo
ChartFactoryImpl. createSeriesCalcInfo()
SeriesCalcInfo
SeriesPropertiesImpl. getInfo()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesCalcInfo Modifier and Type Method Description void
SeriesPropertiesImpl. 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 T
ChartSwitch. caseSeriesCalcInfo(SeriesCalcInfo object)
Returns the result of interpreting the object as an instance of 'Series Calc Info'.
-