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. VALUES
A 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 ShowOnChart
ShowOnChart. get(int value)
Returns the 'Show On Chart' literal with the specified integer value.static ShowOnChart
ShowOnChart. get(String literal)
Returns the 'Show On Chart' literal with the specified literal value.static ShowOnChart
ShowOnChart. getByName(String name)
Returns the 'Show On Chart' literal with the specified name.ShowOnChart
SeriesProperties. getShowGraphicalRepresentationOfDataOnChart()
Returns the value of the 'Show Graphical Representation Of Data On Chart' attribute.ShowOnChart
ChartScale. getShowInChart()
Returns the value of the 'Show In Chart' attribute.static ShowOnChart
ShowOnChart. 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 void
SeriesProperties. setShowGraphicalRepresentationOfDataOnChart(ShowOnChart value)
Sets the value of the 'Show Graphical Representation Of Data On Chart
' attribute.void
ChartScale. 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 ShowOnChart
ChartFactoryImpl. createShowOnChartFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ShowOnChart
SeriesPropertiesImpl. getShowGraphicalRepresentationOfDataOnChart()
ShowOnChart
ChartScaleImpl. getShowInChart()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowOnChart Modifier and Type Method Description void
SeriesPropertiesImpl. setShowGraphicalRepresentationOfDataOnChart(ShowOnChart newShowGraphicalRepresentationOfDataOnChart)
void
ChartScaleImpl. 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 ShowOnChart
ChartShowOnChartInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowOnChart Modifier and Type Method Description String
ChartShowOnChartInfo. getValueText(IV8Project v8project, String langCode, ShowOnChart value)
boolean
ChartShowOnChartInfo. 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.
-