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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type SeriesOrderInLegend Modifier and Type Field Description static List<SeriesOrderInLegend>
SeriesOrderInLegend. VALUES
A 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 SeriesOrderInLegend
SeriesOrderInLegend. get(int value)
Returns the 'Series Order In Legend' literal with the specified integer value.static SeriesOrderInLegend
SeriesOrderInLegend. get(String literal)
Returns the 'Series Order In Legend' literal with the specified literal value.static SeriesOrderInLegend
SeriesOrderInLegend. getByName(String name)
Returns the 'Series Order In Legend' literal with the specified name.SeriesOrderInLegend
Chart. getSeriesOrderInLegend()
Returns the value of the 'Series Order In Legend' attribute.static SeriesOrderInLegend
SeriesOrderInLegend. 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 void
Chart. setSeriesOrderInLegend(SeriesOrderInLegend value)
Sets the value of the 'Series Order In Legend
' attribute. -
Uses of SeriesOrderInLegend in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return SeriesOrderInLegend Modifier and Type Method Description SeriesOrderInLegend
ChartFactoryImpl. createSeriesOrderInLegendFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
SeriesOrderInLegend
ChartImpl. getSeriesOrderInLegend()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SeriesOrderInLegend Modifier and Type Method Description void
ChartImpl. setSeriesOrderInLegend(SeriesOrderInLegend newSeriesOrderInLegend)
-
Uses of SeriesOrderInLegend in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return SeriesOrderInLegend Modifier and Type Method Description SeriesOrderInLegend
ChartSeriesOrderInLegend. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type SeriesOrderInLegend Modifier and Type Method Description String
ChartSeriesOrderInLegend. getValueText(IV8Project v8project, String langCode, SeriesOrderInLegend value)
boolean
ChartSeriesOrderInLegend. isValuesEquals(SeriesOrderInLegend value1, SeriesOrderInLegend value2)
-