Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

oracle.dss.graph
Interface GraphConstants

All Superinterfaces:
DataviewConstants
All Known Implementing Classes:
CommonGraph, CoreGraph, Graph, UIGraph

public interface GraphConstants
extends DataviewConstants

Graph Constants

Since:
4.0

Nested Class Summary
static class GraphConstants.AnnotationLocation
          Specifies the location of an annotation.
FRONT: Annotation displayed above markers.
BACK: Annotation displayed behind markers.
static class GraphConstants.AnnotationPosition
          Specifies the position of an annotation.
DATA_VALUE: Associate the annotation with a series and group.
ABSOLUTE: Associate the annotation with a pair of X and Y values.
PERCENTAGE: Associate the annotation with a percentage of the current plotArea axisMin and axisMax.
static class GraphConstants.AxisScaledFromBaseline
          Defines the axis scaling behavior.
static class GraphConstants.BubbleMarkerSizing
          Specifies the type of scaling used for bubble markers.
RELATIVE: Scale bubble markers relative to each other.
PIXELS: Scale bubble markers using their Z values as absolute pixel sizes.
VIRTUAL: Scale bubble markers using their Z values as virtual coordinate sizes.
static class GraphConstants.DataCursor
          Specifies data cursor display.
ON: The data cursor is enabled.
OFF: The data cursor is disabled.
AUTO: The data cursor is automatically displayed based on graph type and client environment.
static class GraphConstants.DataCursorBehavior
          Specifies data cursor behavior.
SNAP: The data cursor line snaps to display over the data point closest to the current mouse position.
SMOOTH: The data cursor line follows the current mouse position.
AUTO: The data cursor behavior is automatically determined based on graph type.
static class GraphConstants.DataSelection
          Specifies the data selection mode for this graph Valid enums are - none: no selection single: single selection
static class GraphConstants.FormFactor
          Specifies whether the graph should be rendered as a spark chart.
SPARKCHART: Render the graph as a spark chart if possible.
AUTO: Let the graph choose the form factor automatically.
static class GraphConstants.InteractiveSliceBehavior
          Specifies the types of interactivity behavior that are enabled for slices of the graph.
NONE: No interactive slice behavior enabled
EXPLODE: Click to explode slices in a pie graph
EXPLODE_ALL: Add explodeAll and uniteAll options to the context menu
Note: Interactivity behavior is only supported in the Flash imageFormat.
static class GraphConstants.InteractivityBehavior
          Deprecated. Use InteractiveSliceBehavior instead.
static class GraphConstants.LegendAreaPositionHint
          Specifies the location of an annotation.
FRONT: Annotation displayed above markers.
BACK: Annotation displayed behind markers.
static class GraphConstants.MagnifyLens
          Specifies magnify lens display.
OFF: The magnify lens is disabled.
AUTO: The magnify lens is automatically displayed based on graph type and client environment.
static class GraphConstants.Markers
          Specifies the types of markers to show on this graph.
NONE - does not display markers
AUTO - the graph decides whether to display markers and which markers to display
HIGH - displays a marker at the greatest value
LOW - displays a marker at the smallest value
FIRST - displays a marker at the first value
LAST - displays a marker at the last value Note: This is currently only supported for Sparkcharts.
static class GraphConstants.MinorGridStepType
          MinorGridStepType: The Step Type
static class GraphConstants.ScatterLineType
          Specifies the type of line connector that is drawn between scatter and bubble graph markers.
NONE: Do not draw any connectors.
LINE: Draw a line to connect all markers in a series.
ARROW: Draw a line with arrow to connect each pair of consecutive markers in a series.
 
Field Summary
static int ADA_ACCESSIBILITY
          ADA accessibility mode is on
static int ADA_OFF
          ADA mode is off
static int AL_ALWAYS
          AutoLayout: Always layout components automatically, without checking whether it is necessary.
static int AL_AS_NEEDED
          AutoLayout: Layout components automatically only when necessary.
static int AL_NEVER
          AutoLayout: Never layout components automatically.
static int ALERT
          The Alert component.
static int ALL
          The constant representing all of graph components.
static int ALL_PROPERTIES_MODE
           
static int ANNOTATION
          The Annotation component.
static int AREA_HORIZ_ABS
           
static int AREA_HORIZ_ABS_SPLIT2Y
           
static int AREA_HORIZ_PERCENT
           
static int AREA_HORIZ_STACK
           
static int AREA_HORIZ_STACK_SPLIT2Y
           
static int AREA_VERT_ABS
          Graph type: Absolute area graph.
static int AREA_VERT_ABS_SPLIT2Y
          Graph type: Absolute, split dual-Y area graph.
static int AREA_VERT_PERCENT
          Graph type: Percent area graph.
static int AREA_VERT_STACK
          Graph type: Stacked area graph.
static int AREA_VERT_STACK_SPLIT2Y
          Graph type: Stacked, split dual-Y area graph.
static int AREAMARKER
          The AreaMarker component.
static java.lang.String AUTOMATIC
          Date format: Automatic.
static int BACKGROUND
          The GraphBackground component.
static int BAR_HORIZ_CLUST
          Graph type: Clustered bar graph that is horizontal.
static int BAR_HORIZ_CLUST_2Y
          Graph type: Clustered, dual-Y bar graph that is horizontal.
static int BAR_HORIZ_CLUST_SPLIT2Y
          Graph type: Clustered, split dual-Y graph that is horizontal.
static int BAR_HORIZ_PERCENT
           
static int BAR_HORIZ_STACK
          Graph type: Stacked bar graph that is horizontal.
static int BAR_HORIZ_STACK_2Y
          Graph type: Stacked, dual-Y bar graph that is horizontal.
static int BAR_HORIZ_STACK_SPLIT2Y
          Graph type: Stacked, split dual-Y bar graph that is horizontal.
static java.lang.String bar_shape_cylinder
           
static int BAR_SHAPE_CYLINDER
          BarShape: In a bar graph, bars will be cylindrical.
static java.lang.String bar_shape_diamond
           
static int BAR_SHAPE_DIAMOND
          BarShape: In a bar graph, bars will be diamond shaped.
static java.lang.String bar_shape_rectangle
           
static int BAR_SHAPE_RECTANGLE
          BarShape: In a bar graph, bars will be rectangular.
static java.lang.String bar_shape_triangle
           
static int BAR_SHAPE_TRIANGLE
          BarShape: In a bar graph, bars will be triangular.
static int BAR_VERT_CLUST
          Graph type: Clustered bar graph that has a vertical orientation.
static int BAR_VERT_CLUST_SPLIT2Y
          Graph type: Clustered, split dual-Y bar graph that is vertical.
static int BAR_VERT_CLUST2Y
          Graph type: Clustered, dual-Y bar graph that is vertical.
static int BAR_VERT_FLOAT_STACK
          Graph type: Floating stacked bar graph that is vertical.
static int BAR_VERT_PERCENT
          Graph type: Percent bar graph that is vertical.
static int BAR_VERT_STACK
          Graph type: Stacked bar graph that is vertical.
static int BAR_VERT_STACK_SPLIT2Y
          Graph type: Stacked, split dual-Y bar graph that is vertical.
static int BAR_VERT_STACK2Y
          Graph type: Stacked, dual-Y bar graph that is vertical.
static int BOXPLOT_FIVE_VALUE
          Graph type: Box Plot.
static int BOXPLOT_SEVEN_VALUE
           
static int BP_ALWAYS
          ZoomButtonPresence: always display zoom button.
static int BP_NEVER
          ZoomButtonPresence: never display zoom button.
static int BUBBLE
          Graph type: Bubble graph.
static int BUBBLE_2Y
          Graph type: Dual-Y bubble graph.
static int BUBBLE_LABELS
           
static int BUBBLE_LABELS_2Y
           
static int CL_AUTO_GRADIENT
          CustomLayout: all BLAF features will be honored.
static int CL_NONE
          CustomLayout: all BLAF features will be honored.
static int CL_TITLE_SEPARATOR
          CustomLayout: all BLAF features will be honored.
static int CL_TITLES_SIDEBYSIDE
          CustomLayout: all BLAF features will be honored.
static int COLOR_BY_GROUP
          Color Mode: Markers of the same color indicate a group of data.
static int COLOR_BY_SERIES
          Color Mode: Markers of the same color indicate a series of data.
static int COMBINATION_VERT_ABS
          Graph type: Absolute vertical combination graph
static int COMBINATION_VERT_ABS_2Y
          Graph type: Absolute 2Y vertical combination graph
static int CONNECTOR
          The Connector component.
static int CSS_PROPERTIES_MODE
           
static int CTAI_AUTOMATIC
          The default value for the ContinuousTimeAxisInterval property.
static int CTAI_DAY
          ContinuousTimeAxisInterval - DAY
static int CTAI_HOUR
          ContinuousTimeAxisInterval - HOUR
static int CTAI_MINUTE
          ContinuousTimeAxisInterval - MINUTE
static int CTAI_MONTH
          ContinuousTimeAxisInterval - MONTH
static int CTAI_SECOND
          ContinuousTimeAxisInterval - SECOND
static int CTAI_YEAR
          ContinuousTimeAxisInterval - YEAR
static int DATALINE
          The DataLine component.
static int DATAMARKER
          The DataMarker component.
static int DAY
          Date element: Day.
static java.lang.String DAY_OF_MONTH
          Day format: Day of the month.
static java.lang.String DAY_OF_MONTH_LONG
          Day format: Day of the month long.
static java.lang.String DAY_OF_WEEK
          Day format: Day of week, as a word.
static java.lang.String DAY_OF_WEEK_ABBR
          Day format: Day of the week, abbreviated.
static java.lang.String DAY_OF_WEEK_NUMBER
          Day format: Day of the week, as a number.
static java.lang.String DAY_SINGLE_LETTER
          Day format: Day of the week, as a single letter.
static int DDT_CUBE
          Deprecated. As of 4.0.0.11, no replacement
static int DDT_RELATIONAL
          Deprecated. As of 4.0.0.11, no replacement
static int DMT_DEFAULT
           
static int DMT_DESKTOP
           
static int DMT_EXCEL
           
static int DRILLMARKER
          The DrillMarker component.
static int DRILLTEXT
          The DrillText component.
static int FITLINE
          The Fitline component.
static int FUNNEL
          Graph type: Funnel Chart.
static int FUNNELFRAME
          The FunnelFrame component.
static int FUNNELSLICE
          The Slice component for funnel.
static int FUNNELSLICELABEL
          The SliceLabel component for funnel.
static int GRAPH
          This graph.
static int GRAPH_END
           
static int GRAPH_MARGIN
           
static int GROUPANDSERIESLIMIT
          The maximum number of groups and series that this graph can display.
static int HIST_HORIZ
           
static int HIST_VERT
           
static int HONOR_PROPERTIES
          doAutoLayout: Honor the properties that automatic layout normally respects.
static java.lang.String HOUR
          Time format: Hour on 12-hour clock.
static java.lang.String HOUR_MINUTE
          Time format: Hour and minute on 12-hour clock.
static java.lang.String HOUR_MINUTE_SECOND
          Time format: Hour, minute, and second on 12-hour clock.
static java.lang.String HOUR24
          Time format: Hour on 24-hour clock.
static java.lang.String HOUR24_MINUTE
          Time format: Hour and minute on 24-hour clock.
static java.lang.String HOUR24_MINUTE_SECOND
          Time format: Hour, minute, and second on 24-hour clock.
static int HS_MAX
           
static int HS_NO_RESCALE
          Hide and show will not rescale the graph.
static int HS_OFF
          There is no hide and show behavior enabled.
static int HS_RESCALE
          Hide and show will rescale the graph.
static int LAYER_LEGENDMARKER
           
static int LAYER_LEGENDTEXT
           
static int LEGEND_LABEL_VIRT_SPACING
           
static int LEGEND_MARGIN_SPACING_HORZ
           
static int LEGEND_MARGIN_SPACING_VIRT
           
static int LEGEND_MARKER_MARGIN
           
static int LEGENDAREA
          The LegendArea component.
static int LEGENDMARKER
          The LegendMarker component.
static int LEGENDTEXT
          The LegendText component.
static int LEGENDTITLE
          The LegendTitle component.
static int LINE_HORIZ_ABS
           
static int LINE_HORIZ_ABS_2Y
           
static int LINE_HORIZ_ABS_SPLIT2Y
           
static int LINE_HORIZ_PERCENT
           
static int LINE_HORIZ_STACK
           
static int LINE_HORIZ_STACK_2Y
           
static int LINE_HORIZ_STACK_SPLIT2Y
           
static int LINE_SELECT_POINT
          Deprecated.  
static int LINE_VERT_ABS
          Graph type: Absolute line graph.
static int LINE_VERT_ABS_2Y
          Graph type: Absolute, dual-Y line graph.
static int LINE_VERT_ABS_SPLIT2Y
          Graph type: Absolute, split dual-Y line graph.
static int LINE_VERT_PERCENT
          Graph type: Percent line graph.
static int LINE_VERT_STACK
          Graph type: Stacked line graph.
