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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ShowChartPopupReferenceLine Modifier and Type Field Description static 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 ShowChartPopupReferenceLine Modifier and Type Method Description static ShowChartPopupReferenceLine
ShowChartPopupReferenceLine. get(int value)
Returns the 'Show Chart Popup Reference Line' literal with the specified integer value.static ShowChartPopupReferenceLine
ShowChartPopupReferenceLine. get(String literal)
Returns the 'Show Chart Popup Reference Line' literal with the specified literal value.static ShowChartPopupReferenceLine
ShowChartPopupReferenceLine. getByName(String name)
Returns the 'Show Chart Popup Reference Line' literal with the specified name.ShowChartPopupReferenceLine
Chart. getPointsDropLinesShowMode()
Returns the value of the 'Points Drop Lines Show Mode' attribute.ShowChartPopupReferenceLine
Chart. getValuesDropLinesShowMode()
Returns the value of the 'Values Drop Lines Show Mode' attribute.static ShowChartPopupReferenceLine
ShowChartPopupReferenceLine. 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 void
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 ShowChartPopupReferenceLine Modifier and Type Method Description ShowChartPopupReferenceLine
ChartFactoryImpl. createShowChartPopupReferenceLineFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ShowChartPopupReferenceLine
ChartImpl. getPointsDropLinesShowMode()
ShowChartPopupReferenceLine
ChartImpl. getValuesDropLinesShowMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ShowChartPopupReferenceLine Modifier and Type Method Description void
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 ShowChartPopupReferenceLine Modifier and Type Method Description ShowChartPopupReferenceLine
ChartShowChartPopupReferenceLine. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ShowChartPopupReferenceLine Modifier and Type Method Description String
ChartShowChartPopupReferenceLine. getValueText(IV8Project v8project, String langCode, ShowChartPopupReferenceLine value)
boolean
ChartShowChartPopupReferenceLine. isValuesEquals(ShowChartPopupReferenceLine value1, ShowChartPopupReferenceLine value2)
-