Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ShowInChartLegend
Packages that use ShowInChartLegend
Package
Description
-
Uses of ShowInChartLegend in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ShowInChartLegendModifier and TypeFieldDescriptionstatic final List<ShowInChartLegend>
ShowInChartLegend.VALUES
A public read-only list of all the 'Show In Chart Legend' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ShowInChartLegendModifier and TypeMethodDescriptionstatic ShowInChartLegend
ShowInChartLegend.get
(int value) Returns the 'Show In Chart Legend' literal with the specified integer value.static ShowInChartLegend
Returns the 'Show In Chart Legend' literal with the specified literal value.static ShowInChartLegend
Returns the 'Show In Chart Legend' literal with the specified name.SeriesProperties.getShowGraphicalRepresentationOfDataInChartLegend()
Returns the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.static ShowInChartLegend
Returns the enum constant of this class with the specified name.static ShowInChartLegend[]
ShowInChartLegend.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 ShowInChartLegendModifier and TypeMethodDescriptionvoid
SeriesProperties.setShowGraphicalRepresentationOfDataInChartLegend
(ShowInChartLegend value) Sets the value of the 'Show Graphical Representation Of Data In Chart Legend
' attribute. -
Uses of ShowInChartLegend in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ShowInChartLegendModifier and TypeMethodDescriptionChartFactoryImpl.createShowInChartLegendFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SeriesPropertiesImpl.getShowGraphicalRepresentationOfDataInChartLegend()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowInChartLegendModifier and TypeMethodDescriptionvoid
SeriesPropertiesImpl.setShowGraphicalRepresentationOfDataInChartLegend
(ShowInChartLegend newShowGraphicalRepresentationOfDataInChartLegend) -
Uses of ShowInChartLegend in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return ShowInChartLegendMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowInChartLegendModifier and TypeMethodDescriptionChartShowInChartLegendInfo.getValueText
(IV8Project v8project, String langCode, ShowInChartLegend value) boolean
ChartShowInChartLegendInfo.isValuesEquals
(ShowInChartLegend value1, ShowInChartLegend value2)