public static enum IVolumeProfileChartObject.RowsLayout extends java.lang.Enum<IVolumeProfileChartObject.RowsLayout>
| Enum Constant and Description |
|---|
NUMBER_OF_ROWS |
POINTS_PER_ROW |
| Modifier and Type | Method and Description |
|---|---|
static IVolumeProfileChartObject.RowsLayout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IVolumeProfileChartObject.RowsLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IVolumeProfileChartObject.RowsLayout NUMBER_OF_ROWS
public static final IVolumeProfileChartObject.RowsLayout POINTS_PER_ROW
public static IVolumeProfileChartObject.RowsLayout[] values()
for (IVolumeProfileChartObject.RowsLayout c : IVolumeProfileChartObject.RowsLayout.values()) System.out.println(c);
public static IVolumeProfileChartObject.RowsLayout valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2025. All rights reserved.