Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ShowOnChart
Packages that use ShowOnChart
Package
Description
-
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 ShowOnChartModifier and TypeFieldDescriptionstatic final 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 ShowOnChartModifier and TypeMethodDescriptionstatic ShowOnChart
ShowOnChart.get
(int value) Returns the 'Show On Chart' literal with the specified integer value.static ShowOnChart
Returns the 'Show On Chart' literal with the specified literal value.static ShowOnChart
Returns the 'Show On Chart' literal with the specified name.SeriesProperties.getShowGraphicalRepresentationOfDataOnChart()
Returns the value of the 'Show Graphical Representation Of Data On Chart' attribute.ChartScale.getShowInChart()
Returns the value of the 'Show In Chart' attribute.static ShowOnChart
Returns the enum constant of this class with the specified name.static ShowOnChart[]
ShowOnChart.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 ShowOnChartModifier and TypeMethodDescriptionvoid
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 ShowOnChartModifier and TypeMethodDescriptionChartFactoryImpl.createShowOnChartFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SeriesPropertiesImpl.getShowGraphicalRepresentationOfDataOnChart()
ChartScaleImpl.getShowInChart()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowOnChartModifier and TypeMethodDescriptionvoid
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 ShowOnChartMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowOnChartModifier and TypeMethodDescriptionChartShowOnChartInfo.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 ShowOnChartModifier and TypeMethodDescriptionChartScaleDetailedModel.getShowInChart()
IChartScaleDetailedModel.getShowInChart()
Gets model value for editing chart scale's "show in chart" property.