|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PictureType>
com.spire.presentation.charts.PictureType
public enum PictureType
Indicates mode of bar picture filling.
Enum Constant Summary | |
---|---|
NONE
Not defined. |
|
STACK
The picture is sized to repeat a maximum of 15 times in the longest stacked bar. |
|
STACK_SCALE
The picture is sized to a specified number of units and repeated the length of the bar. |
|
STRETCH
The picture is stretched the full length of the stacked bar. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
static PictureType |
getPictureTypeFromValue(long value)
Gets the PictureType. |
int |
getValue()
Gets the value. |
Enum Constant Detail |
---|
public static final PictureType NONE
public static final PictureType STACK
public static final PictureType STACK_SCALE
public static final PictureType STRETCH
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static PictureType getPictureTypeFromValue(long value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |