com.crystaldecisions.sdk.occa.report.definition
Class ChartStyleType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.ChartStyleType

public final class ChartStyleType
extends java.lang.Object

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

_bar

public static final int _bar

A bar chart. Displays or compares several sets of data in columns.

See Also:
Constant Field Values

_line

public static final int _line

A line chart. Displays data as a series of points connected by a line.

See Also:
Constant Field Values

_area

public static final int _area

An area chart. Displays data as areas filled with color or patterns.

See Also:
Constant Field Values

_pie

public static final int _pie

A pie chart. Displays data as a pie, split and filled with color or patterns.

See Also:
Constant Field Values

_doughnut

public static final int _doughnut

A doughnut chart. Displays data as sections of a circle or doughnut.

See Also:
Constant Field Values

_3DRiser

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.

See Also:
Constant Field Values

_3DSurface

public static final int _3DSurface

A 3-D Surface chart. Present a topographic view of multiple sets of data.

See Also:
Constant Field Values

_XYScatter

public static final int _XYScatter

An XY Scatter chart. A collective of plotted points that represent specific data in a pool of information.

See Also:
Constant Field Values

_radar

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.

See Also:
Constant Field Values

_bubble

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.

See Also:
Constant Field Values

_stocked

public static final int _stocked
Deprecated. please use _stock
See Also:
Constant Field Values

_stock

public static final int _stock

A stock chart. Presents high and low values for data.

See Also:
Constant Field Values

_numeric

public static final int _numeric
See Also:
Constant Field Values

_gauge

public static final int _gauge
See Also:
Constant Field Values

_gantt

public static final int _gantt
See Also:
Constant Field Values

_funnel

public static final int _funnel
See Also:
Constant Field Values

_histogram

public static final int _histogram
See Also:
Constant Field Values

_userDefined

public static final int _userDefined

A user-defined chart.

See Also:
Constant Field Values

_unknown

public static final int _unknown

An unknown chart.

See Also:
Constant Field Values

bar

public static final ChartStyleType bar

A ChartStyleType object that specifies a bar chart. Displays or compares several sets of data in columns.


line

public static final ChartStyleType line

A ChartStyleType object that specifies a line chart. Displays data as a series of points connected by a line.


area

public static final ChartStyleType area

A ChartStyleType object that specifies an area chart. Displays data as areas filled with color or patterns.


pie

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.


doughnut

public static final ChartStyleType doughnut

A ChartStyleType object that specifies a doughnut chart. Displays data as sections of a circle or doughnut.


ThreeDRiser

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.


ThreeDSurface

public static final ChartStyleType ThreeDSurface

A ChartStyleType object that specifies a 3-D Surface chart. Present a topographic view of multiple sets of data.


XYScatter

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.


radar

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.


bubble

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.


stocked

public static final ChartStyleType stocked
Deprecated. please use stock

stock

public static final ChartStyleType stock

A ChartStyleType object that specifies a stock chart. Presents high and low values


numeric

public static final ChartStyleType numeric

gauge

public static final ChartStyleType gauge

gantt

public static final ChartStyleType gantt

funnel

public static final ChartStyleType funnel

histogram

public static final ChartStyleType histogram

userDefined

public static final ChartStyleType userDefined

A ChartStyleType object that specifies a user-defined chart.


unknown

public static final ChartStyleType unknown

A ChartStyleType object that specifies an unknown chart.

Method Detail

from_int

public static final ChartStyleType from_int(int i)

Returns the ChartStyleType object corresponding to the specified value.

Parameters:
i - The int value of the desired ChartStyleType object.
Returns:
The ChartStyleType object corresponding to the specified value.

from_string

public static final ChartStyleType from_string(java.lang.String sVal)

Returns the ChartStyleType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired ChartStyleType object.
Returns:
The ChartStyleType object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this ChartStyleType object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this ChartStyleType object.

value

public int value()

Returns the int value of this ChartStyleType object.

Returns:
The int value of this ChartStyleType object.