static int LINE_VERT_STACK_2Y
          Graph type: Stacked, dual-Y line graph.
static int LINE_VERT_STACK_SPLIT2Y
          Graph type: Stacked, split dual-Y line graph.
static int LS_AUTO
          LegendScrolling: Automatic
static int LS_NONE
          LegendScrolling: None
static int MA_NONE
           
static int MA_SCROLL_ZOOM
           
static int MA_SELECT
           
static int MARKERTEXT
          The MarkerText component.
static int MONTH
          Date element: Month.
static java.lang.String MONTH_LONG
          Month format: Long.
static java.lang.String MONTH_NUMBER
          Month format: Number.
static java.lang.String MONTH_SHORT
          Month format: Short.
static java.lang.String MONTH_SINGLE_LETTER
          Month format: Single letter.
static java.lang.String msil_false
           
static int MSIL_FALSE
          MarkerShapeInLegend: Legend markers will not be shaped like data markers or 2D markers in the same series.
static java.lang.String msil_square
           
static int MSIL_SQUARE
          MarkerShapeInLegend: Legend markers will be square.
static java.lang.String msil_true
           
static int MSIL_TRUE
          MarkerShapeInLegend: Legend markers will be shaped like data markers or 2D markers in the same series.
static int MTT_CUM_VAL
          Display cumulative data value (stacked graphs only).
static int MTT_NONE
          Marker ToolTip Type: No tooltips displayed.
static int MTT_PERCENT_VAL
          Display percentage data value (pie slices only).
static int MTT_PERCENT_VAL_TEXT
          Marker text type: Display percentage data value (pie slices only) and QDR information, such as "January, Shoes".
static int MTT_PERCENT_VAL_VALUES
          Marker text type: Display percentage data value (pie slices only) and data value or values.
static int MTT_PERCENT_VAL_VALUES_TEXT
          Marker text type: Display percentage data value (pie slices only), data value or values, and QDR information, such as "January, Shoes".
static int MTT_TEXT
          Marker text type: Display QDR information, such as "January, Shoes".
static int MTT_VALUES
          Marker ToolTip Type: Display data value or values.
static int MTT_VALUES_TEXT
          Marker text type: Display data value or values and QDR information, such as "January, Shoes."
static java.lang.String NONE
          Date format: none.
static int O1AXIS
          The O1Axis component.
static int O1DRILLLABEL
          The O1DrillLabel component.
static int O1MAJORTICK
          The O1MajorTick component.
static int O1TICKLABEL
          The O1TickLabel component.
static int O1TITLE
          The O1Title component.
static int PARETO
          Graph type: Pareto graph.
static int PARETOLINE
          The ParetoLine component.
static int PARETOMARKER
          The ParetoMarker component.
static int PIE
          Graph type: Pie graph.
static int PIE_BAR
          Graph type: Pie-Bar graph.
static int PIE_MULTI
          Graph type: Multiple pie graph.
static int PIE_MULTI_PROP
           
static int PIEFEELER
          The PieFeeler component.
static int PIEFRAME
          The PieFrame component.
static int PIELABEL
          The PieLabel component.
static int PLOTAREA
          The PlotArea component.
static int POLAR
          Graph type: Polar graph.
static int POLAR_2Y
           
static int QUADRANTLINE
          The QuadrantLine component.
static int QUARTER
           
static java.lang.String QUARTER_LONG
           
static java.lang.String QUARTER_SHORT
           
static java.lang.String QUARTER_SINGLE_LETTER
           
static int RADAR_AREA
           
static int RADAR_LINE
          Graph type: Radar graph.
static int RADAR_LINE_2Y
           
static int RB_DIM
          Rollover behavior defined by dimming.
static int RB_HIGHLIGHT
          Rollover behavior defined by highlighting.
static int RB_MAX
           
static int RB_NONE
          There is no rollover behavior enabled.
static int REFERENCEOBJECT
          The ReferenceObject component.
static int REFERENCEOBJECTMARKER
          The ReferenceLineMarker component.
static int REFERENCEOBJECTTEXT
          The ReferenceLineText component.
static int RENDER_MODE_HIDDEN
          the plot area properties will be calculated and set as usual but the plot area will not be rendered
static int RENDER_MODE_NORMAL
          indicates the normal rendering mode -- plot area shown
static int RENDER_MODE_STRETCHED
          the plot area will be stretched to fill the bounding frame with minimal padding
static int RESET_PROPERTIES
          doAutoLayout: Reset property values that can be set automatically.
static int RING
          Graph type: Ring graph.
static int RING_BAR
          Graph type: Ring-Bar graph.
static int RING_MULTI
          Graph type: Multiple ring graph.
static int RING_MULTI_PROP
           
static int RINGTOTALLABEL
          The RingTotalLabel component.
static java.lang.String ro_display_always
           
static int RO_DISPLAY_ALWAYS
          Reference Object: Always display the reference object.
static java.lang.String ro_display_automatic
           
static int RO_DISPLAY_AUTOMATIC
          Reference Object: Display the reference object only when the mouse hovers over the component this refence object is associated with
static java.lang.String ro_display_never
           
static int RO_DISPLAY_NEVER
          Reference Object: Never display the reference object.
static int SCATTER
          Graph type: Scatter graph.
static int SCATTER_2Y
          Graph type: Dual-Y scatter graph.
static int SCATTER_LABELS
           
static int SCATTER_LABELS_2Y
           
static int SE_AUTO_GRADIENT
          SeriesEffect: Graph with gradient.
static int SE_GRADIENT
          SeriesEffect: Graph with gradient.
static int SE_NONE
          SeriesEffect: Simple, plain graph.
static int SE_PATTERN
          SeriesEffect: Graph with patterns.
static int SERIES
          The Series component.
static int SERIESOBJECTCOUNTLIMIT
          The maximum number of different series for which you can save properties.
static java.lang.String show_all
           
static int SHOW_ALL
          Annotations: Always display the Annotations.
static java.lang.String show_none
           
static int SHOW_NONE
          Annotations: Never display the Annotations.
static int SLICE
          The Slice component.
static int SLICELABEL
          The SliceLabel component.
static java.lang.String smt_all
           
static int SMT_ALL
          StackedMarkerTypes: In a stacked graph, all marker types will be stacked.
static int SMT_AREAS
           
static java.lang.String smt_areas_bars
           
static int SMT_AREAS_BARS
          StackedMarkerTypes: In a stacked graph, areas and bars will be stacked; lines will not.
static java.lang.String smt_bars
           
static int SMT_BARS
          StackedMarkerTypes: In a stacked graph, only bars will be stacked; lines and areas will not.
static int SMT_LINES
           
static int SP_ALWAYS
          Scrollbar presence: Always display scrollbars.
static int SP_ALWAYS_BP_NEVER
          Scrollbar presence: Always display scrollbars but never display the zoom button This attribute should be deleted when ButtonPresence is exposed as an attribute on the graph tag
static int SP_AS_NEEDED
          Scrollbar presence: Display scrollbars when they are needed.
static int SP_HIDDEN
          Scrollbar presence: Hide scrollbars but allow scrolling programatically on the client
static int SP_NEVER
          Scrollbar presence: Never display scrollbars.
static int SP_RESERVED
          Scrollbar presence: Display scrollbars when they are needed, and reserve space for them when they are not.
static int SPECTRAL
           
static int SPLITDIVIDER
          The SplitDivider component.
static int STOCK_2Y
           
static int STOCK_CANDLE
          Graph type: Candle open-close stock graph.
static int STOCK_CANDLE_VOLUME
          Graph type: Candle open-close stock with volume.
static int STOCK_HILO
           
static int STOCK_HILO_2Y
           
static int STOCK_HILO_CLOSE
          Graph type: High-low-close stock graph.
static int STOCK_HILO_CLOSE_SPLIT2Y
           
static int STOCK_HILO_CLOSE_VOLUME
          Graph type: High-low-close stock graph with volume.
static int STOCK_HILO_CLOSE2Y
           
static int STOCK_HILO_SPLIT2Y
           
static int STOCK_HILO_VOLUME
           
static int STOCK_OHLC_CANDLE
          Graph type: Candle open-high-low-close stock graph.
static int STOCK_OHLC_CANDLE_VOLUME
          Graph type: Candle open-high-low-close stock graph with volume.
static int STOCK_OPEN_HILO_CLOSE
          Graph type: Open-high-low-close stock graph.
static int STOCK_SPLIT_2Y
           
static int STOCK_VOLUME
          Graph type: Open-high-low-close stock graph with volume.
static int STOCKMARKER
          The StockMarker component.
static int STYLE_PROPERTIES_MODE
           
static int SVG_MODE_BASIC
          SVG mode to simply render the Graph as static SVG.
static int SVG_MODE_DATA_SCROLLING
           
static int SVG_MODE_DATA_ZOOMING
           
static int SVG_MODE_DRILLING
           
static int SVG_MODE_FONT_EMBEDDING
           
static int SVG_MODE_FULL
          SVG mode to render the Graph as interactive SVG.
static int SVG_MODE_METADATA
           
static int SVG_MODE_NO_HEADER
           
static int SVG_MODE_SHAPE_ATTRIBUTES
           
static int SVG_MODE_TIME_AXIS_EVENT
           
static int SVG_MODE_TOOLTIPS
           
static int TAT_DEFAULT
          Discrete time axis behavior.
static int TAT_DEFAULT_STRICT
          This is very similar to TAT_DEFAULT.
static int TAT_IRREGULAR
          The application should specify TAT_IRREGULAR under the following conditions.
static int TAT_IRREGULAR_STRICT
          This is very similar to TAT_IRREGULAR.
static int TAT_MIXED_FREQUENCY
          The application should specify this property under the following conditions.
static int TAT_MIXED_FREQUENCY_STRICT
          This is very similar to TAT_MIXED_FREQUENCY.
static int TAT_OFF
          The time axis is turned off.
static int TEMP_PROPERTIES_MODE
           
static int TEXT_COMPONENTS_ALL
          Scale font size: Scale the font size of all text components in the graph.
static int TEXT_COMPONENTS_NONE
          Scale font size: Do not scale the font size of any text components in the graph.
static int THREED_AREA_GROUP
           
static int THREED_AREA_SERIES
          Graph type: 3-D area graph.
static int THREED_BAR
          Graph type: 3-D bar graph.
static int THREED_CUBE
          Graph type: 3-D floating cubes.
static int THREED_DIAMOND
           
static int THREED_END
           
static int THREED_OCTAGON
           
static int THREED_PYRAMID
           
static int THREED_RIBBON_GROUP
           
static int THREED_RIBBON_SERIES
          Graph type: 3-D ribbon graph.
static int THREED_START
           
static int THREED_SURFACE
          Graph type: 3D surface.
static int THREED_SURFACE_HONEYCOMB
           
static int THREED_SURFACE_SIDES
           
static int THREEDFLOOR
          The ThreeDFloor component.
static int THREEDLEFTWALL
          The ThreeDLeftWall component.
static int THREEDMARKER
          The ThreeDMarker component.
static int THREEDRIGHTWALL
          The ThreeDRightWall component.
static int THRESHOLDOBJECTCOUNTLIMIT
          The maximum number of thresholds for which you can save properties.
static int TIME
          Date element: Time.
static int TIMESELECTOR
          Time selector.
static int TLT_DIM_MEMBER
          Tooltip label type: Display dimension names and dimension members, such as "Product: Shoes".
static int TLT_MEMBER
          Tooltip label type: Display only dimension names, such as "Product".
static int TLT_NONE
          Tooltip label type: Do not display information.
static java.lang.String TOKEN_ACTUAL_VALUE
          the actual value for a funnel slice
static java.lang.String TOKEN_CLOSE_VALUE
          the close value for a stock marker
static java.lang.String TOKEN_CUMULATIVE_PERCENTAGE_VALUE
          the cumulative percentage value for a stacked percent graph, pareto graph
static java.lang.String TOKEN_CUMULATIVE_STACKED_VALUE
          the cumulative stacked value for a stacked graph
static java.lang.String TOKEN_GROUP_LABEL
          the group label for the group of this marker
static java.lang.String TOKEN_HIGH_VALUE
          the high value for a stock marker
static java.lang.String TOKEN_LOW_VALUE
          the low value for a stock marker
static java.lang.String TOKEN_MAX_VALUE
          the max value for a boxplot
static java.lang.String TOKEN_MEDIAN_VALUE
          the median value for a boxplot
static java.lang.String TOKEN_MIN_VALUE
          the min value for a boxplot
static java.lang.String TOKEN_NEW_LINE
          new line (line separator) token
static java.lang.String TOKEN_NINETY_VALUE
          the 90% value for a boxplot
static java.lang.String TOKEN_OPEN_VALUE
          the open value for a stock marker
static java.lang.String TOKEN_PIE_PERCENTAGE_VALUE
          pie slice percentage value
static java.lang.String TOKEN_PIE_SLICE_VALUE
          the value of a pie slice
static java.lang.String TOKEN_Q1_VALUE
          the 25% value for a boxplot
static java.lang.String TOKEN_Q3_VALUE
          the 75% value for a boxplot
