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. VALUESA 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 ChartReferenceLinePositionChartReferenceLinePosition. get(int value)Returns the 'Reference Line Position' literal with the specified integer value.static ChartReferenceLinePositionChartReferenceLinePosition. get(String literal)Returns the 'Reference Line Position' literal with the specified literal value.static ChartReferenceLinePositionChartReferenceLinePosition. getByName(String name)Returns the 'Reference Line Position' literal with the specified name.ChartReferenceLinePositionChartReferenceLine. getPosition()Returns the value of the 'Position' attribute.static ChartReferenceLinePositionChartReferenceLinePosition. 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 voidChartReferenceLine. 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 ChartReferenceLinePositionChartFactoryImpl. createChartReferenceLinePositionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ChartReferenceLinePositionChartReferenceLineImpl. getPosition()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartReferenceLinePosition Modifier and Type Method Description voidChartReferenceLineImpl. setPosition(ChartReferenceLinePosition newPosition)
-