Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ShowChartPopupReferenceLine
Packages that use ShowChartPopupReferenceLine
Package
Description
-
Uses of ShowChartPopupReferenceLine in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ShowChartPopupReferenceLineModifier and TypeFieldDescriptionstatic final List<ShowChartPopupReferenceLine>
ShowChartPopupReferenceLine.VALUES
A public read-only list of all the 'Show Chart Popup Reference Line' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ShowChartPopupReferenceLineModifier and TypeMethodDescriptionstatic ShowChartPopupReferenceLine
ShowChartPopupReferenceLine.get
(int value) Returns the 'Show Chart Popup Reference Line' literal with the specified integer value.static ShowChartPopupReferenceLine
Returns the 'Show Chart Popup Reference Line' literal with the specified literal value.static ShowChartPopupReferenceLine
Returns the 'Show Chart Popup Reference Line' literal with the specified name.Chart.getPointsDropLinesShowMode()
Returns the value of the 'Points Drop Lines Show Mode' attribute.Chart.getValuesDropLinesShowMode()
Returns the value of the 'Values Drop Lines Show Mode' attribute.static ShowChartPopupReferenceLine
Returns the enum constant of this class with the specified name.static ShowChartPopupReferenceLine[]
ShowChartPopupReferenceLine.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 ShowChartPopupReferenceLineModifier and TypeMethodDescriptionvoid
Chart.setPointsDropLinesShowMode
(ShowChartPopupReferenceLine value) Sets the value of the 'Points Drop Lines Show Mode
' attribute.void
Chart.setValuesDropLinesShowMode
(ShowChartPopupReferenceLine value) Sets the value of the 'Values Drop Lines Show Mode
' attribute. -
Uses of ShowChartPopupReferenceLine in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ShowChartPopupReferenceLineModifier and TypeMethodDescriptionChartFactoryImpl.createShowChartPopupReferenceLineFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getPointsDropLinesShowMode()
ChartImpl.getValuesDropLinesShowMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowChartPopupReferenceLineModifier and TypeMethodDescriptionvoid
ChartImpl.setPointsDropLinesShowMode
(ShowChartPopupReferenceLine newPointsDropLinesShowMode) void
ChartImpl.setValuesDropLinesShowMode
(ShowChartPopupReferenceLine newValuesDropLinesShowMode) -
Uses of ShowChartPopupReferenceLine in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return ShowChartPopupReferenceLineMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowChartPopupReferenceLineModifier and TypeMethodDescriptionChartShowChartPopupReferenceLine.getValueText
(IV8Project v8project, String langCode, ShowChartPopupReferenceLine value) boolean
ChartShowChartPopupReferenceLine.isValuesEquals
(ShowChartPopupReferenceLine value1, ShowChartPopupReferenceLine value2)