static java.lang.String TOKEN_SERIES_LABEL
          the series label for the series of this marker.
static java.lang.String TOKEN_TARGET_VALUE
          the target value for a funnel slice
static java.lang.String TOKEN_TEN_VALUE
          the 10% value for a boxplot
static java.lang.String TOKEN_VOLUME_VALUE
          the volume value for a stock volume marker
static java.lang.String TOKEN_X_VALUE
          the X value of a scatter or bubble marker
static java.lang.String TOKEN_Y_VALUE
          the Y value of this marker (if this marker has a y value)
static java.lang.String TOKEN_Z_VALUE
          the Z value (bubble size) of a bubble marker
static int TOOLTIP
          The ToolTip component.
static int TRM_EXPLICIT
          Explicit time range.
static int TRM_OFF
          The time range mode is off.
static int TRM_RELATIVE_FIRST
          Relative time range from the first data point.
static int TRM_RELATIVE_LAST
          Relative time range from the last data point.
static int TWOD_END
           
static int TWODMARKER
          The TwoDMarker component.
static int UNDEFINED
          An undefined component.
static int UNDEFINEDTYPE
          Undetermined how to format the data value.
static int USER_PROPERTIES_MODE
           
static int VOLUMEMARKER
          The VolumeMarker component.
static int X1AXIS
          The X1Axis component.
static int X1MAJORTICK
          The X1MajorTick component.
static int X1MINORTICK
          The X1MinorTick component.
static int X1REFERENCELINE
          The X1ReferenceLine component.
static int X1TICKLABEL
          The X1TickLabel component.
static int X1TITLE
          The X1Title component.
static int XPANELGRID
          The XPanelGrid component.
static int XTICKLBL
          Format the data value as an X tick label.
static int XVALUE
          Format the data value as an X value.
static int Y1AXIS
          The Y1Axis component.
static int Y1MAJORTICK
          The Y1MajorTick component.
static int Y1MINORTICK
          The Y1MinorTick component.
static int Y1REFERENCELINE
          The Y1ReferenceLine component.
static int Y1TICKLABEL
          The Y1TickLabel component.
static int Y1TICKLBL
          Format the data as a Y1 tick label.
static int Y1TITLE
          The Y1Title component.
static int Y1VALUE
          Format the data value as a Y1 value.
static int Y1ZEROLINE
          The Y1ZeroLine component.
static int Y2AXIS
          The Y2Axis component.
static int Y2MAJORTICK
          The Y2MajorTick component.
static int Y2MINORTICK
          The Y2MinorTick component.
static int Y2REFERENCELINE
          The Y2ReferenceLine component.
static int Y2TICKLABEL
          The Y2TickLabel component.
static int Y2TICKLBL
          Format the data value a Y2 tick label.
static int Y2TITLE
          The Y2Title component.
static int Y2VALUE
          Format the data value as a Y2 value.
static int Y2ZEROLINE
          The Y2ZeroLine component.
static int Y3DMARKERGRID
          The Y3DMarkerGrid component.
static int YEAR
          Date element: Year.
static java.lang.String YEAR_LONG
          Year format: Long.
static java.lang.String YEAR_LONG_WITH_COMMA
          Deprecated. replaced by YEAR_LONG_WITH_GROUPING_SEPARATOR
static java.lang.String YEAR_LONG_WITH_GROUPING_SEPARATOR
          Year format: Long with a grouping separator.
static java.lang.String YEAR_SHORT
          Year format: Short.
static java.lang.String YEAR_SHORT_WITH_APOSTROPHE
          Year format: Short with an apostrophe.
static int YPANELGRID
          The YPanelGrid component.
static int ZD_BOTH_AXES
           
static int ZD_XAXIS_ONLY
           
static int ZD_YAXIS_ONLY
           
static int ZDRILLLABEL
          The ZDrillLabel component.
static int ZPANELGRID
          The ZPanelGrid component.
static int ZS_DELAYED_SCROLL
          When zoom and scroll is enabled, scrolling will occur after the user finishes moving the scrollbar.
static java.lang.String ZS_LIVE_RESIZE_EVENT
          ZoomAndScroll: live resize event.
static int ZS_LIVE_SCROLL
          When zoom and scroll is enabled, scrolling will occur in real time as the user moves the scrollbar.
static java.lang.String ZS_LIVE_SCROLL_EVENT
          ZoomAndScroll: live scroll event.
static int ZTICKLABEL
          The ZTickLabel component.
static int ZTITLE
          The ZTitle component.
static int ZVALUE
          Format the data value as a Z value.
 
Fields inherited from interface oracle.dss.dataView.DataviewConstants
above_title, AD_ALPHA_FADE, AD_AUTO, AD_CONVEYOR_FROM_LEFT, AD_CONVEYOR_FROM_RIGHT, AD_CUBE_TO_LEFT, AD_CUBE_TO_RIGHT, AD_FLIP_LEFT, AD_FLIP_RIGHT, AD_MAX, AD_MIN, AD_NONE, AD_SLIDE_TO_LEFT, AD_SLIDE_TO_RIGHT, AD_TRANSITION_TO_LEFT, AD_TRANSITION_TO_RIGHT, AD_ZOOM, ADC_ALPHA_FADE, ADC_AUTO, ADC_CONVEYOR_FROM_LEFT, ADC_CONVEYOR_FROM_RIGHT, ADC_CUBE_TO_LEFT, ADC_CUBE_TO_RIGHT, ADC_FLIP_LEFT, ADC_FLIP_RIGHT, ADC_MAX, ADC_MIN, ADC_NONE, ADC_ON, ADC_SLIDE_TO_LEFT, ADC_SLIDE_TO_RIGHT, ADC_TRANSITION_TO_LEFT, ADC_TRANSITION_TO_RIGHT, ADC_ZOOM, AI_ALL, AI_MAX, AI_MIN, AI_NONE, ANIMATION_DOWN_COLOR, ANIMATION_DURATION, ANIMATION_INDICATORS, ANIMATION_ON_DATA_CHANGE, ANIMATION_ON_DISPLAY, ANIMATION_UP_COLOR, below_title, DATAVIEW_END, DATAVIEW_FOOTNOTE, DATAVIEW_FOOTNOTE_NAME, DATAVIEW_SUBTITLE, DATAVIEW_SUBTITLE_NAME, DATAVIEW_TITLE, DATAVIEW_TITLE_NAME, DEFAULT_ZOOM_FACTOR, FOOTNOTE, FOOTNOTE_NAME, FORMAT_MANAGER_NAME, FT_COLOR, FT_GRADIENT, FT_PATTERN, FT_TEXTURE, GD_CUSTOM_LINEAR, GD_CUSTOM_RADIAL, GD_DIAGONAL_135, GD_DIAGONAL_45, GD_DOWN, GD_RADIAL, GD_RADIAL_BOTTOM_LEFT, GD_RADIAL_BOTTOM_RIGHT, GD_RADIAL_OFF_CENTER, GD_RADIAL_TOP_LEFT, GD_RADIAL_TOP_RIGHT, GD_RIGHT, LAP_BOTTOM, LAP_LEFT, LAP_RIGHT, LAP_TOP, MAP_ALL, MAP_DATA, MAP_DATATEXT, MAP_LABELS, MAP_LEGEND, MAP_ORDINALLABELS, MAP_TITLES, MAX_TEXTFIELD_CHARS, PAGE_CONTROL, page_header, PAGE_HEADER, PAGE_HEADER_NAME, PAGE_ITEM, PAGE_ITEM_NAME, PAGING_COMPONENT_NAME, PAGING_CONTROL_ABOVE_TITLES, PAGING_CONTROL_BELOW_TITLES, PAGING_CONTROL_EAST_OF_VIEW, PAGING_CONTROL_SOUTH_OF_VIEW, PAGING_CONTROL_WEST_OF_VIEW, RESET_EVERYTHING, RESET_EVERYTHING_CUSTOM, RESET_EVERYTHING_NOT_DATASOURCE, RESET_EVERYTHING_ORIGINAL, RESET_MAX, RESET_MIN, RESET_NONE, RESET_XML_PROPERTIES, RESET_XML_PROPERTIES_CUSTOM, RESET_XML_PROPERTIES_ORIGINAL, STYLE_MANAGER_NAME, SUBTITLE, SUBTITLE_NAME, TITLE, TITLE_NAME, TOOLTIP_NAME, VE_AUTO, VE_BEVEL, VE_GLOW, VE_MAX, VE_MIN, VE_NONE, VE_SFX_MAX, VE_SFX_MIN, VE_SHADOW, VIEW_FORMAT_NAME, VIEW_STYLE_NAME, VIEW_TYPE_CROSSTAB, VIEW_TYPE_GAUGE, VIEW_TYPE_GRAPH, VIEW_TYPE_PAGINGCONTROL, VIEW_TYPE_TABLE, VISUAL_EFFECTS
 

Field Detail

THREED_START

static final int THREED_START
See Also:
Constant Field Values
For internal use only. Application developers should not use this
starting graph type for 3D graphs

THREED_BAR

static final int THREED_BAR
Graph type: 3-D bar graph. Three-dimensional bar graphs show trends over time or comparisons of items at the same time.

Series appear along the left edge of the graph. Groups appear long the right edge of the graph.

See Also:
Constant Field Values

THREED_PYRAMID

static final int THREED_PYRAMID
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: 3-D pyramids. This graph type is not supported in the BI Beans UI.

THREED_OCTAGON

static final int THREED_OCTAGON
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: 3-D octagons. This graph type is not supported in the BI Beans UI.

THREED_CUBE

static final int THREED_CUBE
Graph type: 3-D floating cubes. This graph type is like a three-dimensional point graph. All markers are the same size.

Series appear along the left edge of the graph. Groups appear long the right edge of the graph.

See Also:
Constant Field Values

THREED_DIAMOND

static final int THREED_DIAMOND
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: 3-D floating pyramids. This graph type is not supported in the BI Beans UI.

THREED_AREA_SERIES

static final int THREED_AREA_SERIES
Graph type: 3-D area graph. In this graph, a marker represents a series of data.

Series appear along the left edge of the graph. Groups appear long the right edge of the graph.

See Also:
Constant Field Values

THREED_RIBBON_SERIES

static final int THREED_RIBBON_SERIES
Graph type: 3-D ribbon graph. This graph type is like a three-dimensional line graph. In this graph, a ribbon represents a series of data.

Series appear along the left edge of the graph. Groups appear long the right edge of the graph.

See Also:
Constant Field Values

THREED_AREA_GROUP

static final int THREED_AREA_GROUP
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: 3D Connected Group Area. In this graph, each marker represents a group of data. This graph type is not supported in the BI Beans UI.

THREED_RIBBON_GROUP

static final int THREED_RIBBON_GROUP
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: 3D Connected Group Ribbon. In this graph, each ribbon represents a group of data. This graph type is not supported in the BI Beans UI.

THREED_SURFACE

static final int THREED_SURFACE
Graph type: 3D surface. In this graph, all the data values are connected by a topographical surface.

See Also:
Constant Field Values

THREED_SURFACE_SIDES

static final int THREED_SURFACE_SIDES
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: 3-D surface graph with sides. This graph type is not supported in the BI Beans UI.

THREED_SURFACE_HONEYCOMB

static final int THREED_SURFACE_HONEYCOMB
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: 3D Honeycomb Surface. This graph type is not supported in the BI Beans UI.

THREED_END

static final int THREED_END
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: ending graph type for 3D graphs

BAR_VERT_CLUST

static final int BAR_VERT_CLUST
Graph type: Clustered bar graph that has a vertical orientation. Use bar graphs to show trends over time or to compare items at the same time.

Bars of the same color represent a series. Each cluster of bars represents a group.

See Also:
Constant Field Values

BAR_VERT_STACK

static final int BAR_VERT_STACK
Graph type: Stacked bar graph that is vertical. Use bar graphs to show trends over time or to compare items at the same time.

Bars of the same color represent a series. Each stack of bars represents a group.

See Also:
Constant Field Values

BAR_VERT_CLUST2Y

static final int BAR_VERT_CLUST2Y
Graph type: Clustered, dual-Y bar graph that is vertical. Use dual-Y graphs to compare measures that have different magnitudes.

Bars of the same color represent a series. Each cluster of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_VERT_STACK2Y

static final int BAR_VERT_STACK2Y
Graph type: Stacked, dual-Y bar graph that is vertical. Use dual-Y graphs to compare measures that have different magnitudes.

Bars of the same color represent a series. Each stack of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_VERT_CLUST_SPLIT2Y

static final int BAR_VERT_CLUST_SPLIT2Y
Graph type: Clustered, split dual-Y bar graph that is vertical. Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each axis occupies a different segment of the graph.

Bars of the same color represent a series. Each cluster of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_VERT_STACK_SPLIT2Y

static final int BAR_VERT_STACK_SPLIT2Y
Graph type: Stacked, split dual-Y bar graph that is vertical. Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each axis occupies a different segment of the graph.

Bars of the same color represent a series. Each stack of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_VERT_PERCENT

