chartlinepatterntype-ag凯发旗舰厅



com.spire.xls
enum chartlinepatterntype

java.lang.object
  extended by java.lang.enum<chartlinepatterntype>
      extended by com.spire.xls.chartlinepatterntype
all implemented interfaces:
java.lang.comparable<chartlinepatterntype>

public enum chartlinepatterntype
extends java.lang.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

solid

public static final chartlinepatterntype solid
represents the solid line pattern setting for chart.

dash

public static final chartlinepatterntype dash
represents the dash line pattern setting for chart.

dot

public static final chartlinepatterntype dot
represents the dot line pattern setting for chart.

dashdot

public static final chartlinepatterntype dashdot
represents the dash-dot line pattern setting for chart.

dashdotdot

public static final chartlinepatterntype dashdotdot
represents the dash-dot-dot line pattern setting for chart.

none

public static final chartlinepatterntype none
represents the no line pattern setting for chart.

darkgray

public static final chartlinepatterntype darkgray
represents the dark gray line pattern setting for chart.

mediumgray

public static final chartlinepatterntype mediumgray
represents the medium gray line pattern setting for chart.

lightgray

public static final chartlinepatterntype lightgray
represents the light gray line pattern setting for chart.


网站地图