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