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. VALUESA 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 UsedChartValuesAxisUsedChartValuesAxis. get(int value)Returns the 'Used Chart Values Axis' literal with the specified integer value.static UsedChartValuesAxisUsedChartValuesAxis. get(String literal)Returns the 'Used Chart Values Axis' literal with the specified literal value.static UsedChartValuesAxisUsedChartValuesAxis. getByName(String name)Returns the 'Used Chart Values Axis' literal with the specified name.UsedChartValuesAxisSeriesProperties. getValuesAxisUsage()Returns the value of the 'Values Axis Usage' attribute.static UsedChartValuesAxisUsedChartValuesAxis. 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 voidSeriesProperties. 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 UsedChartValuesAxisChartFactoryImpl. createUsedChartValuesAxisFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)UsedChartValuesAxisSeriesPropertiesImpl. getValuesAxisUsage()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type UsedChartValuesAxis Modifier and Type Method Description voidSeriesPropertiesImpl. 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 UsedChartValuesAxisDataCompositionAreaTemplateChartGroupAppearance. 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 voidDataCompositionAreaTemplateChartGroupAppearance. 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 UsedChartValuesAxisDataCompositionAreaTemplateChartGroupAppearanceImpl. getUsedValueAxisInChart()Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type UsedChartValuesAxis Modifier and Type Method Description voidDataCompositionAreaTemplateChartGroupAppearanceImpl. 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 UsedChartValuesAxisDataCompositionAppearance. 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 voidDataCompositionAppearance. 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 UsedChartValuesAxisDataCompositionAppearanceImpl. getUsedValueAxisInChart()Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type UsedChartValuesAxis Modifier and Type Method Description voidDataCompositionAppearanceImpl. 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 UsedChartValuesAxisUsedChartValuesAxisInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type UsedChartValuesAxis Modifier and Type Method Description StringUsedChartValuesAxisInfo. getValueText(IV8Project v8project, String langCode, UsedChartValuesAxis value)booleanUsedChartValuesAxisInfo. isValuesEquals(UsedChartValuesAxis value1, UsedChartValuesAxis value2)
-