Uses of Class
com._1c.g5.v8.dt.chart.model.ChartReferenceLinePosition
-
Packages that use ChartReferenceLinePosition Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
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 ChartReferenceLinePosition Modifier and Type Field Description static 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 ChartReferenceLinePosition Modifier and Type Method Description static ChartReferenceLinePosition
ChartReferenceLinePosition. get(int value)
Returns the 'Reference Line Position' literal with the specified integer value.static ChartReferenceLinePosition
ChartReferenceLinePosition. get(String literal)
Returns the 'Reference Line Position' literal with the specified literal value.static ChartReferenceLinePosition
ChartReferenceLinePosition. getByName(String name)
Returns the 'Reference Line Position' literal with the specified name.ChartReferenceLinePosition
ChartReferenceLine. getPosition()
Returns the value of the 'Position' attribute.static ChartReferenceLinePosition
ChartReferenceLinePosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartReferenceLinePosition[]
ChartReferenceLinePosition. 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 ChartReferenceLinePosition Modifier and Type Method Description void
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 ChartReferenceLinePosition Modifier and Type Method Description ChartReferenceLinePosition
ChartFactoryImpl. createChartReferenceLinePositionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ChartReferenceLinePosition
ChartReferenceLineImpl. getPosition()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartReferenceLinePosition Modifier and Type Method Description void
ChartReferenceLineImpl. setPosition(ChartReferenceLinePosition newPosition)
-