| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<InteriorColorPattern>
com.spire.presentation.charts.InteriorColorPattern
public enum InteriorColorPattern
| Enum Constant Summary | |
|---|---|
| AUTOautomatically controlled pattern. | |
| CHECKERCheckerboard. | |
| CRISS_CROSSCriss-crossed lines. | |
| DOWNdark diagonal lines running from the upper left to the lower right. | |
| GRAY_1616% gray. | |
| GRAY_2525% gray. | |
| GRAY_5050% gray. | |
| GRAY_7575% gray. | |
| GRAY_88% gray. | |
| GRIDGrid. | |
| HORIZONTALDark horizontal lines. | |
| LIGHT_DOWNLight diagonal lines running from the upper left to the lower right. | |
| LIGHT_HORIZONTALLight horizontal lines. | |
| LIGHT_UPLight diagonal lines running from the lower left to the upper right. | |
| LIGHT_VERTICALLight vertical bars. | |
| LINEAR_GRADIENTA linear gradient. | |
| NONENo pattern. | |
| RECTANGULAR_GRADIENTA rectangular gradient. | |
| SEMI_GRAY_7575% dark. | |
| SOLIDA solid color. | |
| UPDark diagonal lines running from the lower left to the upper right. | |
| VERTICALDark vertical bars. | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Gets the name. | 
|  int | getValue()Gets the value. | 
| Enum Constant Detail | 
|---|
public static final InteriorColorPattern AUTO
public static final InteriorColorPattern CHECKER
public static final InteriorColorPattern CRISS_CROSS
public static final InteriorColorPattern DOWN
public static final InteriorColorPattern GRAY_16
public static final InteriorColorPattern GRAY_25
public static final InteriorColorPattern GRAY_50
public static final InteriorColorPattern GRAY_75
public static final InteriorColorPattern GRAY_8
public static final InteriorColorPattern GRID
public static final InteriorColorPattern HORIZONTAL
public static final InteriorColorPattern LIGHT_DOWN
public static final InteriorColorPattern LIGHT_HORIZONTAL
public static final InteriorColorPattern LIGHT_UP
public static final InteriorColorPattern LIGHT_VERTICAL
public static final InteriorColorPattern LINEAR_GRADIENT
public static final InteriorColorPattern NONE
public static final InteriorColorPattern RECTANGULAR_GRADIENT
public static final InteriorColorPattern SEMI_GRAY_75
public static final InteriorColorPattern SOLID
public static final InteriorColorPattern UP
public static final InteriorColorPattern VERTICAL
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||