static final int BAR_VERT_PERCENT
Graph type: Percent bar graph that is vertical. Percent graphs show changes in relationships over time.

Bars of the same color represent a series. Each stack of bars represents the total data value for the group.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

BAR_HORIZ_CLUST

static final int BAR_HORIZ_CLUST
Graph type: Clustered bar graph that is horizontal. Use bar graphs to show trends over time or to compare items at the same time.

Bars of the same color represent a series. Each cluster of bars represents a group.

See Also:
Constant Field Values

BAR_HORIZ_STACK

static final int BAR_HORIZ_STACK
Graph type: Stacked bar graph that is horizontal. Use bar graphs to show trends over time or to compare items at the same time.

Bars of the same color represent a series. Each stack of bars represents a group.

See Also:
Constant Field Values

BAR_HORIZ_CLUST_2Y

static final int BAR_HORIZ_CLUST_2Y
Graph type: Clustered, dual-Y bar graph that is horizontal. Use dual-Y graphs to compare measures that have different magnitudes.

Bars of the same color represent a series. Each cluster of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_HORIZ_STACK_2Y

static final int BAR_HORIZ_STACK_2Y
Graph type: Stacked, dual-Y bar graph that is horizontal. Use dual-Y graphs to compare measures that have different magnitudes.

Bars of the same color represent a series. Each stack of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_HORIZ_CLUST_SPLIT2Y

static final int BAR_HORIZ_CLUST_SPLIT2Y
Graph type: Clustered, split dual-Y graph that is horizontal. Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each Y-axis occupies a different segment of the graph.

Bars of the same color represent a series. Each cluster of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_HORIZ_STACK_SPLIT2Y

static final int BAR_HORIZ_STACK_SPLIT2Y
Graph type: Stacked, split dual-Y bar graph that is horizontal. Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each Y-axis occupies a different segment of the graph.

Bars of the same color represent a series. Each stack of bars represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

BAR_HORIZ_PERCENT

static final int BAR_HORIZ_PERCENT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Percent Bars This graph type is not supported in the BI Beans UI.

AREA_VERT_ABS

static final int AREA_VERT_ABS
Graph type: Absolute area graph. Use this graph type to feature spikes in data. Area markers represent actual data values, so they can overlap each other.

Each area marker represents a series. Each column of points along the ordinal axis represents a group.

See Also:
Constant Field Values

AREA_VERT_STACK

static final int AREA_VERT_STACK
Graph type: Stacked area graph. Area markers represent cumulative data values, so they are stacked on top of each other.

Each area marker represents a series. Each column of points along the ordinal axis represents a group.

See Also:
Constant Field Values

AREA_VERT_ABS_SPLIT2Y

static final int AREA_VERT_ABS_SPLIT2Y
Graph type: Absolute, split dual-Y area graph. Area markers represent cumulative data values, so they are stacked on top of each other.

Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each Y-axis occupies a different segment of the graph.

Each area marker represents a series. Each column of points along the ordinal axis represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

AREA_VERT_STACK_SPLIT2Y

static final int AREA_VERT_STACK_SPLIT2Y
Graph type: Stacked, split dual-Y area graph. Area markers represent cumulative data values, so they are stacked on top of each other.

Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each axis occupies a different segment of the graph.

Each area marker represents a series. Each column of points along the ordinal axis represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

AREA_VERT_PERCENT

static final int AREA_VERT_PERCENT
Graph type: Percent area graph. Percent graphs show changes in relationships over time. Area markers represent cumulative percentages of the total value for the column.

Each area marker represents a series. Each column of points along the ordinal axis represents a group.

See Also:
Constant Field Values

AREA_HORIZ_ABS

static final int AREA_HORIZ_ABS
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: - Horizontal Absolute Area This graph type is not supported in the BI Beans UI.

AREA_HORIZ_STACK

static final int AREA_HORIZ_STACK
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Stacked Area This graph type is not supported in the BI Beans UI.

AREA_HORIZ_ABS_SPLIT2Y

static final int AREA_HORIZ_ABS_SPLIT2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Bi-Polar Absolute Area This graph type is not supported in the BI Beans UI.

AREA_HORIZ_STACK_SPLIT2Y

static final int AREA_HORIZ_STACK_SPLIT2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Bi-Polar Stacked Area. This graph type is not supported in the BI Beans UI.

AREA_HORIZ_PERCENT

static final int AREA_HORIZ_PERCENT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Percent Area . This graph type is not supported in the BI Beans UI.

LINE_VERT_ABS

static final int LINE_VERT_ABS
Graph type: Absolute line graph. Use line graphs to show trends over time or to compare items at the same time. Each point on the line graph represents an actual data value.

Each line represents a series. Each column of points along the ordinal axis represents a group.

The default UI for the BI Beans presents point graphs. These point graphs are line graphs in which the lines are not displayed.

See Also:
#isLineDataLineDisplayed, Constant Field Values

LINE_VERT_STACK

static final int LINE_VERT_STACK
Graph type: Stacked line graph. Use line graphs to show trends over time or to compare items at the same time. Points represent cumulative values, so the lines do not normally cross each other.

Each line represents a series. Each column of points along the ordinal axis represents a group.

See Also:
Constant Field Values

LINE_VERT_ABS_2Y

static final int LINE_VERT_ABS_2Y
Graph type: Absolute, dual-Y line graph. Points represent cumulative values, so the lines do not normally cross each other.

Use dual-Y graphs to compare measures that have different magnitudes.

Each line represents a series. Each column of points along the ordinal axis represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

The default UI for the BI Beans presents point graphs. These point graphs are line graphs in which the lines are not displayed.

See Also:
#isLineDataLineDisplayed, Constant Field Values

LINE_VERT_STACK_2Y

static final int LINE_VERT_STACK_2Y
Graph type: Stacked, dual-Y line graph. Points represent cumulative values, so the lines do not normally cross each other. Use dual-Y graphs to compare measures that have different magnitudes.

Each line represents a series. Each column of points along the ordinal axis represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

LINE_VERT_ABS_SPLIT2Y

static final int LINE_VERT_ABS_SPLIT2Y
Graph type: Absolute, split dual-Y line graph. Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each Y-axis occupies a different segment of the graph.

Each line represents a series. Each column of points along the ordinal axis represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

The default UI for the BI Beans presents point graphs. These point graphs are line graphs in which the lines are not displayed.

See Also:
#isLineDataLineDisplayed, Constant Field Values

LINE_VERT_STACK_SPLIT2Y

static final int LINE_VERT_STACK_SPLIT2Y
Graph type: Stacked, split dual-Y line graph. Points represent cumulative values, so the lines do not normally cross each other. Use dual-Y graphs to compare measures that have different magnitudes. In a split dual-Y graph, each axis occupies a different segment of the graph.

Each line represents a series. Each column of points along the ordinal axis represents a group.

Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents. This graph type requires at least two series of data.

See Also:
Constant Field Values

LINE_VERT_PERCENT

static final int LINE_VERT_PERCENT
Graph type: Percent line graph. Percent graphs show changes in relationships over time.

Each line represents a series. Each column of points along the ordinal axis represents a group.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

LINE_HORIZ_ABS

static final int LINE_HORIZ_ABS
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Absolute Line. This graph type is not supported in the BI Beans UI.

LINE_HORIZ_STACK

static final int LINE_HORIZ_STACK
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Stacked Line. This graph type is not supported in the BI Beans UI.

LINE_HORIZ_ABS_2Y

static final int LINE_HORIZ_ABS_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Dual-Axis Absolute Line. This graph type is not supported in the BI Beans UI.

LINE_HORIZ_STACK_2Y

static final int LINE_HORIZ_STACK_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Dual-Axis Stacked Line. This graph type is not supported in the BI Beans UI.

LINE_HORIZ_ABS_SPLIT2Y

static final int LINE_HORIZ_ABS_SPLIT2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Bi-Polar Absolute Line. This graph type is not supported in the BI Beans UI.

LINE_HORIZ_STACK_SPLIT2Y

static final int LINE_HORIZ_STACK_SPLIT2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Bi-Polar Stacked Line. This graph type is not supported in the BI Beans UI.

LINE_HORIZ_PERCENT

static final int LINE_HORIZ_PERCENT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Percent Line. This graph type is not supported in the BI Beans UI.

PIE

static final int PIE
Graph type: Pie graph. Use pie graphs to show percentage of a total. Each slice represents a series. The pie represents a group.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

RING

static final int RING
Graph type: Ring graph. Use ring graphs to show percentage of a total. The total appears in the center of the ring.

Each slice represents a series. The ring represents a group.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

PIE_MULTI

static final int PIE_MULTI
Graph type: Multiple pie graph. Use pie graphs to show percentages of totals.

Slices of the same color represent a series. Each pie represents a group.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

RING_MULTI

static final int RING_MULTI
Graph type: Multiple ring graph. Use ring graphs to show percentages of totals. The totals appear in the centers of the rings.

Slices of the same color represent a series. Each ring represents a group.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

PIE_MULTI_PROP

static final int PIE_MULTI_PROP
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Multi Proportional Pie. This graph type is not supported in the BI Beans UI.

RING_MULTI_PROP

static final int RING_MULTI_PROP
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Multi Proportional Ring Pie. This graph type is not supported in the BI Beans UI.

SCATTER

static final int SCATTER
Graph type: Scatter graph. Scatter graphs have two data axes and no ordinal axis. The location of the data marker represents two data values, one for the X-axis and one for the Y-axis. Scatter graphs are especially useful when you have a number of data items and you want to see general relationships.

Markers of the same color represent a series. The location of the marker along the X-axis represents one group value. The location of the marker along the Y-axis represents the other group value.

This graph type requires at least two groups of data, one for each data axis.

See Also:
Constant Field Values

SCATTER_2Y

static final int SCATTER_2Y
Graph type: Dual-Y scatter graph. Dual-Y scatter graphs have three data axes (one X-axis and two Y-axes) and no ordinal axis. The location of the data marker represents two data values, one for the X-axis and one for a Y-axis. Scatter graphs are especially useful when you have a number of data items and you want to see general relationships.

Markers of the same color represent a series. The location of the marker along the X-axis represents one group value. The location of the marker along a Y-axis represents the other group value.

Dual-Y graphs show measures of different magnitudes. Assign each series either to the Y1-axis or to the Y2-axis, according to the measure that the series represents.

This graph type requires at least two series of data (one for each Y-axis) and two groups of data (one for the X-axis and one for a Y-axis).

See Also:
Constant Field Values

SCATTER_LABELS

static final int SCATTER_LABELS
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: XY Scatter with Labels. This graph type requires a special arrangement of data. Each data marker requires three columns of data: the X value, the Y value, and the label (text). This graph type is not supported in the BI Beans UI.

SCATTER_LABELS_2Y

static final int SCATTER_LABELS_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Dual-Y scatter graph with labels. This graph type requires a special arrangement of data. Each data marker requires three columns of data: the X value, the Y value, and the label (text). This graph type is not supported in the BI Beans UI.

POLAR

static final int POLAR
Graph type: Polar graph.

See Also:
Constant Field Values

POLAR_2Y

static final int POLAR_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Dual-Y polar graph. This graph type is not supported in the BI Beans UI.

RADAR_LINE

static final int RADAR_LINE
Graph type: Radar graph.

See Also:
Constant Field Values

RADAR_AREA

static final int RADAR_AREA
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Radar area graph. This graph type is not supported in the BI Beans UI.

RADAR_LINE_2Y

static final int RADAR_LINE_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Radar Line Dual-Axis. This graph type is not supported in the BI Beans UI.

STOCK_OHLC_CANDLE

static final int STOCK_OHLC_CANDLE
Graph type: Candle open-high-low-close stock graph. This stock graph shows opening, high, low, and closing values.

See Also:
Constant Field Values

STOCK_OHLC_CANDLE_VOLUME

static final int STOCK_OHLC_CANDLE_VOLUME
Graph type: Candle open-high-low-close stock graph with volume. This stock graph shows opening, high, low, and closing values, as well as trading volume.

See Also:
Constant Field Values

STOCK_CANDLE

static final int STOCK_CANDLE
Graph type: Candle open-close stock graph. This candle stock graph shows opening and closing values only.

See Also:
Constant Field Values

STOCK_HILO

static final int STOCK_HILO
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Stock Hi-Lo. This graph type is not supported in the BI Beans UI.

STOCK_HILO_2Y

static final int STOCK_HILO_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Stock Hi-Lo Dual-Axis. This graph type is not supported in the BI Beans UI.

STOCK_HILO_SPLIT2Y

static final int STOCK_HILO_SPLIT2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Stock Hi-Lo Bi-Polar This graph type is not supported in the BI Beans UI.

STOCK_HILO_CLOSE

static final int STOCK_HILO_CLOSE
Graph type: High-low-close stock graph. This stock graph shows high, low, and closing values.

See Also:
Constant Field Values

STOCK_HILO_CLOSE2Y

static final int STOCK_HILO_CLOSE2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Dual-Y stock graph. This graph type is not supported in the BI Beans UI.

STOCK_HILO_CLOSE_SPLIT2Y

