Uses of Interface
com._1c.g5.v8.dt.chart.model.SeriesProperties
Packages that use SeriesProperties
Package
Description
-
Uses of SeriesProperties in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return SeriesPropertiesModifier and TypeMethodDescriptionChartFactory.createSeriesProperties()Returns a new object of class 'Series Properties'.ChartSeriesItem.getProperties()Returns the value of the 'Properties' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type SeriesPropertiesModifier and TypeMethodDescriptionvoidChartSeriesItem.setProperties(SeriesProperties value) Sets the value of the 'Properties' containment reference. -
Uses of SeriesProperties in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement SeriesPropertiesModifier and TypeClassDescriptionclassAn implementation of the model object 'Series Properties'.Methods in com._1c.g5.v8.dt.chart.model.impl that return SeriesPropertiesModifier and TypeMethodDescriptionChartFactoryImpl.createSeriesProperties()ChartSeriesItemImpl.getProperties()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesPropertiesModifier and TypeMethodDescriptionvoidChartSeriesItemImpl.setProperties(SeriesProperties newProperties) -
Uses of SeriesProperties in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type SeriesPropertiesModifier and TypeMethodDescriptionChartSwitch.caseSeriesProperties(SeriesProperties object) Returns the result of interpreting the object as an instance of 'Series Properties'.