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 ChartSeriesGanttChartFactory. createChartSeries()Returns a new object of class 'Chart Series'.ChartSeriesGanttChart. 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 voidGanttChart. 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 classChartSeriesImplAn 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 ChartSeriesGanttChartFactoryImpl. createChartSeries()ChartSeriesGanttChartImpl. getSeries()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type ChartSeries Modifier and Type Method Description voidGanttChartImpl. 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 TGanttChartSwitch. caseChartSeries(ChartSeries object)Returns the result of interpreting the object as an instance of 'Chart Series'.
-