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.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type PointsAxisValuesSource Modifier and Type Field Description static List<PointsAxisValuesSource>PointsAxisValuesSource. VALUESA 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 PointsAxisValuesSourcePointsAxisValuesSource. get(int value)Returns the 'Points Axis Values Source' literal with the specified integer value.static PointsAxisValuesSourcePointsAxisValuesSource. get(String literal)Returns the 'Points Axis Values Source' literal with the specified literal value.static PointsAxisValuesSourcePointsAxisValuesSource. getByName(String name)Returns the 'Points Axis Values Source' literal with the specified name.PointsAxisValuesSourceChart. getPointsAxisValuesSource()Returns the value of the 'Points Axis Values Source' attribute.static PointsAxisValuesSourcePointsAxisValuesSource. 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 voidChart. setPointsAxisValuesSource(PointsAxisValuesSource value)Sets the value of the 'Points Axis Values Source' attribute.
- 
Uses of PointsAxisValuesSource in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return PointsAxisValuesSource Modifier and Type Method Description PointsAxisValuesSourceChartFactoryImpl. createPointsAxisValuesSourceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PointsAxisValuesSourceChartImpl. getPointsAxisValuesSource()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type PointsAxisValuesSource Modifier and Type Method Description voidChartImpl. setPointsAxisValuesSource(PointsAxisValuesSource newPointsAxisValuesSource)
- 
Uses of PointsAxisValuesSource in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return PointsAxisValuesSource Modifier and Type Method Description PointsAxisValuesSourceChartPointsAxisValuesSource. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type PointsAxisValuesSource Modifier and Type Method Description StringChartPointsAxisValuesSource. getValueText(IV8Project v8project, String langCode, PointsAxisValuesSource value)booleanChartPointsAxisValuesSource. isValuesEquals(PointsAxisValuesSource value1, PointsAxisValuesSource value2)
 
-