Lists all the possible constant line title alignment values.
public final enum ConstantLineTitleAlignment
extends Enum<ConstantLineTitleAlignment>
The following methods use the ConstantLineTitleAlignment enumeration's values:
Places the constant line title far from its axis.
public static final ConstantLineTitleAlignment FAR
Type | Description |
---|---|
com_devexpress_dxcharts_ConstantLineTitleAlignment_FAR |
The following image demonstrates this behavior:
Positions the constant line title near its axis.
public static final ConstantLineTitleAlignment NEAR
Type | Description |
---|---|
com_devexpress_dxcharts_ConstantLineTitleAlignment_NEAR |
The following image demonstrates this behavior:
Returns the enumeration constant with the specified name.
public static ConstantLineTitleAlignment valueOf(String name)
Type | Name | Description |
---|---|---|
String | name | The name of the enumeration constant to return. |
Type | Description |
---|---|
com_devexpress_dxcharts_ConstantLineTitleAlignment_valueOf_java_lang_String_ | The ConstantLineTitleAlignment enumeration constant with the specified name. |
Returns the array containing all the ConstantLineTitleAlignment enumeration values in the order they are declared.
public static ConstantLineTitleAlignment[] values()
Type | Description |
---|---|
ConstantLineTitleAlignment[] | The array of the ConstantLineTitleAlignment enumeration values. |