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.VALUESA 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 ShowInChartLegendShowInChartLegend.get(int value) Returns the 'Show In Chart Legend' literal with the specified integer value.static ShowInChartLegendReturns the 'Show In Chart Legend' literal with the specified literal value.static ShowInChartLegendReturns 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 ShowInChartLegendReturns 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 TypeMethodDescriptionvoidSeriesProperties.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 TypeMethodDescriptionvoidSeriesPropertiesImpl.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) booleanChartShowInChartLegendInfo.isValuesEquals(ShowInChartLegend value1, ShowInChartLegend value2)