Uses of Enum Class
com._1c.g5.v8.dt.chart.model.SeriesOrderInLegend
Packages that use SeriesOrderInLegend
Package
Description
-
Uses of SeriesOrderInLegend in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type SeriesOrderInLegendModifier and TypeFieldDescriptionstatic final List<SeriesOrderInLegend>
SeriesOrderInLegend.VALUES
A public read-only list of all the 'Series Order In Legend' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return SeriesOrderInLegendModifier and TypeMethodDescriptionstatic SeriesOrderInLegend
SeriesOrderInLegend.get
(int value) Returns the 'Series Order In Legend' literal with the specified integer value.static SeriesOrderInLegend
Returns the 'Series Order In Legend' literal with the specified literal value.static SeriesOrderInLegend
Returns the 'Series Order In Legend' literal with the specified name.Chart.getSeriesOrderInLegend()
Returns the value of the 'Series Order In Legend' attribute.static SeriesOrderInLegend
Returns the enum constant of this class with the specified name.static SeriesOrderInLegend[]
SeriesOrderInLegend.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type SeriesOrderInLegendModifier and TypeMethodDescriptionvoid
Chart.setSeriesOrderInLegend
(SeriesOrderInLegend value) Sets the value of the 'Series Order In Legend
' attribute. -
Uses of SeriesOrderInLegend in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return SeriesOrderInLegendModifier and TypeMethodDescriptionChartFactoryImpl.createSeriesOrderInLegendFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getSeriesOrderInLegend()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesOrderInLegendModifier and TypeMethodDescriptionvoid
ChartImpl.setSeriesOrderInLegend
(SeriesOrderInLegend newSeriesOrderInLegend) -
Uses of SeriesOrderInLegend in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return SeriesOrderInLegendMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type SeriesOrderInLegendModifier and TypeMethodDescriptionChartSeriesOrderInLegend.getValueText
(IV8Project v8project, String langCode, SeriesOrderInLegend value) boolean
ChartSeriesOrderInLegend.isValuesEquals
(SeriesOrderInLegend value1, SeriesOrderInLegend value2)