static final int STOCK_HILO_CLOSE_SPLIT2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Stock Hi-Lo Close Bi-Polar This graph type is not supported in the BI Beans UI.

STOCK_OPEN_HILO_CLOSE

static final int STOCK_OPEN_HILO_CLOSE
Graph type: Open-high-low-close stock graph. This stock graph shows opening, high, low, and closing values.

See Also:
Constant Field Values

STOCK_2Y

static final int STOCK_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Stock Open-Hi-Lo-Close Dual-Axis. This graph type is not supported in the BI Beans UI.

STOCK_SPLIT_2Y

static final int STOCK_SPLIT_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Stock Open-Hi-Lo-Close Bi-Polar This graph type is not supported in the BI Beans UI.

STOCK_HILO_VOLUME

static final int STOCK_HILO_VOLUME
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Stock Hi-Lo with Volume This graph type is not supported in the BI Beans UI.

STOCK_VOLUME

static final int STOCK_VOLUME
Graph type: Open-high-low-close stock graph with volume. This stock graph shows opening, high, low, and closing values, as well as trading volume.

See Also:
Constant Field Values

STOCK_CANDLE_VOLUME

static final int STOCK_CANDLE_VOLUME
Graph type: Candle open-close stock with volume. This candle stock graph shows opening and closing values, as well as trading volume.

See Also:
Constant Field Values

HIST_VERT

static final int HIST_VERT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Vertical Histogram. This graph type requires an unusual structure for data. This graph type is not supported in the BI Beans UI.

HIST_HORIZ

static final int HIST_HORIZ
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Horizontal Histogram. This graph type requires an unusual structure for data. This graph type is not supported in the BI Beans UI.

SPECTRAL

static final int SPECTRAL
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Spectral Map. This graph type is not supported in the BI Beans UI.

STOCK_HILO_CLOSE_VOLUME

static final int STOCK_HILO_CLOSE_VOLUME
Graph type: High-low-close stock graph with volume. This stock graph shows high, low, and closing values, as well as trading volume.

See Also:
Constant Field Values

BUBBLE

static final int BUBBLE
Graph type: Bubble graph.

See Also:
Constant Field Values

BUBBLE_LABELS

static final int BUBBLE_LABELS
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Bubble Graph with Labels This graph requires for columns for each data marker: X value, Y value, Z value, and label (text). This graph type is not supported in the BI Beans UI.

BUBBLE_2Y

static final int BUBBLE_2Y
Graph type: Dual-Y bubble graph.

See Also:
Constant Field Values

BUBBLE_LABELS_2Y

static final int BUBBLE_LABELS_2Y
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph type: Bubble Graph with Labels Dual-Axes This graph requires for columns for each data marker: X value, Y value, Z value, and label (text). This graph type is not supported in the BI Beans UI.

PIE_BAR

static final int PIE_BAR
Graph type: Pie-Bar graph.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

RING_BAR

static final int RING_BAR
Graph type: Ring-Bar graph.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

BAR_VERT_FLOAT_STACK

static final int BAR_VERT_FLOAT_STACK
Graph type: Floating stacked bar graph that is vertical. Use floating bar graphs to show positive or negative differences in the data, or both.

Multiple series are required by this graph type. The first series is always used to provide a base value upon which to display bars for subsequent series. Note that lines are NOT stacked in this graph type.

See Also:
Constant Field Values

PARETO

static final int PARETO
Graph type: Pareto graph.

This graph type is not appropriate for data that includes negative numbers.

See Also:
Constant Field Values

COMBINATION_VERT_ABS

static final int COMBINATION_VERT_ABS
Graph type: Absolute vertical combination graph

See Also:
Constant Field Values

COMBINATION_VERT_ABS_2Y

static final int COMBINATION_VERT_ABS_2Y
Graph type: Absolute 2Y vertical combination graph

See Also:
Constant Field Values

LINE_SELECT_POINT

@Deprecated
static final int LINE_SELECT_POINT
Deprecated. 
Both the X and Y Axes of this graph are data axes. This graph renders a single series of continuous data, ordered by X Value, as a series of connected line segments without markers. This is much like the Scatter graph when the data line is displayed and the marker shape is set to none. This graph also displays a marker on one of the line segments whose X location is specified by the application through setMarkerXLocation() on graph. The graph determines the Y value through interpolation. A line segment is drawn from the marker to each axis. The color of these line segments is the same as that of the marker. A Legend entry is included for this display the same way an entry is included for the data series being graphed. The end user can then click at any location on the data line, selecting an additional point. When a point is selected, 1) the selected point is indicated by an additional marker, 2) line segments are drawn from this new marker to each axis, using the same color as the new marker, and 3) an event that contains the X and Y axis location of the selected point is fired in case of JSF Graph. An additional legend item is NOT rendered. Each time the end user clicks on another location on the data line, the previous selected marker and associated line segments are replaced. The color of the line will be color of series 0. The color of the first marker will be color of series 1. Shape of this marker will be specified on series 1. The color of the second marker(selected marker) will be color of series 2. Shape of this marker will be specified on series 2.

See Also:
Constant Field Values

FUNNEL

static final int FUNNEL
Graph type: Funnel Chart.

See Also:
Constant Field Values

BOXPLOT_FIVE_VALUE

static final int BOXPLOT_FIVE_VALUE
Graph type: Box Plot.

See Also:
Constant Field Values

BOXPLOT_SEVEN_VALUE

static final int BOXPLOT_SEVEN_VALUE
See Also:
Constant Field Values

TWOD_END

static final int TWOD_END
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Keeping track of the last graph value

GRAPH

static final int GRAPH
This graph.

See Also:
Constant Field Values

AREAMARKER

static final int AREAMARKER
The AreaMarker component.

See Also:
AreaMarker, Series, Constant Field Values

BACKGROUND

static final int BACKGROUND
The GraphBackground component.

See Also:
GraphBackground, Constant Field Values

CONNECTOR

static final int CONNECTOR
The Connector component.

See Also:
Connector, Constant Field Values

DATALINE

static final int DATALINE
The DataLine component.

See Also:
DataLine, Constant Field Values

DATAMARKER

static final int DATAMARKER
The DataMarker component.

See Also:
DataMarker, Constant Field Values

FITLINE

static final int FITLINE
The Fitline component.

See Also:
Fitline, Constant Field Values

LEGENDAREA

static final int LEGENDAREA
The LegendArea component.

See Also:
LegendArea, Constant Field Values

LEGENDMARKER

static final int LEGENDMARKER
The LegendMarker component.

See Also:
LegendMarker, Constant Field Values

LEGENDTEXT

static final int LEGENDTEXT
The LegendText component.

See Also:
LegendText, Constant Field Values

MARKERTEXT

static final int MARKERTEXT
The MarkerText component.

See Also:
MarkerText, Constant Field Values

O1AXIS

static final int O1AXIS
The O1Axis component.

See Also:
O1Axis, Constant Field Values

O1MAJORTICK

static final int O1MAJORTICK
The O1MajorTick component.

See Also:
O1MajorTick, Constant Field Values

O1TICKLABEL

static final int O1TICKLABEL
The O1TickLabel component.

See Also:
O1TickLabel, Constant Field Values

O1TITLE

static final int O1TITLE
The O1Title component.

See Also:
O1Title, Constant Field Values

PIEFEELER

static final int PIEFEELER
The PieFeeler component.

See Also:
PieFeeler, Constant Field Values

PIEFRAME

static final int PIEFRAME
The PieFrame component.

See Also:
PieFrame, Constant Field Values

PIELABEL

static final int PIELABEL
The PieLabel component.

See Also:
PieLabel, Constant Field Values

PLOTAREA

static final int PLOTAREA
The PlotArea component.

See Also:
PlotArea, Constant Field Values

QUADRANTLINE

static final int QUADRANTLINE
The QuadrantLine component.

See Also:
QuadrantLine, Constant Field Values

SERIES

static final int SERIES
The Series component.

See Also:
Series, Constant Field Values

SLICE

static final int SLICE
The Slice component.

See Also:
Slice, Constant Field Values

SLICELABEL

static final int SLICELABEL
The SliceLabel component.

See Also:
SliceLabel, Constant Field Values

SPLITDIVIDER

static final int SPLITDIVIDER
The SplitDivider component.

See Also:
SplitDivider, Constant Field Values

STOCKMARKER

static final int STOCKMARKER
The StockMarker component.

See Also:
StockMarker, Constant Field Values

THREEDFLOOR

static final int THREEDFLOOR
The ThreeDFloor component.

See Also:
ThreeDFloor, Constant Field Values

THREEDLEFTWALL

static final int THREEDLEFTWALL
The ThreeDLeftWall component.

See Also:
ThreeDLeftWall, Constant Field Values

THREEDMARKER

static final int THREEDMARKER
The ThreeDMarker component.

See Also:
ThreeDMarker, Constant Field Values

THREEDRIGHTWALL

static final int THREEDRIGHTWALL
The ThreeDRightWall component.

See Also:
ThreeDRightWall, Constant Field Values

TWODMARKER

static final int TWODMARKER
The TwoDMarker component.

See Also:
TwoDMarker, Constant Field Values

X1AXIS

static final int X1AXIS
The X1Axis component.

See Also:
X1Axis, Constant Field Values

X1MAJORTICK

static final int X1MAJORTICK
The X1MajorTick component.

See Also:
X1MajorTick, Constant Field Values

X1TICKLABEL

static final int X1TICKLABEL
The X1TickLabel component.

See Also:
X1TickLabel, Constant Field Values

X1TITLE

static final int X1TITLE
The X1Title component.

See Also:
X1Title, Constant Field Values

XPANELGRID

static final int XPANELGRID
The XPanelGrid component.

See Also:
XPanelGrid, Constant Field Values

Y1AXIS

static final int Y1AXIS
The Y1Axis component.

See Also:
Y1Axis, Constant Field Values

Y1MAJORTICK

static final int Y1MAJORTICK
The Y1MajorTick component.

See Also:
Y1MajorTick, Constant Field Values

Y1TICKLABEL

static final int Y1TICKLABEL
The Y1TickLabel component.

See Also:
Y1TickLabel, Constant Field Values

Y1TITLE

static final int Y1TITLE
The Y1Title component.

See Also:
Y1Title, Constant Field Values

Y1ZEROLINE

static final int Y1ZEROLINE
The Y1ZeroLine component.

See Also:
Y1ZeroLine, Constant Field Values

Y2AXIS

static final int Y2AXIS
The Y2Axis component.

See Also:
Y2Axis, Constant Field Values

Y2MAJORTICK

static final int Y2MAJORTICK
The Y2MajorTick component.

See Also:
Y2MajorTick, Constant Field Values

Y2TICKLABEL

static final int Y2TICKLABEL
The Y2TickLabel component.

See Also:
Y2TickLabel, Constant Field Values

Y2TITLE

static final int Y2TITLE
The Y2Title component.

See Also:
Y2Title, Constant Field Values

Y2ZEROLINE

static final int Y2ZEROLINE
The Y2ZeroLine component.

See Also:
Y2ZeroLine, Constant Field Values

Y3DMARKERGRID

static final int Y3DMARKERGRID
The Y3DMarkerGrid component.

See Also:
Y3DMarkerGrid, Constant Field Values

YPANELGRID

static final int YPANELGRID
The YPanelGrid component.

See Also:
YPanelGrid, Constant Field Values

ZPANELGRID

static final int ZPANELGRID
The ZPanelGrid component.

See Also:
ZPanelGrid, Constant Field Values

ZTICKLABEL

static final int ZTICKLABEL
The ZTickLabel component.

See Also:
ZTickLabel, Constant Field Values

ZTITLE

static final int ZTITLE
The ZTitle component.

See Also:
ZTitle, Constant Field Values

VOLUMEMARKER

static final int VOLUMEMARKER
The VolumeMarker component.

See Also:
VolumeMarker, Constant Field Values

RINGTOTALLABEL

static final int RINGTOTALLABEL
The RingTotalLabel component.

See Also:
RingTotalLabel, Constant Field Values

PARETOLINE

static final int PARETOLINE
The ParetoLine component.

See Also:
ParetoLine, Constant Field Values

X1REFERENCELINE

static final int X1REFERENCELINE
The X1ReferenceLine component.

See Also:
X1ReferenceLine, Constant Field Values

Y1REFERENCELINE

static final int Y1REFERENCELINE
The Y1ReferenceLine component.

See Also:
Y1ReferenceLine, Constant Field Values

Y2REFERENCELINE

static final int Y2REFERENCELINE
The Y2ReferenceLine component.

See Also:
Y2ReferenceLine, Constant Field Values

UNDEFINED

static final int UNDEFINED
An undefined component. This is a component that Perspective For Java supports but that the BI Beans does not expose. If you get this constant in a return method, the current graph type might be one of the graph types that the BI Beans does not support, or there might be a bug that needs to be reported.

See Also:
Constant Field Values

REFERENCEOBJECTMARKER

static final int REFERENCEOBJECTMARKER
The ReferenceLineMarker component.

See Also:
ReferenceLineMarker, Constant Field Values

