|
|||||||||
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 |