Uses of Enum Class
com._1c.g5.v8.dt.chart.model.PointsAxisValuesSource
Packages that use PointsAxisValuesSource
Package
Description
-
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 PointsAxisValuesSourceModifier and TypeFieldDescriptionstatic final 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 PointsAxisValuesSourceModifier and TypeMethodDescriptionstatic PointsAxisValuesSource
PointsAxisValuesSource.get
(int value) Returns the 'Points Axis Values Source' literal with the specified integer value.static PointsAxisValuesSource
Returns the 'Points Axis Values Source' literal with the specified literal value.static PointsAxisValuesSource
Returns the 'Points Axis Values Source' literal with the specified name.Chart.getPointsAxisValuesSource()
Returns the value of the 'Points Axis Values Source' attribute.static PointsAxisValuesSource
Returns the enum constant of this class with the specified name.static PointsAxisValuesSource[]
PointsAxisValuesSource.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 PointsAxisValuesSourceModifier and TypeMethodDescriptionvoid
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 PointsAxisValuesSourceModifier and TypeMethodDescriptionChartFactoryImpl.createPointsAxisValuesSourceFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getPointsAxisValuesSource()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type PointsAxisValuesSourceModifier and TypeMethodDescriptionvoid
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 PointsAxisValuesSourceMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type PointsAxisValuesSourceModifier and TypeMethodDescriptionChartPointsAxisValuesSource.getValueText
(IV8Project v8project, String langCode, PointsAxisValuesSource value) boolean
ChartPointsAxisValuesSource.isValuesEquals
(PointsAxisValuesSource value1, PointsAxisValuesSource value2)