REFERENCEOBJECTTEXT

static final int REFERENCEOBJECTTEXT
The ReferenceLineText component.

See Also:
ReferenceLineText, Constant Field Values

O1DRILLLABEL

static final int O1DRILLLABEL
The O1DrillLabel component.

See Also:
O1DrillLabel, Constant Field Values

ZDRILLLABEL

static final int ZDRILLLABEL
The ZDrillLabel component.

See Also:
ZDrillLabel, Constant Field Values

DRILLTEXT

static final int DRILLTEXT
The DrillText component.

See Also:
DrillText, Constant Field Values

DRILLMARKER

static final int DRILLMARKER
The DrillMarker component.

See Also:
DrillMarker, Constant Field Values

PARETOMARKER

static final int PARETOMARKER
The ParetoMarker component.

See Also:
ParetoMarker, Constant Field Values

XVALUE

static final int XVALUE
Format the data value as an X value.

See Also:
Constant Field Values

Y1VALUE

static final int Y1VALUE
Format the data value as a Y1 value.

See Also:
Constant Field Values

Y2VALUE

static final int Y2VALUE
Format the data value as a Y2 value.

See Also:
Constant Field Values

ZVALUE

static final int ZVALUE
Format the data value as a Z value.

See Also:
Constant Field Values

XTICKLBL

static final int XTICKLBL
Format the data value as an X tick label.

See Also:
Constant Field Values

Y1TICKLBL

static final int Y1TICKLBL
Format the data as a Y1 tick label.

See Also:
Constant Field Values

Y2TICKLBL

static final int Y2TICKLBL
Format the data value a Y2 tick label.

See Also:
Constant Field Values

TIMESELECTOR

static final int TIMESELECTOR
Time selector.

See Also:
Constant Field Values

FUNNELFRAME

static final int FUNNELFRAME
The FunnelFrame component.

See Also:
FunnelFrame, Constant Field Values

FUNNELSLICE

static final int FUNNELSLICE
The Slice component for funnel.

See Also:
Slice, Constant Field Values

FUNNELSLICELABEL

static final int FUNNELSLICELABEL
The SliceLabel component for funnel.

See Also:
SliceLabel, Constant Field Values

UNDEFINEDTYPE

static final int UNDEFINEDTYPE
Undetermined how to format the data value.

See Also:
Constant Field Values

REFERENCEOBJECT

static final int REFERENCEOBJECT
The ReferenceObject component.

See Also:
ReferenceObject, Constant Field Values

ALL

static final int ALL
The constant representing all of graph components. currently only used by ReferenceObjects

See Also:
Constant Field Values

LEGENDTITLE

static final int LEGENDTITLE
The LegendTitle component.

See Also:
LegendTitle, Constant Field Values

ALERT

static final int ALERT
The Alert component.

See Also:
Alert, Constant Field Values

ANNOTATION

static final int ANNOTATION
The Annotation component.

See Also:
Annotation, Constant Field Values

X1MINORTICK

static final int X1MINORTICK
The X1MinorTick component.

See Also:
X1MinorTick, Constant Field Values

Y1MINORTICK

static final int Y1MINORTICK
The Y1MinorTick component.

See Also:
Y1MinorTick, Constant Field Values

Y2MINORTICK

static final int Y2MINORTICK
The Y2MinorTick component.

See Also:
Y2MinorTick, Constant Field Values

TOOLTIP

static final int TOOLTIP
The ToolTip component.

See Also:
ToolTip, Constant Field Values

LAYER_LEGENDMARKER

static final int LAYER_LEGENDMARKER
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph End

LAYER_LEGENDTEXT

static final int LAYER_LEGENDTEXT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph End

GRAPH_END

static final int GRAPH_END
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Graph End

DDT_CUBE

static final int DDT_CUBE
Deprecated. As of 4.0.0.11, no replacement
Data director type: The DataDirector is a CubeDataDirector, for multidimensional data.

See Also:
DataDirector, Constant Field Values

DDT_RELATIONAL

static final int DDT_RELATIONAL
Deprecated. As of 4.0.0.11, no replacement
Data director type: The DataDirector is a RelationalDataDirector, for relational data.

See Also:
DataDirector, Constant Field Values

YEAR

static final int YEAR
Date element: Year.

See Also:
Constant Field Values

MONTH

static final int MONTH
Date element: Month.

See Also:
Constant Field Values

DAY

static final int DAY
Date element: Day.

See Also:
Constant Field Values

TIME

static final int TIME
Date element: Time.

See Also:
Constant Field Values

QUARTER

static final int QUARTER
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Date element: QUARTER.

AUTOMATIC

static final java.lang.String AUTOMATIC
Date format: Automatic. Format the element based on available space for labels. This format can be specified for any date element, and is the default format for all date elements.

See Also:
Constant Field Values

NONE

static final java.lang.String NONE
Date format: none. Do not display the element on the time axis.

This format can be specified for any date element. However, at least one element is always displayed on the time axis, regardless of how many formats are set to NONE. If NONE is specified as the format for all the relevant elements, then the time axis displays the smallest element for the current data set. For example, if data is daily and the format for the MONTH element is NONE, then only days and years appear on the time axis. If data is daily and all formats are NONE, or if all formats except for TIME are NONE, then only days appear.

See Also:
Constant Field Values

YEAR_LONG

static final java.lang.String YEAR_LONG
Year format: Long. Example: 2003

See Also:
Constant Field Values

YEAR_LONG_WITH_COMMA

static final java.lang.String YEAR_LONG_WITH_COMMA
Deprecated. replaced by YEAR_LONG_WITH_GROUPING_SEPARATOR
Year format: Long with a comma. Example: 2,003

See Also:
Constant Field Values

YEAR_LONG_WITH_GROUPING_SEPARATOR

static final java.lang.String YEAR_LONG_WITH_GROUPING_SEPARATOR
Year format: Long with a grouping separator. Example: 2,003

See Also:
Constant Field Values

YEAR_SHORT

static final java.lang.String YEAR_SHORT
Year format: Short. Example: 03

See Also:
Constant Field Values

YEAR_SHORT_WITH_APOSTROPHE

static final java.lang.String YEAR_SHORT_WITH_APOSTROPHE
Year format: Short with an apostrophe. Example: '03

See Also:
Constant Field Values

QUARTER_LONG

static final java.lang.String QUARTER_LONG
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Quarter format: Long. Example: Quarter 1

QUARTER_SHORT

static final java.lang.String QUARTER_SHORT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Quarter format: Short. Example: Qtr 1

QUARTER_SINGLE_LETTER

static final java.lang.String QUARTER_SINGLE_LETTER
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Quarter format: Single letter. Example: Q1

MONTH_LONG

static final java.lang.String MONTH_LONG
Month format: Long. Example: January

See Also:
Constant Field Values

MONTH_SHORT

static final java.lang.String MONTH_SHORT
Month format: Short. Example: Jan

See Also:
Constant Field Values

MONTH_NUMBER

static final java.lang.String MONTH_NUMBER
Month format: Number. Example: 01 or 12

See Also:
Constant Field Values

MONTH_SINGLE_LETTER

static final java.lang.String MONTH_SINGLE_LETTER
Month format: Single letter. Example: J or D

See Also:
Constant Field Values

DAY_OF_WEEK_NUMBER

static final java.lang.String DAY_OF_WEEK_NUMBER
Day format: Day of the week, as a number. Example: 1 or 7

See Also:
Constant Field Values

DAY_OF_WEEK

static final java.lang.String DAY_OF_WEEK
Day format: Day of week, as a word. Example: Monday

See Also:
Constant Field Values

DAY_OF_MONTH

static final java.lang.String DAY_OF_MONTH
Day format: Day of the month. Example: 01 or 31

See Also:
Constant Field Values

DAY_OF_MONTH_LONG

static final java.lang.String DAY_OF_MONTH_LONG
Day format: Day of the month long. Example: 01 or 31 with day trailing character for CJK locales

See Also:
Constant Field Values

DAY_OF_WEEK_ABBR

static final java.lang.String DAY_OF_WEEK_ABBR
Day format: Day of the week, abbreviated. Example: Mon

See Also:
Constant Field Values

DAY_SINGLE_LETTER

static final java.lang.String DAY_SINGLE_LETTER
Day format: Day of the week, as a single letter. Example: M or F

See Also:
Constant Field Values

HOUR

static final java.lang.String HOUR
Time format: Hour on 12-hour clock. Example: 03 PM

See Also:
Constant Field Values

HOUR24

static final java.lang.String HOUR24
Time format: Hour on 24-hour clock. Example: 15

See Also:
Constant Field Values

HOUR_MINUTE

static final java.lang.String HOUR_MINUTE
Time format: Hour and minute on 12-hour clock. Example: 03:20 PM

See Also:
Constant Field Values

HOUR24_MINUTE

static final java.lang.String HOUR24_MINUTE
Time format: Hour and minute on 24-hour clock. Example: 15:20

See Also:
Constant Field Values

HOUR_MINUTE_SECOND

static final java.lang.String HOUR_MINUTE_SECOND
Time format: Hour, minute, and second on 12-hour clock. Example: 03:15:22 PM

See Also:
Constant Field Values

HOUR24_MINUTE_SECOND

static final java.lang.String HOUR24_MINUTE_SECOND
Time format: Hour, minute, and second on 24-hour clock. Example: 15:20:22

See Also:
Constant Field Values

TEXT_COMPONENTS_ALL

static final int TEXT_COMPONENTS_ALL
Scale font size: Scale the font size of all text components in the graph.

See Also:
Constant Field Values

TEXT_COMPONENTS_NONE

static final int TEXT_COMPONENTS_NONE
Scale font size: Do not scale the font size of any text components in the graph.

See Also:
Constant Field Values

AL_NEVER

static final int AL_NEVER
AutoLayout: Never layout components automatically.

See Also:
Constant Field Values

AL_AS_NEEDED

static final int AL_AS_NEEDED
AutoLayout: Layout components automatically only when necessary. With this setting, the graph looks for display problems, such as overlapping components or text that extends outside the legend area. If the graph detects a problem with any component, all automatically placed components are adjusted.

Use this setting if your application handles layout, but you want to ensure that overlap does not occur in case the user displays a set of data that you did not account for in your layout code.

See Also:
Constant Field Values

AL_ALWAYS

static final int AL_ALWAYS
AutoLayout: Always layout components automatically, without checking whether it is necessary.

See Also:
Constant Field Values

SE_NONE

static final int SE_NONE
SeriesEffect: Simple, plain graph. Data markers appear flat. Setting SeriesEffect to this setting turns off graphic antialiasing.

See Also:
Constant Field Values

SE_GRADIENT

static final int SE_GRADIENT
SeriesEffect: Graph with gradient. When this setting is in effect:

See Also:
Constant Field Values

SE_AUTO_GRADIENT

static final int SE_AUTO_GRADIENT
SeriesEffect: Graph with gradient. This setting works almost same as SE_GRADIENT expect when displaying larger datasets where having gradient does not change the graph but causes performace hit

See Also:
SE_GRADIENT, Constant Field Values

SE_PATTERN

static final int SE_PATTERN
SeriesEffect: Graph with patterns.

See Also:
Constant Field Values

DMT_DEFAULT

static final int DMT_DEFAULT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
DataModelType: default data model type

DMT_EXCEL

static final int DMT_EXCEL
See Also:
Constant Field Values
For internal use only. Application developers should not use this
DataModelType: excel data model type

DMT_DESKTOP

static final int DMT_DESKTOP
See Also:
Constant Field Values
For internal use only. Application developers should not use this
DataModelType: discoverer desktop data model type

MTT_NONE

static final int MTT_NONE
Marker ToolTip Type: No tooltips displayed.

See Also:
Constant Field Values

MTT_VALUES

static final int MTT_VALUES
Marker ToolTip Type: Display data value or values.

See Also:
Constant Field Values

MTT_CUM_VAL

static final int MTT_CUM_VAL
Display cumulative data value (stacked graphs only).

See Also:
Constant Field Values

MTT_PERCENT_VAL

static final int MTT_PERCENT_VAL
Display percentage data value (pie slices only).

See Also:
Constant Field Values

MTT_TEXT

static final int MTT_TEXT
Marker text type: Display QDR information, such as "January, Shoes".

See Also:
Constant Field Values

MTT_PERCENT_VAL_VALUES

static final int MTT_PERCENT_VAL_VALUES
Marker text type: Display percentage data value (pie slices only) and data value or values.

See Also:
Constant Field Values

MTT_PERCENT_VAL_TEXT

static final int MTT_PERCENT_VAL_TEXT
Marker text type: Display percentage data value (pie slices only) and QDR information, such as "January, Shoes".

See Also:
Constant Field Values

MTT_PERCENT_VAL_VALUES_TEXT

static final int MTT_PERCENT_VAL_VALUES_TEXT
Marker text type: Display percentage data value (pie slices only), data value or values, and QDR information, such as "January, Shoes".

See Also:
Constant Field Values

MTT_VALUES_TEXT

