Uses of Enum Class
com._1c.g5.v8.dt.chart.model.BarChartPointsOrder
Packages that use BarChartPointsOrder
Package
Description
-
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 BarChartPointsOrderModifier and TypeFieldDescriptionstatic final 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 BarChartPointsOrderModifier and TypeMethodDescriptionstatic BarChartPointsOrder
BarChartPointsOrder.get
(int value) Returns the 'Bar Chart Points Order' literal with the specified integer value.static BarChartPointsOrder
Returns the 'Bar Chart Points Order' literal with the specified literal value.Chart.getBarChartPointsOrder()
Returns the value of the 'Bar Chart Points Order' attribute.static BarChartPointsOrder
Returns the 'Bar Chart Points Order' literal with the specified name.static BarChartPointsOrder
Returns the enum constant of this class with the specified name.static BarChartPointsOrder[]
BarChartPointsOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type BarChartPointsOrderModifier and TypeMethodDescriptionvoid
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 BarChartPointsOrderModifier and TypeMethodDescriptionChartFactoryImpl.createBarChartPointsOrderFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getBarChartPointsOrder()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BarChartPointsOrderModifier and TypeMethodDescriptionvoid
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 BarChartPointsOrderMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BarChartPointsOrderModifier and TypeMethodDescriptionChartBarChartPointsOrder.getValueText
(IV8Project v8project, String langCode, BarChartPointsOrder value) boolean
ChartBarChartPointsOrder.isValuesEquals
(BarChartPointsOrder value1, BarChartPointsOrder value2)