Uses of Interface
com._1c.g5.v8.dt.chart.model.AxisInterval
Packages that use AxisInterval
Package
Description
-
Uses of AxisInterval in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return AxisIntervalModifier and TypeMethodDescriptionChartFactory.createAxisInterval()Returns a new object of class 'Axis Interval'.ChartAxis.getInterval()Returns the value of the 'Interval' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type AxisIntervalModifier and TypeMethodDescriptionvoidChartAxis.setInterval(AxisInterval value) Sets the value of the 'Interval' containment reference. -
Uses of AxisInterval in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement AxisIntervalModifier and TypeClassDescriptionclassAn implementation of the model object 'Axis Interval'.Methods in com._1c.g5.v8.dt.chart.model.impl that return AxisIntervalModifier and TypeMethodDescriptionChartFactoryImpl.createAxisInterval()ChartAxisImpl.getInterval()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type AxisInterval -
Uses of AxisInterval in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type AxisIntervalModifier and TypeMethodDescriptionChartSwitch.caseAxisInterval(AxisInterval object) Returns the result of interpreting the object as an instance of 'Axis Interval'. -
Uses of AxisInterval in com._1c.g5.v8.dt.dcs.ui.aef.models.chart
Constructors in com._1c.g5.v8.dt.dcs.ui.aef.models.chart with parameters of type AxisIntervalModifierConstructorDescriptionEmfIntervalBoundModelValue(AxisInterval interval, org.eclipse.emf.ecore.EStructuralFeature feature) Сonstructor. -
Uses of AxisInterval in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Constructors in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models with parameters of type AxisIntervalModifierConstructorDescriptionBmIntervalBoundModelValue(AxisInterval interval, org.eclipse.emf.ecore.EStructuralFeature feature) The constructor.