|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.ChartStyleType
public final class ChartStyleType
This class is used to specify the area in the report in which the chart is located.
Field Summary | |
---|---|
static int |
_3DRiser
A 3-D Riser chart. |
static int |
_3DSurface
A 3-D Surface chart. |
static int |
_area
An area chart. |
static int |
_bar
A bar chart. |
static int |
_bubble
A bubble chart. |
static int |
_doughnut
A doughnut chart. |
static int |
_funnel
|
static int |
_gantt
|
static int |
_gauge
|
static int |
_histogram
|
static int |
_line
A line chart. |
static int |
_numeric
|
static int |
_pie
A pie chart. |
static int |
_radar
A radar chart. |
static int |
_stock
A stock chart. |
static int |
_stocked
Deprecated. please use _stock |
static int |
_unknown
An unknown chart. |
static int |
_userDefined
A user-defined chart. |
static int |
_XYScatter
An XY Scatter chart. |
static ChartStyleType |
area
A ChartStyleType object that specifies an area chart. |
static ChartStyleType |
bar
A ChartStyleType object that specifies a bar chart. |
static ChartStyleType |
bubble
A ChartStyleType object that specifies a bubble chart. |
static ChartStyleType |
doughnut
A ChartStyleType object that specifies a doughnut chart. |
static ChartStyleType |
funnel
|
static ChartStyleType |
gantt
|
static ChartStyleType |
gauge
|
static ChartStyleType |
histogram
|
static ChartStyleType |
line
A ChartStyleType object that specifies a line chart. |
static ChartStyleType |
numeric
|
static ChartStyleType |
pie
A ChartStyleType object that specifies a pie chart. |
static ChartStyleType |
radar
A ChartStyleType object that specifies a radar chart. |
static ChartStyleType |
stock
A ChartStyleType object that specifies a stock chart. |
static ChartStyleType |
stocked
Deprecated. please use stock |
static ChartStyleType |
ThreeDRiser
A ChartStyleType object that specifies a 3-D Riser chart. |
static ChartStyleType |
ThreeDSurface
A ChartStyleType object that specifies a 3-D Surface chart. |
static ChartStyleType |
unknown
A ChartStyleType object that specifies an unknown chart. |
static ChartStyleType |
userDefined
A ChartStyleType object that specifies a user-defined chart. |
static ChartStyleType |
XYScatter
A ChartStyleType object that specifies an XY Scatter chart. |
Method Summary | |
---|---|
static ChartStyleType |
from_int(int i)
Returns the ChartStyleType object corresponding to the specified value. |
static ChartStyleType |
from_string(java.lang.String sVal)
Returns the ChartStyleType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this ChartStyleType object. |
int |
value()
Returns the int value of this ChartStyleType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _bar
A bar chart. Displays or compares several sets of data in columns.
public static final int _line
A line chart. Displays data as a series of points connected by a line.
public static final int _area
An area chart. Displays data as areas filled with color or patterns.
public static final int _pie
A pie chart. Displays data as a pie, split and filled with color or patterns.
public static final int _doughnut
A doughnut chart. Displays data as sections of a circle or doughnut.
public static final int _3DRiser
A 3-D Riser chart. Displays data in a series of 3-dimensional objects, lined up side-by-side, in a 3-dimensional plane.
public static final int _3DSurface
A 3-D Surface chart. Present a topographic view of multiple sets of data.
public static final int _XYScatter
An XY Scatter chart. A collective of plotted points that represent specific data in a pool of information.
public static final int _radar
A radar chart. Positions group data, such as countries or customers, at the perimeter of the radar. The radar chart then places numeric values, increasing in value, from the center of the radar to the perimeter.
public static final int _bubble
A bubble chart. Displays data as a series of bubbles, where the size of the bubble is proportional to the amount of data.
public static final int _stocked
public static final int _stock
A stock chart. Presents high and low values for data.
public static final int _numeric
public static final int _gauge
public static final int _gantt
public static final int _funnel
public static final int _histogram
public static final int _userDefined
A user-defined chart.
public static final int _unknown
An unknown chart.
public static final ChartStyleType bar
A ChartStyleType
object that specifies a bar chart. Displays or compares several
sets of data in columns.
public static final ChartStyleType line
A ChartStyleType
object that specifies a line chart. Displays data as a series
of points connected by a line.
public static final ChartStyleType area
A ChartStyleType
object that specifies an area chart. Displays data as areas
filled with color or patterns.
public static final ChartStyleType pie
A ChartStyleType
object that specifies a pie chart. Displays data as a pie,
split and filled with color or patterns.
public static final ChartStyleType doughnut
A ChartStyleType
object that specifies a doughnut chart. Displays data as
sections of a circle or doughnut.
public static final ChartStyleType ThreeDRiser
A ChartStyleType
object that specifies a 3-D Riser chart. Displays data in a
series of 3-dimensional objects, lined up side-by-side, in a 3-dimensional plane.
public static final ChartStyleType ThreeDSurface
A ChartStyleType
object that specifies a 3-D Surface chart. Present a topographic
view of multiple sets of data.
public static final ChartStyleType XYScatter
A ChartStyleType
object that specifies an XY Scatter chart. A collective of
plotted points that represent specific data in a pool of information.
public static final ChartStyleType radar
A ChartStyleType
object that specifies a radar chart. Positions group data, such
as countries or customers, at the perimeter of the radar. The radar chart then places numeric
values, increasing in value, from the center of the radar to the perimeter.
public static final ChartStyleType bubble
A ChartStyleType
object that specifies a bubble chart. Displays data as a series
of bubbles, where the size of the bubble is proportional to the amount of data.
public static final ChartStyleType stocked
public static final ChartStyleType stock
A ChartStyleType
object that specifies a stock chart. Presents high and low values
public static final ChartStyleType numeric
public static final ChartStyleType gauge
public static final ChartStyleType gantt
public static final ChartStyleType funnel
public static final ChartStyleType histogram
public static final ChartStyleType userDefined
A ChartStyleType
object that specifies a user-defined chart.
public static final ChartStyleType unknown
A ChartStyleType
object that specifies an unknown chart.
Method Detail |
---|
public static final ChartStyleType from_int(int i)
Returns the ChartStyleType
object corresponding to the specified value.
i
- The int
value of the desired ChartStyleType
object.
ChartStyleType
object corresponding to the specified value.public static final ChartStyleType from_string(java.lang.String sVal)
Returns the ChartStyleType
object corresponding to the specified type.
sVal
- The String
value of the desired ChartStyleType
object.
ChartStyleType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this ChartStyleType
object.
toString
in class java.lang.Object
String
value of this ChartStyleType
object.public int value()
Returns the int
value of this ChartStyleType
object.
int
value of this ChartStyleType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |