Uses of Class
com._1c.g5.v8.dt.chart.model.EnSplineMode
- 
Packages that use EnSplineMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl 
- 
- 
Uses of EnSplineMode in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type EnSplineMode Modifier and Type Field Description static List<EnSplineMode>EnSplineMode. VALUESA public read-only list of all the 'En Spline Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return EnSplineMode Modifier and Type Method Description static EnSplineModeEnSplineMode. get(int value)Returns the 'En Spline Mode' literal with the specified integer value.static EnSplineModeEnSplineMode. get(String literal)Returns the 'En Spline Mode' literal with the specified literal value.static EnSplineModeEnSplineMode. getByName(String name)Returns the 'En Spline Mode' literal with the specified name.EnSplineModeChart. getSplineMode()Returns the value of the 'Spline Mode' attribute.static EnSplineModeEnSplineMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EnSplineMode[]EnSplineMode. 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 EnSplineMode Modifier and Type Method Description voidChart. setSplineMode(EnSplineMode value)Sets the value of the 'Spline Mode' attribute.
- 
Uses of EnSplineMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return EnSplineMode Modifier and Type Method Description EnSplineModeChartFactoryImpl. createEnSplineModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)EnSplineModeChartImpl. getSplineMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type EnSplineMode Modifier and Type Method Description voidChartImpl. setSplineMode(EnSplineMode newSplineMode)
 
-