Uses of Class
com._1c.g5.v8.dt.chart.model.ShowInChartLegend
-
Packages that use ShowInChartLegend Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue -
-
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 ShowInChartLegend Modifier and Type Field Description static 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 ShowInChartLegend Modifier and Type Method Description static ShowInChartLegendShowInChartLegend. get(int value)Returns the 'Show In Chart Legend' literal with the specified integer value.static ShowInChartLegendShowInChartLegend. get(String literal)Returns the 'Show In Chart Legend' literal with the specified literal value.static ShowInChartLegendShowInChartLegend. getByName(String name)Returns the 'Show In Chart Legend' literal with the specified name.ShowInChartLegendSeriesProperties. getShowGraphicalRepresentationOfDataInChartLegend()Returns the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.static ShowInChartLegendShowInChartLegend. valueOf(String name)Returns the enum constant of this type with the specified name.static ShowInChartLegend[]ShowInChartLegend. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ShowInChartLegend Modifier and Type Method Description voidSeriesProperties. 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 ShowInChartLegend Modifier and Type Method Description ShowInChartLegendChartFactoryImpl. createShowInChartLegendFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ShowInChartLegendSeriesPropertiesImpl. getShowGraphicalRepresentationOfDataInChartLegend()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowInChartLegend Modifier and Type Method Description voidSeriesPropertiesImpl. 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 ShowInChartLegend Modifier and Type Method Description ShowInChartLegendChartShowInChartLegendInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowInChartLegend Modifier and Type Method Description StringChartShowInChartLegendInfo. getValueText(IV8Project v8project, String langCode, ShowInChartLegend value)booleanChartShowInChartLegendInfo. isValuesEquals(ShowInChartLegend value1, ShowInChartLegend value2)
-