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 SeriesProperties
ChartFactory. createSeriesProperties()
Returns a new object of class 'Series Properties'.SeriesProperties
ChartSeriesItem. 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 void
ChartSeriesItem. 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 class
SeriesPropertiesImpl
An 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 SeriesProperties
ChartFactoryImpl. createSeriesProperties()
SeriesProperties
ChartSeriesItemImpl. getProperties()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesProperties Modifier and Type Method Description void
ChartSeriesItemImpl. 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 T
ChartSwitch. caseSeriesProperties(SeriesProperties object)
Returns the result of interpreting the object as an instance of 'Series Properties'.
-