crossbetweentype-ag凯发旗舰厅



com.spire.presentation.charts
enum crossbetweentype

java.lang.object
  extended by java.lang.enum<crossbetweentype>
      extended by com.spire.presentation.charts.crossbetweentype
all implemented interfaces:
java.lang.comparable<crossbetweentype>

public enum crossbetweentype
extends java.lang.enum<crossbetweentype>

enum constant summary
between
          specifies the value axis shcall cross the category axis between data markers.
midpoint_of_category
          specifies the value axis shall cross the category axis at the midpoint of a category.
none
          not specified,then the application should choose an appropriate behavior.
 
method summary
 java.lang.string getname()
          get the name.
 int getvalue()
          get the value.
 
enum constant detail

none

public static final crossbetweentype none
not specified,then the application should choose an appropriate behavior.

between

public static final crossbetweentype between
specifies the value axis shcall cross the category axis between data markers.

midpoint_of_category

public static final crossbetweentype midpoint_of_category
specifies the value axis shall cross the category axis at the midpoint of a category.
method detail

getname

public java.lang.string getname()
get the name.
returns:

getvalue

public int getvalue()
get the value.
returns:


网站地图