Uses of Class
com._1c.g5.v8.dt.chart.model.ChartLabelLocation
-
Packages that use ChartLabelLocation Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
Uses of ChartLabelLocation in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartLabelLocation Modifier and Type Field Description static List<ChartLabelLocation>
ChartLabelLocation. VALUES
A public read-only list of all the 'Label Location' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartLabelLocation Modifier and Type Method Description static ChartLabelLocation
ChartLabelLocation. get(int value)
Returns the 'Label Location' literal with the specified integer value.static ChartLabelLocation
ChartLabelLocation. get(String literal)
Returns the 'Label Location' literal with the specified literal value.static ChartLabelLocation
ChartLabelLocation. getByName(String name)
Returns the 'Label Location' literal with the specified name.ChartLabelLocation
Chart. getLabelsLocation()
Returns the value of the 'Labels Location' attribute.ChartLabelLocation
LabelArea. getLocation()
Returns the value of the 'Location' attribute.static ChartLabelLocation
ChartLabelLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartLabelLocation[]
ChartLabelLocation. 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 ChartLabelLocation Modifier and Type Method Description void
Chart. setLabelsLocation(ChartLabelLocation value)
Sets the value of the 'Labels Location
' attribute.void
LabelArea. setLocation(ChartLabelLocation value)
Sets the value of the 'Location
' attribute. -
Uses of ChartLabelLocation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartLabelLocation Modifier and Type Method Description ChartLabelLocation
ChartFactoryImpl. createChartLabelLocationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ChartLabelLocation
ChartImpl. getLabelsLocation()
ChartLabelLocation
LabelAreaImpl. getLocation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartLabelLocation Modifier and Type Method Description void
ChartImpl. setLabelsLocation(ChartLabelLocation newLabelsLocation)
void
LabelAreaImpl. setLocation(ChartLabelLocation newLocation)
-