Uses of Class
com._1c.g5.v8.dt.chart.model.UsedChartValuesAxis
-
-
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type UsedChartValuesAxis Modifier and Type Field Description static List<UsedChartValuesAxis>
UsedChartValuesAxis. VALUES
A public read-only list of all the 'Used Chart Values Axis' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return UsedChartValuesAxis Modifier and Type Method Description static UsedChartValuesAxis
UsedChartValuesAxis. get(int value)
Returns the 'Used Chart Values Axis' literal with the specified integer value.static UsedChartValuesAxis
UsedChartValuesAxis. get(String literal)
Returns the 'Used Chart Values Axis' literal with the specified literal value.static UsedChartValuesAxis
UsedChartValuesAxis. getByName(String name)
Returns the 'Used Chart Values Axis' literal with the specified name.UsedChartValuesAxis
SeriesProperties. getValuesAxisUsage()
Returns the value of the 'Values Axis Usage' attribute.static UsedChartValuesAxis
UsedChartValuesAxis. valueOf(String name)
Returns the enum constant of this type with the specified name.static UsedChartValuesAxis[]
UsedChartValuesAxis. 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 UsedChartValuesAxis Modifier and Type Method Description void
SeriesProperties. setValuesAxisUsage(UsedChartValuesAxis value)
Sets the value of the 'Values Axis Usage
' attribute. -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return UsedChartValuesAxis Modifier and Type Method Description UsedChartValuesAxis
ChartFactoryImpl. createUsedChartValuesAxisFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
UsedChartValuesAxis
SeriesPropertiesImpl. getValuesAxisUsage()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type UsedChartValuesAxis Modifier and Type Method Description void
SeriesPropertiesImpl. setValuesAxisUsage(UsedChartValuesAxis newValuesAxisUsage)
-
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.areaTemplate
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate that return UsedChartValuesAxis Modifier and Type Method Description UsedChartValuesAxis
DataCompositionAreaTemplateChartGroupAppearance. getUsedValueAxisInChart()
Returns the value of the 'Used Value Axis In Chart' attribute.Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate with parameters of type UsedChartValuesAxis Modifier and Type Method Description void
DataCompositionAreaTemplateChartGroupAppearance. setUsedValueAxisInChart(UsedChartValuesAxis value)
Sets the value of the 'Used Value Axis In Chart
' attribute. -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl that return UsedChartValuesAxis Modifier and Type Method Description UsedChartValuesAxis
DataCompositionAreaTemplateChartGroupAppearanceImpl. getUsedValueAxisInChart()
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type UsedChartValuesAxis Modifier and Type Method Description void
DataCompositionAreaTemplateChartGroupAppearanceImpl. setUsedValueAxisInChart(UsedChartValuesAxis newUsedValueAxisInChart)
-
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.core
Methods in com._1c.g5.v8.dt.dcs.model.core that return UsedChartValuesAxis Modifier and Type Method Description UsedChartValuesAxis
DataCompositionAppearance. getUsedValueAxisInChart()
Returns the value of the 'Used Value Axis In Chart' attribute.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type UsedChartValuesAxis Modifier and Type Method Description void
DataCompositionAppearance. setUsedValueAxisInChart(UsedChartValuesAxis value)
Sets the value of the 'Used Value Axis In Chart
' attribute. -
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.model.core.impl
Methods in com._1c.g5.v8.dt.dcs.model.core.impl that return UsedChartValuesAxis Modifier and Type Method Description UsedChartValuesAxis
DataCompositionAppearanceImpl. getUsedValueAxisInChart()
Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type UsedChartValuesAxis Modifier and Type Method Description void
DataCompositionAppearanceImpl. setUsedValueAxisInChart(UsedChartValuesAxis newUsedValueAxisInChart)
-
Uses of UsedChartValuesAxis in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return UsedChartValuesAxis Modifier and Type Method Description UsedChartValuesAxis
UsedChartValuesAxisInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type UsedChartValuesAxis Modifier and Type Method Description String
UsedChartValuesAxisInfo. getValueText(IV8Project v8project, String langCode, UsedChartValuesAxis value)
boolean
UsedChartValuesAxisInfo. isValuesEquals(UsedChartValuesAxis value1, UsedChartValuesAxis value2)
-