Uses of Class
com._1c.g5.v8.dt.chart.model.BarChartPointsOrder
-
Packages that use BarChartPointsOrder 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 BarChartPointsOrder in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type BarChartPointsOrder Modifier and Type Field Description static List<BarChartPointsOrder>
BarChartPointsOrder. VALUES
A public read-only list of all the 'Bar Chart Points Order' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return BarChartPointsOrder Modifier and Type Method Description static BarChartPointsOrder
BarChartPointsOrder. get(int value)
Returns the 'Bar Chart Points Order' literal with the specified integer value.static BarChartPointsOrder
BarChartPointsOrder. get(String literal)
Returns the 'Bar Chart Points Order' literal with the specified literal value.BarChartPointsOrder
Chart. getBarChartPointsOrder()
Returns the value of the 'Bar Chart Points Order' attribute.static BarChartPointsOrder
BarChartPointsOrder. getByName(String name)
Returns the 'Bar Chart Points Order' literal with the specified name.static BarChartPointsOrder
BarChartPointsOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static BarChartPointsOrder[]
BarChartPointsOrder. 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 BarChartPointsOrder Modifier and Type Method Description void
Chart. setBarChartPointsOrder(BarChartPointsOrder value)
Sets the value of the 'Bar Chart Points Order
' attribute. -
Uses of BarChartPointsOrder in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return BarChartPointsOrder Modifier and Type Method Description BarChartPointsOrder
ChartFactoryImpl. createBarChartPointsOrderFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
BarChartPointsOrder
ChartImpl. getBarChartPointsOrder()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BarChartPointsOrder Modifier and Type Method Description void
ChartImpl. setBarChartPointsOrder(BarChartPointsOrder newBarChartPointsOrder)
-
Uses of BarChartPointsOrder in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return BarChartPointsOrder Modifier and Type Method Description BarChartPointsOrder
ChartBarChartPointsOrder. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BarChartPointsOrder Modifier and Type Method Description String
ChartBarChartPointsOrder. getValueText(IV8Project v8project, String langCode, BarChartPointsOrder value)
boolean
ChartBarChartPointsOrder. isValuesEquals(BarChartPointsOrder value1, BarChartPointsOrder value2)
-