Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ChartReferenceLinePosition
Packages that use ChartReferenceLinePosition
-
Uses of ChartReferenceLinePosition in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartReferenceLinePositionModifier and TypeFieldDescriptionstatic final List<ChartReferenceLinePosition>
ChartReferenceLinePosition.VALUES
A public read-only list of all the 'Reference Line Position' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartReferenceLinePositionModifier and TypeMethodDescriptionstatic ChartReferenceLinePosition
ChartReferenceLinePosition.get
(int value) Returns the 'Reference Line Position' literal with the specified integer value.static ChartReferenceLinePosition
Returns the 'Reference Line Position' literal with the specified literal value.static ChartReferenceLinePosition
Returns the 'Reference Line Position' literal with the specified name.ChartReferenceLine.getPosition()
Returns the value of the 'Position' attribute.static ChartReferenceLinePosition
Returns the enum constant of this class with the specified name.static ChartReferenceLinePosition[]
ChartReferenceLinePosition.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 ChartReferenceLinePositionModifier and TypeMethodDescriptionvoid
ChartReferenceLine.setPosition
(ChartReferenceLinePosition value) Sets the value of the 'Position
' attribute. -
Uses of ChartReferenceLinePosition in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartReferenceLinePositionModifier and TypeMethodDescriptionChartFactoryImpl.createChartReferenceLinePositionFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartReferenceLineImpl.getPosition()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartReferenceLinePositionModifier and TypeMethodDescriptionvoid
ChartReferenceLineImpl.setPosition
(ChartReferenceLinePosition newPosition)