static final int MTT_VALUES_TEXT
Marker text type: Display data value or values and QDR information, such as "January, Shoes."

See Also:
Constant Field Values

TLT_NONE

static final int TLT_NONE
Tooltip label type: Do not display information.

See Also:
Constant Field Values

TLT_MEMBER

static final int TLT_MEMBER
Tooltip label type: Display only dimension names, such as "Product".

See Also:
Constant Field Values

TLT_DIM_MEMBER

static final int TLT_DIM_MEMBER
Tooltip label type: Display dimension names and dimension members, such as "Product: Shoes".

See Also:
Constant Field Values

RB_NONE

static final int RB_NONE
There is no rollover behavior enabled.

See Also:
Graph.setSeriesRolloverBehavior(int), Constant Field Values

RB_HIGHLIGHT

static final int RB_HIGHLIGHT
Rollover behavior defined by highlighting.

See Also:
Graph.setSeriesRolloverBehavior(int), Constant Field Values

RB_DIM

static final int RB_DIM
Rollover behavior defined by dimming.

See Also:
Graph.setSeriesRolloverBehavior(int), Constant Field Values

RB_MAX

static final int RB_MAX
See Also:
Constant Field Values
For internal use only. Application developers should not use this

HS_OFF

static final int HS_OFF
There is no hide and show behavior enabled.

See Also:
Graph#setSeriesHideShowBehavior, Constant Field Values

HS_RESCALE

static final int HS_RESCALE
Hide and show will rescale the graph.

See Also:
Graph#setSeriesHideShowBehavior, Constant Field Values

HS_NO_RESCALE

static final int HS_NO_RESCALE
Hide and show will not rescale the graph.

See Also:
Graph#setSeriesHideShowBehavior, Constant Field Values

HS_MAX

static final int HS_MAX
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ZD_BOTH_AXES

static final int ZD_BOTH_AXES
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Zoom direction: Zooming allowed on both the X- and the Y-axes.

ZD_XAXIS_ONLY

static final int ZD_XAXIS_ONLY
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Zoom direction: Zooming allowed on the X-axis only.

ZD_YAXIS_ONLY

static final int ZD_YAXIS_ONLY
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Zoom direction: Zooming allowed on the Y-axis only.

SP_NEVER

static final int SP_NEVER
Scrollbar presence: Never display scrollbars.

See Also:
Constant Field Values

SP_AS_NEEDED

static final int SP_AS_NEEDED
Scrollbar presence: Display scrollbars when they are needed. Scrollbars appear when there are more groups or series of data than the maximum that should be displayed.

See Also:
#setDisplayGroups, #setDisplaySeries, Constant Field Values

SP_ALWAYS

static final int SP_ALWAYS
Scrollbar presence: Always display scrollbars.

See Also:
Constant Field Values

SP_RESERVED

static final int SP_RESERVED
Scrollbar presence: Display scrollbars when they are needed, and reserve space for them when they are not. This constant can be used with the ScrollbarPresenceGroups, ScrollbarPresenceX1, ScrollbarPresenceY1, and ScrollbarPresenceY2 properties.

See Also:
Constant Field Values

SP_ALWAYS_BP_NEVER

static final int SP_ALWAYS_BP_NEVER
Scrollbar presence: Always display scrollbars but never display the zoom button This attribute should be deleted when ButtonPresence is exposed as an attribute on the graph tag

See Also:
Constant Field Values

SP_HIDDEN

static final int SP_HIDDEN
Scrollbar presence: Hide scrollbars but allow scrolling programatically on the client

See Also:
Constant Field Values

GROUPANDSERIESLIMIT

static final int GROUPANDSERIESLIMIT
The maximum number of groups and series that this graph can display.

See Also:
#setStartGroup, #setStartSeries, #setStartRow, #setStartColumn, Constant Field Values

SERIESOBJECTCOUNTLIMIT

static final int SERIESOBJECTCOUNTLIMIT
The maximum number of different series for which you can save properties.

See Also:
#setSeriesObjectCount, Constant Field Values

THRESHOLDOBJECTCOUNTLIMIT

static final int THRESHOLDOBJECTCOUNTLIMIT
The maximum number of thresholds for which you can save properties.

See Also:
#setThresholdObjectCount, Constant Field Values

COLOR_BY_SERIES

static final int COLOR_BY_SERIES
Color Mode: Markers of the same color indicate a series of data.

See Also:
Constant Field Values

COLOR_BY_GROUP

static final int COLOR_BY_GROUP
Color Mode: Markers of the same color indicate a group of data.

See Also:
Constant Field Values

SVG_MODE_NO_HEADER

static final int SVG_MODE_NO_HEADER
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to render the Graph as static SVG with no XML header. TBD: this was added for a demo, can it be removed now?

SVG_MODE_BASIC

static final int SVG_MODE_BASIC
SVG mode to simply render the Graph as static SVG.

See Also:
Constant Field Values

SVG_MODE_TOOLTIPS

static final int SVG_MODE_TOOLTIPS
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to render the Graph with tooltips.

SVG_MODE_DRILLING

static final int SVG_MODE_DRILLING
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to render the Graph with drilling enabled. This is only used for JSF Graph, and will not work for Java-client Graph.

SVG_MODE_DATA_ZOOMING

static final int SVG_MODE_DATA_ZOOMING
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to render the Graph with data zooming enabled. This is only used for JSF Graph, and will not work for Java-client Graph.

SVG_MODE_SHAPE_ATTRIBUTES

static final int SVG_MODE_SHAPE_ATTRIBUTES
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to render the Graph with ShapeAttributes enabled. This is only used for JSF Graph, and will not work for Java-client Graph.

SVG_MODE_FONT_EMBEDDING

static final int SVG_MODE_FONT_EMBEDDING
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to embed fonts in SVG.

SVG_MODE_DATA_SCROLLING

static final int SVG_MODE_DATA_SCROLLING
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to render the Graph with data scrolling enabled. This is only used for JSF Graph, and will not work for Java-client Graph.

SVG_MODE_TIME_AXIS_EVENT

static final int SVG_MODE_TIME_AXIS_EVENT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to render plot area with onclick handler. This is only used for JSF Graph, and will not work for Java-client Graph.

SVG_MODE_METADATA

static final int SVG_MODE_METADATA
See Also:
Constant Field Values
For internal use only. Application developers should not use this
SVG mode to include graph metadata in the SVG.

SVG_MODE_FULL

static final int SVG_MODE_FULL
SVG mode to render the Graph as interactive SVG.

See Also:
Constant Field Values

MA_NONE

static final int MA_NONE
See Also:
Constant Field Values
For internal use only. Application developers should not use this
MouseActions - Left mouse button is disabled

MA_SELECT

static final int MA_SELECT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
MouseActions - Left mouse button can select Graph component objects

MA_SCROLL_ZOOM

static final int MA_SCROLL_ZOOM
See Also:
Constant Field Values
For internal use only. Application developers should not use this
MouseActions - Left mouse button can drag a rectangle in the PlotArea to initiate Scrolling and Zooming

USER_PROPERTIES_MODE

static final int USER_PROPERTIES_MODE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

STYLE_PROPERTIES_MODE

static final int STYLE_PROPERTIES_MODE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

CSS_PROPERTIES_MODE

static final int CSS_PROPERTIES_MODE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ALL_PROPERTIES_MODE

static final int ALL_PROPERTIES_MODE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TEMP_PROPERTIES_MODE

static final int TEMP_PROPERTIES_MODE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TRM_OFF

static final int TRM_OFF
The time range mode is off. This is the default.

See Also:
Graph.setTimeRangeMode(int), Constant Field Values

TRM_RELATIVE_LAST

static final int TRM_RELATIVE_LAST
Relative time range from the last data point.

See Also:
Graph.setTimeRangeMode(int), Constant Field Values

TRM_RELATIVE_FIRST

static final int TRM_RELATIVE_FIRST
Relative time range from the first data point.

See Also:
Graph.setTimeRangeMode(int), Constant Field Values

TRM_EXPLICIT

static final int TRM_EXPLICIT
Explicit time range.

See Also:
Graph.setTimeRangeMode(int), Constant Field Values

TAT_OFF

static final int TAT_OFF
The time axis is turned off. If dates are present on the group or series labels, they will be converted to strings. If dates are present in the data, they will be converted to milliseconds.

See Also:
Graph.setTimeAxisType(int), Constant Field Values

TAT_DEFAULT

static final int TAT_DEFAULT
Discrete time axis behavior. If dates are provided on group edge and if they are at regular intervals, discrete time axis is provided for bar, line, area, combination and stock graphs (all subtypes such as dual y, stacked, split).

See Also:
Graph.setTimeAxisType(int), Constant Field Values

TAT_IRREGULAR

static final int TAT_IRREGULAR
The application should specify TAT_IRREGULAR under the following conditions. 1. Graph type should be vertical BAR, LINE, AREA or COMBINATION. Allowed subtypes are dual Y and split. Stacked graphs are not supported. 2. Data should contain dates on the group edge. The dates can be at irregular intervals. The dates may be unsorted. If the dates are unsorted the lines or areas will look zagged. It is recommended that the application sort the data before setting on Graph. 3. There should be only one dimension/layer on the group edge if data is provided via DataAccess. If TAT_IRREGULAR is specified under any other condition then dates(if present) will be converted to strings and the time axis will be disabled.

See Also:
Graph.setTimeAxisType(int), Constant Field Values

TAT_MIXED_FREQUENCY

static final int TAT_MIXED_FREQUENCY
The application should specify this property under the following conditions. 1. Graph type should be vertical BAR, LINE, AREA, COMBINATION or SCATTER. Allowed subtypes are dual Y and split. Stacked graphs are not supported. 2. The data that will be plotted along X-axis should be of type Date and the data that will be plotted along the Y-axis should be a number. If TAT_MIXED_FREQUENCY is specified under any other condition then dates (if present) will be converted to milliseconds and the time axis is disabled.

See Also:
Graph.setTimeAxisType(int), Constant Field Values

TAT_DEFAULT_STRICT

static final int TAT_DEFAULT_STRICT
This is very similar to TAT_DEFAULT. Only difference is, if the conditions for the discrete time axis are not met, an error message will be displayed.

See Also:
Graph.setTimeAxisType(int), Constant Field Values

TAT_IRREGULAR_STRICT

static final int TAT_IRREGULAR_STRICT
This is very similar to TAT_IRREGULAR. Only difference is, if the conditions for the irregular time axis are not met, an error message will be displayed.

See Also:
Graph.setTimeAxisType(int), Constant Field Values

TAT_MIXED_FREQUENCY_STRICT

static final int TAT_MIXED_FREQUENCY_STRICT
This is very similar to TAT_MIXED_FREQUENCY. Only difference is, if the conditions for the mixed frequency time axis are not met, an error message will be displayed.

See Also:
Graph.setTimeAxisType(int), Constant Field Values

HONOR_PROPERTIES

static final int HONOR_PROPERTIES
doAutoLayout: Honor the properties that automatic layout normally respects. When you pass this value to the doAutoLayout method, then the automatic layout code respects the settings of properties that are set manually.

For example, tick label skipping is automatic by default, but you can specify BaseGraphComponent.TLS_MANUAL as the TickLabelSkipMode property. If you do this, then automatic layout code respects the values of the TickLabelSkipCount and TickLabelSkipFirst properties of the O1Axis.

The doAutoLayout code also respects these properties, if you set HONOR_PROPERTIES as the level. Using this value limits the strategies that the automatic layout code can use in placing components.

When you use this level, the doAutoLayout method honors:

Now matter how these properties are set before you call doAutoLayout, the doAutoLayout method always sets these properties to their manual settings, so that you can tweak the layout afterward by setting the related properties.

See Also:
RESET_PROPERTIES, #doAutoLayout, #setAutoLayout, Constant Field Values

RESET_PROPERTIES

static final int RESET_PROPERTIES
doAutoLayout: Reset property values that can be set automatically. When you pass this value to the doAutoLayout method, then the automatic layout code treats as automatic any property that can be set automatically.

For example, tick label skipping is automatic by default, but you can specify BaseGraphComponent.TLS_MANUAL as the TickLabelSkipMode property. If you do this, then automatic layout code respects the values of the TickLabelSkipCount and TickLabelSkipFirst properties of the O1Axis.

If you set RESET_PROPERTIES as the level for doAutoLayout, then doAutoLayout treats the properties as if they were set to their automatic values. Using this value allows the automatic layout code more flexibility in placing components.

When you use this level, the doAutoLayout method:

The doAutoLayout method always sets these properties to their manual settings, so that you can tweak the layout by setting the related properties.

See Also:
HONOR_PROPERTIES, #doAutoLayout, #setAutoLayout, Constant Field Values

CTAI_AUTOMATIC

static final int CTAI_AUTOMATIC
The default value for the ContinuousTimeAxisInterval property. The interval along the continuous time axis is automatically calculated based on the data range if this value is specified.

See Also:
Constant Field Values

CTAI_YEAR

static final int CTAI_YEAR
ContinuousTimeAxisInterval - YEAR

See Also:
Constant Field Values

CTAI_MONTH

