Uses of Interface
com._1c.g5.v8.dt.chart.model.SeriesProperties
-
Packages that use SeriesProperties 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 SeriesProperties in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return SeriesProperties Modifier and Type Method Description SeriesPropertiesChartFactory. createSeriesProperties()Returns a new object of class 'Series Properties'.SeriesPropertiesChartSeriesItem. getProperties()Returns the value of the 'Properties' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type SeriesProperties Modifier and Type Method Description voidChartSeriesItem. 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 SeriesProperties Modifier and Type Class Description classSeriesPropertiesImplAn implementation of the model object 'Series Properties'.Methods in com._1c.g5.v8.dt.chart.model.impl that return SeriesProperties Modifier and Type Method Description SeriesPropertiesChartFactoryImpl. createSeriesProperties()SeriesPropertiesChartSeriesItemImpl. getProperties()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesProperties Modifier and Type Method Description voidChartSeriesItemImpl. 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 SeriesProperties Modifier and Type Method Description TChartSwitch. caseSeriesProperties(SeriesProperties object)Returns the result of interpreting the object as an instance of 'Series Properties'.
-