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. 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 ShowInChartLegend Modifier and Type Method Description static ShowInChartLegend
ShowInChartLegend. get(int value)
Returns the 'Show In Chart Legend' literal with the specified integer value.static ShowInChartLegend
ShowInChartLegend. get(String literal)
Returns the 'Show In Chart Legend' literal with the specified literal value.static ShowInChartLegend
ShowInChartLegend. getByName(String name)
Returns the 'Show In Chart Legend' literal with the specified name.ShowInChartLegend
SeriesProperties. getShowGraphicalRepresentationOfDataInChartLegend()
Returns the value of the 'Show Graphical Representation Of Data In Chart Legend' attribute.static ShowInChartLegend
ShowInChartLegend. 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 void
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 ShowInChartLegend Modifier and Type Method Description ShowInChartLegend
ChartFactoryImpl. createShowInChartLegendFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ShowInChartLegend
SeriesPropertiesImpl. getShowGraphicalRepresentationOfDataInChartLegend()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowInChartLegend Modifier and Type Method Description void
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 ShowInChartLegend Modifier and Type Method Description ShowInChartLegend
ChartShowInChartLegendInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowInChartLegend Modifier and Type Method Description String
ChartShowInChartLegendInfo. getValueText(IV8Project v8project, String langCode, ShowInChartLegend value)
boolean
ChartShowInChartLegendInfo. isValuesEquals(ShowInChartLegend value1, ShowInChartLegend value2)
-