|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<chartlinepatterntype>
com.spire.xls.chartlinepatterntype
public enum chartlinepatterntype
chart line patterns.
enum constant summary | |
---|---|
darkgray
represents the dark gray line pattern setting for chart. |
|
dash
represents the dash line pattern setting for chart. |
|
dashdot
represents the dash-dot line pattern setting for chart. |
|
dashdotdot
represents the dash-dot-dot line pattern setting for chart. |
|
dot
represents the dot line pattern setting for chart. |
|
lightgray
represents the light gray line pattern setting for chart. |
|
mediumgray
represents the medium gray line pattern setting for chart. |
|
none
represents the no line pattern setting for chart. |
|
solid
represents the solid line pattern setting for chart. |
enum constant detail |
---|
public static final chartlinepatterntype solid
public static final chartlinepatterntype dash
public static final chartlinepatterntype dot
public static final chartlinepatterntype dashdot
public static final chartlinepatterntype dashdotdot
public static final chartlinepatterntype none
public static final chartlinepatterntype darkgray
public static final chartlinepatterntype mediumgray
public static final chartlinepatterntype lightgray
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |