Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.ChartSeries
-
Packages that use ChartSeries Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl com._1c.g5.v8.dt.ganttchart.model.util -
-
Uses of ChartSeries in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return ChartSeries Modifier and Type Method Description ChartSeries
GanttChartFactory. createChartSeries()
Returns a new object of class 'Chart Series'.ChartSeries
GanttChart. getSeries()
Returns the value of the 'Series' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type ChartSeries Modifier and Type Method Description void
GanttChart. setSeries(ChartSeries value)
Sets the value of the 'Series
' containment reference. -
Uses of ChartSeries in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement ChartSeries Modifier and Type Class Description class
ChartSeriesImpl
An implementation of the model object 'Chart Series'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return ChartSeries Modifier and Type Method Description ChartSeries
GanttChartFactoryImpl. createChartSeries()
ChartSeries
GanttChartImpl. getSeries()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type ChartSeries Modifier and Type Method Description void
GanttChartImpl. setSeries(ChartSeries newSeries)
-
Uses of ChartSeries in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type ChartSeries Modifier and Type Method Description T
GanttChartSwitch. caseChartSeries(ChartSeries object)
Returns the result of interpreting the object as an instance of 'Chart Series'.
-