Uses of Class
com._1c.g5.v8.dt.chart.model.SeriesOrderInLegend
- 
Packages that use SeriesOrderInLegend 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 SeriesOrderInLegend in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type SeriesOrderInLegend Modifier and Type Field Description static List<SeriesOrderInLegend>SeriesOrderInLegend. VALUESA public read-only list of all the 'Series Order In Legend' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return SeriesOrderInLegend Modifier and Type Method Description static SeriesOrderInLegendSeriesOrderInLegend. get(int value)Returns the 'Series Order In Legend' literal with the specified integer value.static SeriesOrderInLegendSeriesOrderInLegend. get(String literal)Returns the 'Series Order In Legend' literal with the specified literal value.static SeriesOrderInLegendSeriesOrderInLegend. getByName(String name)Returns the 'Series Order In Legend' literal with the specified name.SeriesOrderInLegendChart. getSeriesOrderInLegend()Returns the value of the 'Series Order In Legend' attribute.static SeriesOrderInLegendSeriesOrderInLegend. valueOf(String name)Returns the enum constant of this type with the specified name.static SeriesOrderInLegend[]SeriesOrderInLegend. 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 SeriesOrderInLegend Modifier and Type Method Description voidChart. setSeriesOrderInLegend(SeriesOrderInLegend value)Sets the value of the 'Series Order In Legend' attribute.
- 
Uses of SeriesOrderInLegend in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return SeriesOrderInLegend Modifier and Type Method Description SeriesOrderInLegendChartFactoryImpl. createSeriesOrderInLegendFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)SeriesOrderInLegendChartImpl. getSeriesOrderInLegend()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesOrderInLegend Modifier and Type Method Description voidChartImpl. setSeriesOrderInLegend(SeriesOrderInLegend newSeriesOrderInLegend)
- 
Uses of SeriesOrderInLegend in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return SeriesOrderInLegend Modifier and Type Method Description SeriesOrderInLegendChartSeriesOrderInLegend. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type SeriesOrderInLegend Modifier and Type Method Description StringChartSeriesOrderInLegend. getValueText(IV8Project v8project, String langCode, SeriesOrderInLegend value)booleanChartSeriesOrderInLegend. isValuesEquals(SeriesOrderInLegend value1, SeriesOrderInLegend value2)
 
-