static final int CTAI_MONTH
ContinuousTimeAxisInterval - MONTH

See Also:
Constant Field Values

CTAI_DAY

static final int CTAI_DAY
ContinuousTimeAxisInterval - DAY

See Also:
Constant Field Values

CTAI_HOUR

static final int CTAI_HOUR
ContinuousTimeAxisInterval - HOUR

See Also:
Constant Field Values

CTAI_MINUTE

static final int CTAI_MINUTE
ContinuousTimeAxisInterval - MINUTE

See Also:
Constant Field Values

CTAI_SECOND

static final int CTAI_SECOND
ContinuousTimeAxisInterval - SECOND

See Also:
Constant Field Values

RO_DISPLAY_NEVER

static final int RO_DISPLAY_NEVER
Reference Object: Never display the reference object.

See Also:
Constant Field Values

RO_DISPLAY_ALWAYS

static final int RO_DISPLAY_ALWAYS
Reference Object: Always display the reference object.

See Also:
Constant Field Values

RO_DISPLAY_AUTOMATIC

static final int RO_DISPLAY_AUTOMATIC
Reference Object: Display the reference object only when the mouse hovers over the component this refence object is associated with

See Also:
Constant Field Values

ro_display_never

static final java.lang.String ro_display_never
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ro_display_always

static final java.lang.String ro_display_always
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ro_display_automatic

static final java.lang.String ro_display_automatic
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SHOW_NONE

static final int SHOW_NONE
Annotations: Never display the Annotations.

See Also:
Constant Field Values

SHOW_ALL

static final int SHOW_ALL
Annotations: Always display the Annotations.

See Also:
Constant Field Values

show_none

static final java.lang.String show_none
See Also:
Constant Field Values
For internal use only. Application developers should not use this

show_all

static final java.lang.String show_all
See Also:
Constant Field Values
For internal use only. Application developers should not use this

GRAPH_MARGIN

static final int GRAPH_MARGIN
See Also:
Constant Field Values
For internal use only. Application developers should not use this
The empty space along the edge of teh graph.

LEGEND_LABEL_VIRT_SPACING

static final int LEGEND_LABEL_VIRT_SPACING
See Also:
Constant Field Values
For internal use only. Application developers should not use this
The vertical space between labels

LEGEND_MARGIN_SPACING_VIRT

static final int LEGEND_MARGIN_SPACING_VIRT
See Also:
Constant Field Values
For internal use only. Application developers should not use this
The empty space on top and bottom of legend content.

LEGEND_MARGIN_SPACING_HORZ

static final int LEGEND_MARGIN_SPACING_HORZ
See Also:
Constant Field Values
For internal use only. Application developers should not use this
The empty space on left and right of legend content.

LEGEND_MARKER_MARGIN

static final int LEGEND_MARKER_MARGIN
See Also:
Constant Field Values
For internal use only. Application developers should not use this
The empty space on left and right of legend markers.

MSIL_FALSE

static final int MSIL_FALSE
MarkerShapeInLegend: Legend markers will not be shaped like data markers or 2D markers in the same series. They will be lines for series that are line markers, and squares for all other series.

See Also:
Constant Field Values

MSIL_TRUE

static final int MSIL_TRUE
MarkerShapeInLegend: Legend markers will be shaped like data markers or 2D markers in the same series.

See Also:
Constant Field Values

MSIL_SQUARE

static final int MSIL_SQUARE
MarkerShapeInLegend: Legend markers will be square.

See Also:
Constant Field Values

msil_false

static final java.lang.String msil_false
See Also:
Constant Field Values
For internal use only. Application developers should not use this

msil_true

static final java.lang.String msil_true
See Also:
Constant Field Values
For internal use only. Application developers should not use this

msil_square

static final java.lang.String msil_square
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SMT_ALL

static final int SMT_ALL
StackedMarkerTypes: In a stacked graph, all marker types will be stacked.

See Also:
Constant Field Values

SMT_BARS

static final int SMT_BARS
StackedMarkerTypes: In a stacked graph, only bars will be stacked; lines and areas will not.

See Also:
Constant Field Values

SMT_AREAS

static final int SMT_AREAS
See Also:
Constant Field Values
For internal use only. Application developers should not use this
StackedMarkerTypes: In a stacked graph, only areas will be stacked; lines and bars will not.

SMT_LINES

static final int SMT_LINES
See Also:
Constant Field Values
For internal use only. Application developers should not use this
StackedMarkerTypes: In a stacked graph, only lines will be stacked; bars and areas will not.

SMT_AREAS_BARS

static final int SMT_AREAS_BARS
StackedMarkerTypes: In a stacked graph, areas and bars will be stacked; lines will not.

See Also:
Constant Field Values

smt_all

static final java.lang.String smt_all
See Also:
Constant Field Values
For internal use only. Application developers should not use this

smt_bars

static final java.lang.String smt_bars
See Also:
Constant Field Values
For internal use only. Application developers should not use this

smt_areas_bars

static final java.lang.String smt_areas_bars
See Also:
Constant Field Values
For internal use only. Application developers should not use this

BAR_SHAPE_RECTANGLE

static final int BAR_SHAPE_RECTANGLE
BarShape: In a bar graph, bars will be rectangular.

See Also:
Constant Field Values

BAR_SHAPE_CYLINDER

static final int BAR_SHAPE_CYLINDER
BarShape: In a bar graph, bars will be cylindrical.

See Also:
Constant Field Values

BAR_SHAPE_TRIANGLE

static final int BAR_SHAPE_TRIANGLE
BarShape: In a bar graph, bars will be triangular.

See Also:
Constant Field Values

BAR_SHAPE_DIAMOND

static final int BAR_SHAPE_DIAMOND
BarShape: In a bar graph, bars will be diamond shaped.

See Also:
Constant Field Values

bar_shape_rectangle

static final java.lang.String bar_shape_rectangle
See Also:
Constant Field Values
For internal use only. Application developers should not use this

bar_shape_cylinder

static final java.lang.String bar_shape_cylinder
See Also:
Constant Field Values
For internal use only. Application developers should not use this

bar_shape_triangle

static final java.lang.String bar_shape_triangle
See Also:
Constant Field Values
For internal use only. Application developers should not use this

bar_shape_diamond

static final java.lang.String bar_shape_diamond
See Also:
Constant Field Values
For internal use only. Application developers should not use this

CL_NONE

static final int CL_NONE
CustomLayout: all BLAF features will be honored.

See Also:
Constant Field Values

CL_TITLES_SIDEBYSIDE

static final int CL_TITLES_SIDEBYSIDE
CustomLayout: all BLAF features will be honored.

See Also:
Constant Field Values

CL_TITLE_SEPARATOR

static final int CL_TITLE_SEPARATOR
CustomLayout: all BLAF features will be honored.

See Also:
Constant Field Values

CL_AUTO_GRADIENT

static final int CL_AUTO_GRADIENT
CustomLayout: all BLAF features will be honored.

See Also:
Constant Field Values

ZS_LIVE_SCROLL

static final int ZS_LIVE_SCROLL
When zoom and scroll is enabled, scrolling will occur in real time as the user moves the scrollbar. This option provides the best user experience, at the cost of performance.

See Also:
Constant Field Values

ZS_DELAYED_SCROLL

static final int ZS_DELAYED_SCROLL
When zoom and scroll is enabled, scrolling will occur after the user finishes moving the scrollbar. This option is recommended for large data set or large image size graphs, as it has better performance compared to live scrolling.

See Also:
Constant Field Values

ZS_LIVE_SCROLL_EVENT

static final java.lang.String ZS_LIVE_SCROLL_EVENT
ZoomAndScroll: live scroll event.

See Also:
Constant Field Values

ZS_LIVE_RESIZE_EVENT

static final java.lang.String ZS_LIVE_RESIZE_EVENT
ZoomAndScroll: live resize event.

See Also:
Constant Field Values

BP_ALWAYS

static final int BP_ALWAYS
ZoomButtonPresence: always display zoom button.

See Also:
Constant Field Values

BP_NEVER

static final int BP_NEVER
ZoomButtonPresence: never display zoom button.

See Also:
Constant Field Values

LS_NONE

static final int LS_NONE
LegendScrolling: None

See Also:
Constant Field Values

LS_AUTO

static final int LS_AUTO
LegendScrolling: Automatic

See Also:
Constant Field Values

ADA_OFF

static final int ADA_OFF
ADA mode is off

See Also:
Constant Field Values

ADA_ACCESSIBILITY

static final int ADA_ACCESSIBILITY
ADA accessibility mode is on

See Also:
Constant Field Values

TOKEN_NEW_LINE

static final java.lang.String TOKEN_NEW_LINE
new line (line separator) token

See Also:
Constant Field Values

TOKEN_SERIES_LABEL

static final java.lang.String TOKEN_SERIES_LABEL
the series label for the series of this marker.

See Also:
Constant Field Values

TOKEN_GROUP_LABEL

static final java.lang.String TOKEN_GROUP_LABEL
the group label for the group of this marker

See Also:
Constant Field Values

TOKEN_X_VALUE

static final java.lang.String TOKEN_X_VALUE
the X value of a scatter or bubble marker

See Also:
Constant Field Values

TOKEN_Y_VALUE

static final java.lang.String TOKEN_Y_VALUE
the Y value of this marker (if this marker has a y value)

See Also:
Constant Field Values

TOKEN_Z_VALUE

static final java.lang.String TOKEN_Z_VALUE
the Z value (bubble size) of a bubble marker

See Also:
Constant Field Values

TOKEN_PIE_SLICE_VALUE

static final java.lang.String TOKEN_PIE_SLICE_VALUE
the value of a pie slice

See Also:
Constant Field Values

TOKEN_PIE_PERCENTAGE_VALUE

static final java.lang.String TOKEN_PIE_PERCENTAGE_VALUE
pie slice percentage value

See Also:
Constant Field Values

TOKEN_ACTUAL_VALUE

static final java.lang.String TOKEN_ACTUAL_VALUE
the actual value for a funnel slice

See Also:
Constant Field Values

TOKEN_TARGET_VALUE

static final java.lang.String TOKEN_TARGET_VALUE
the target value for a funnel slice

See Also:
Constant Field Values

TOKEN_HIGH_VALUE

static final java.lang.String TOKEN_HIGH_VALUE
the high value for a stock marker

See Also:
Constant Field Values

TOKEN_LOW_VALUE

static final java.lang.String TOKEN_LOW_VALUE
the low value for a stock marker

See Also:
Constant Field Values

TOKEN_CLOSE_VALUE

static final java.lang.String TOKEN_CLOSE_VALUE
the close value for a stock marker

See Also:
Constant Field Values

TOKEN_OPEN_VALUE

static final java.lang.String TOKEN_OPEN_VALUE
the open value for a stock marker

See Also:
Constant Field Values

TOKEN_VOLUME_VALUE

static final java.lang.String TOKEN_VOLUME_VALUE
the volume value for a stock volume marker

See Also:
Constant Field Values

TOKEN_CUMULATIVE_STACKED_VALUE

static final java.lang.String TOKEN_CUMULATIVE_STACKED_VALUE
the cumulative stacked value for a stacked graph

See Also:
Constant Field Values

TOKEN_CUMULATIVE_PERCENTAGE_VALUE

static final java.lang.String TOKEN_CUMULATIVE_PERCENTAGE_VALUE
the cumulative percentage value for a stacked percent graph, pareto graph

See Also:
Constant Field Values

TOKEN_MIN_VALUE

static final java.lang.String TOKEN_MIN_VALUE
the min value for a boxplot

See Also:
Constant Field Values

TOKEN_TEN_VALUE

static final java.lang.String TOKEN_TEN_VALUE
the 10% value for a boxplot

See Also:
Constant Field Values

TOKEN_Q1_VALUE

static final java.lang.String TOKEN_Q1_VALUE
the 25% value for a boxplot

See Also:
Constant Field Values

TOKEN_MEDIAN_VALUE

static final java.lang.String TOKEN_MEDIAN_VALUE
the median value for a boxplot

See Also:
Constant Field Values

TOKEN_Q3_VALUE

static final java.lang.String TOKEN_Q3_VALUE
the 75% value for a boxplot

See Also:
Constant Field Values

TOKEN_NINETY_VALUE

static final java.lang.String TOKEN_NINETY_VALUE
the 90% value for a boxplot

See Also:
Constant Field Values

TOKEN_MAX_VALUE

static final java.lang.String TOKEN_MAX_VALUE
the max value for a boxplot

See Also:
Constant Field Values

RENDER_MODE_NORMAL

static final int RENDER_MODE_NORMAL
indicates the normal rendering mode -- plot area shown

See Also:
Constant Field Values

RENDER_MODE_HIDDEN

static final int RENDER_MODE_HIDDEN
the plot area properties will be calculated and set as usual but the plot area will not be rendered

See Also:
Constant Field Values

RENDER_MODE_STRETCHED

static final int RENDER_MODE_STRETCHED
the plot area will be stretched to fill the bounding frame with minimal padding

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

Copyright © 1997, 2011, Oracle. All rights reserved.