Uses of Class
com._1c.g5.v8.dt.chart.model.ShowOnChart
-
Packages that use ShowOnChart Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue com._1c.g5.v8.dt.form.ui.chart.aef.models -
-
Uses of ShowOnChart in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ShowOnChart Modifier and Type Field Description static List<ShowOnChart>ShowOnChart. VALUESA public read-only list of all the 'Show On Chart' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ShowOnChart Modifier and Type Method Description static ShowOnChartShowOnChart. get(int value)Returns the 'Show On Chart' literal with the specified integer value.static ShowOnChartShowOnChart. get(String literal)Returns the 'Show On Chart' literal with the specified literal value.static ShowOnChartShowOnChart. getByName(String name)Returns the 'Show On Chart' literal with the specified name.ShowOnChartSeriesProperties. getShowGraphicalRepresentationOfDataOnChart()Returns the value of the 'Show Graphical Representation Of Data On Chart' attribute.ShowOnChartChartScale. getShowInChart()Returns the value of the 'Show In Chart' attribute.static ShowOnChartShowOnChart. valueOf(String name)Returns the enum constant of this type with the specified name.static ShowOnChart[]ShowOnChart. 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 ShowOnChart Modifier and Type Method Description voidSeriesProperties. setShowGraphicalRepresentationOfDataOnChart(ShowOnChart value)Sets the value of the 'Show Graphical Representation Of Data On Chart' attribute.voidChartScale. setShowInChart(ShowOnChart value)Sets the value of the 'Show In Chart' attribute. -
Uses of ShowOnChart in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ShowOnChart Modifier and Type Method Description ShowOnChartChartFactoryImpl. createShowOnChartFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ShowOnChartSeriesPropertiesImpl. getShowGraphicalRepresentationOfDataOnChart()ShowOnChartChartScaleImpl. getShowInChart()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowOnChart Modifier and Type Method Description voidSeriesPropertiesImpl. setShowGraphicalRepresentationOfDataOnChart(ShowOnChart newShowGraphicalRepresentationOfDataOnChart)voidChartScaleImpl. setShowInChart(ShowOnChart newShowInChart) -
Uses of ShowOnChart in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return ShowOnChart Modifier and Type Method Description ShowOnChartChartShowOnChartInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowOnChart Modifier and Type Method Description StringChartShowOnChartInfo. getValueText(IV8Project v8project, String langCode, ShowOnChart value)booleanChartShowOnChartInfo. isValuesEquals(ShowOnChart value1, ShowOnChart value2) -
Uses of ShowOnChart in com._1c.g5.v8.dt.form.ui.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models that return types with arguments of type ShowOnChart Modifier and Type Method Description IValue<ShowOnChart>ChartScaleDetailedModel. getShowInChart()IValue<ShowOnChart>IChartScaleDetailedModel. getShowInChart()Gets model value for editing chart scale's "show in chart" property.
-