Uses of Class
com._1c.g5.v8.dt.chart.model.ShowChartPopupReferenceLine
- 
Packages that use ShowChartPopupReferenceLine Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue 
- 
- 
Uses of ShowChartPopupReferenceLine in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type ShowChartPopupReferenceLine Modifier and Type Field Description static List<ShowChartPopupReferenceLine>ShowChartPopupReferenceLine. VALUESA public read-only list of all the 'Show Chart Popup Reference Line' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ShowChartPopupReferenceLine Modifier and Type Method Description static ShowChartPopupReferenceLineShowChartPopupReferenceLine. get(int value)Returns the 'Show Chart Popup Reference Line' literal with the specified integer value.static ShowChartPopupReferenceLineShowChartPopupReferenceLine. get(String literal)Returns the 'Show Chart Popup Reference Line' literal with the specified literal value.static ShowChartPopupReferenceLineShowChartPopupReferenceLine. getByName(String name)Returns the 'Show Chart Popup Reference Line' literal with the specified name.ShowChartPopupReferenceLineChart. getPointsDropLinesShowMode()Returns the value of the 'Points Drop Lines Show Mode' attribute.ShowChartPopupReferenceLineChart. getValuesDropLinesShowMode()Returns the value of the 'Values Drop Lines Show Mode' attribute.static ShowChartPopupReferenceLineShowChartPopupReferenceLine. valueOf(String name)Returns the enum constant of this type with the specified name.static ShowChartPopupReferenceLine[]ShowChartPopupReferenceLine. 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 ShowChartPopupReferenceLine Modifier and Type Method Description voidChart. setPointsDropLinesShowMode(ShowChartPopupReferenceLine value)Sets the value of the 'Points Drop Lines Show Mode' attribute.voidChart. 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.implMethods in com._1c.g5.v8.dt.chart.model.impl that return ShowChartPopupReferenceLine Modifier and Type Method Description ShowChartPopupReferenceLineChartFactoryImpl. createShowChartPopupReferenceLineFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ShowChartPopupReferenceLineChartImpl. getPointsDropLinesShowMode()ShowChartPopupReferenceLineChartImpl. getValuesDropLinesShowMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowChartPopupReferenceLine Modifier and Type Method Description voidChartImpl. setPointsDropLinesShowMode(ShowChartPopupReferenceLine newPointsDropLinesShowMode)voidChartImpl. setValuesDropLinesShowMode(ShowChartPopupReferenceLine newValuesDropLinesShowMode)
- 
Uses of ShowChartPopupReferenceLine in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return ShowChartPopupReferenceLine Modifier and Type Method Description ShowChartPopupReferenceLineChartShowChartPopupReferenceLine. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowChartPopupReferenceLine Modifier and Type Method Description StringChartShowChartPopupReferenceLine. getValueText(IV8Project v8project, String langCode, ShowChartPopupReferenceLine value)booleanChartShowChartPopupReferenceLine. isValuesEquals(ShowChartPopupReferenceLine value1, ShowChartPopupReferenceLine value2)
 
-