tdg
Class PerspectiveBase

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--javax.swing.JComponent
                    |
                    +--javax.swing.JPanel
                          |
                          +--tdg.PerspectiveBase

public class PerspectiveBase
extends javax.swing.JPanel

See Also:
Serialized Form

Inner classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Field Summary
 tdg.ConfigObj m_config
           
static int MAX_EXCEPTIONAL_RISERS
           
 
Fields inherited from class javax.swing.JComponent
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Constructor Summary
PerspectiveBase()
           
 
Method Summary
 void addPerspectiveListener(TDGListener Listener)
           
 void deleteUserDefinedQAPositions()
           
 void deleteUserDefinedQAPositions(tdg.draw.IdentObj id)
          deleteUserDefinedQAPositions Wipes out the user-defined positions for quality axis labels
 tdg.draw.IdentObj getAreaRiser()
           
 tdg.draw.IdentObj getAreaRiser(int s, int g)
           
 tdg.draw.IdentObj getAreaRiserBottom()
           
 tdg.draw.IdentObj getAreaRiserTop()
           
 boolean getAutofit()
          Method Name: Autofit Turn on text autofitting?
Default Value is (FALSE).
 boolean getAutofit(tdg.draw.IdentObj id)
           
 boolean getAutofit(int objectID)
           
 boolean getAutoshading()
          Property Name: Autoshading If TRUE, light source settings are used to automatically shade the faces of a 3D graph, simulating a cast light beam.
 int getAutoSkip()
          Method Name: AutoSkip Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
 int getAutoSkip(tdg.draw.IdentObj id)
           
 int getAutoSkip(int objectID)
           
 int getAxisAssignment()
          Method Name: AxisAssignment 0 is Y1, 1 is Y2
Default Value is (0).
 int getAxisAssignment(tdg.draw.IdentObj id)
           
 int getAxisAssignment(int seriesID)
           
 boolean getAxisDescending()
          Method Name: AxisDescending True means Descending
Default Value is (FALSE).
 boolean getAxisDescending(tdg.draw.IdentObj id)
           
 boolean getAxisDescending(int objectID)
           
 int getAxisSide()
          Method Name: AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
 int getAxisSide(tdg.draw.IdentObj id)
           
 int getAxisSide(int objectID)
           
 int getAxisTextAutofitMax()
          Property Name: AxisTextAutofitMax Maximum virtual size for Axis Text while autofitted.
Default Value is (2000).
 int getAxisTextAutofitMin()
          Property Name: AxisTextAutofitMin Minimum virtual size for Axis Text while autofitted.
Default Value is (500).
 int getAxisTextAutofitMode()
          Property Name: AxisTextAutofitMode Determine how Axis Text is Autofitted
Default Value is (0).
 int getAxisTextAutofitPercent()
          Property Name: AxisTextAutofitPercent Deviation Percentage for Autofitted Axis Text
Default Value is (10).
 tdg.draw.IdentObj getBarRiser()
           
 tdg.draw.IdentObj getBarRiser(int s, int g)
           
 tdg.draw.IdentObj getBarRiserBottom()
           
 tdg.draw.IdentObj getBarRiserSide()
           
 boolean getBiDirectional()
          Property Name: BiDirectional FALSE = Left to Right, TRUE = Right to Left
Default Value is (FALSE).
 tdg.draw.IdentObj getChartBackground()
           
 tdg.draw.IdentObj getColorByHeight()
           
 int getColorMode()
          Property Name: ColorMode Changes between the various coloring modes:
0 = Automatic
1 = Color by Series
2 = Color by Group
3 = Color by Height
Default Value is (0).
 boolean getConnectLineMarkers()
          Property Name: ConnectLineMarkers Should the markers in a Line chart be connected by a line? Default is TRUE.
 boolean getConnectScatterMarkers()
          Property Name: ConnectScatterMarkers Has a visible effect on Scatter charts only.
 tdg.draw.IdentObj getCubeFloor()
           
 tdg.draw.IdentObj getCubeFloorGridX()
           
 tdg.draw.IdentObj getCubeFloorGridZ()
           
 double getCubeFocusFactor()
          Property Name: CubeFocusFactor The ocus factor for setting perspective distortion.
 boolean getCubeIsometricProjection()
          Property Name: CubeIsometricProjection If TRUE, perspective distortion (focus) factor is ignored, and the graph cube is project isometrically (no line of sight perspective distortion, but perfectly parallel lines, like a mechanical drawing).
Default Value is (FALSE).
 tdg.draw.IdentObj getCubeLeftWall()
           
 tdg.draw.IdentObj getCubeLeftWallGridY()
           
 tdg.draw.IdentObj getCubeLeftWallGridZ()
           
 double getCubeLightSourceX()
          Property Name: CubeLightSourceX X-coord (unit space) of light source
Default Value is (0).
 double getCubeLightSourceY()
          Property Name: CubeLightSourceY Y-coord (unit space) of light source
Default Value is (1).
 double getCubeLightSourceZ()
          Property Name: CubeLightSourceZ Z-coord (unit space) of light source
Default Value is (1).
 double getCubePanX()
          Property Name: CubePanX Pan (in 2D virtual coordinates) in X direction
Default Value is (0).
 double getCubePanY()
          Property Name: CubePanY Pan (in 2D virtual coordinates) in Y direction
Default Value is (0).
 tdg.draw.IdentObj getCubeRightWall()
           
 tdg.draw.IdentObj getCubeRightWallGridX()
           
 tdg.draw.IdentObj getCubeRightWallGridY()
           
 tdg.draw.IdentObj getCubeRiserFace()
           
 tdg.draw.IdentObj getCubeRiserGridX()
           
 tdg.draw.IdentObj getCubeRiserGridY()
           
 tdg.draw.IdentObj getCubeRiserGridZ()
           
 int getCubeRiserInterpolation()
          Property Name: CubeRiserInterpolation Mode: 0 = large dataset only, 1 = isometric only, 2 = never
Default Value is (0).
 double getCubeSizeX()
          Property Name: CubeSizeX Size of the 3D cube in the (user) X-direction.
 double getCubeSizeY()
          Property Name: CubeSizeY Size of the 3D cube in the (user) Y-direction.
 double getCubeSizeZ()
          Property Name: CubeSizeZ Size of the 3D cube in the (user) Z-direction.
 boolean getCubeSquareRisers()
          Property Name: CubeSquareRisers If TRUE, forces the aspect ratio of 3D risers to be perfectly sqaure, no matter what the cube dimensions are.
 double getCubeTranslationX()
          Property Name: CubeTranslationX Translation (in 3D cube coordinates) in the X direction.
Default Value is (50).
 double getCubeTranslationY()
          Property Name: CubeTranslationY Translation (in 3D cube coordinates) in Y direction.
Default Value is (50).
 double getCubeTranslationZ()
          Property Name: CubeTranslationZ Translation (in 3D cube coordinates) in Z direction.
Default Value is (50).
 double getCubeViewerX()
          Property Name: CubeViewerX Viewer location (in 3D cube coordinates) in the X direction.
Default Value is (50).
 double getCubeViewerY()
          Property Name: CubeViewerY Viewer location (in 3D cube coordinates) in the Y direction.
Default Value is (100).
 double getCubeViewerZ()
          Property Name: CubeViewerZ Viewer location (in 3D cube coordinates) in the Z direction.
Default Value is (33).
 double getCubeWallThickX()
          Property Name: CubeWallThickX Thickness of the 3D cube wall in the (user) X-direction.
Default Value is (25).
 double getCubeWallThickY()
          Property Name: CubeWallThickY Thickness of the 3D cube wall in the (user) Y-direction.
Default Value is (30).
 double getCubeWallThickZ()
          Property Name: CubeWallThickZ Thickness of the 3D cube wall in the (user) Z-direction.
Default Value is (25).
 double getCubeZoomFactor()
          Property Name: CubeZoomFactor Global scaling factor for zooming in/out (above 1 is zoomed in).
Default Value is (50).
 tdg.draw.IdentObj getCurveFitCorrelationText()
           
 boolean getCurveFitEquationDisplay()
          Property Name: CurveFitEquationDisplay If TRUE, equations are shown for all curve fits drawn
Default Value is (TRUE).
 tdg.draw.IdentObj getCurveFitEquationText()
           
 tdg.draw.IdentObj getCurveFitEquationText(int s)
           
 boolean getCurveFitHighOrderFirst()
          Property Name: CurveFitHighOrderFirst Order of terms for equation text (TRUE: ax + b; FALSE: b + ax)
Default Value is (TRUE).
 tdg.draw.IdentObj getCurveFitLineRiser()
           
 tdg.draw.IdentObj getCurveFitLineRiser(int s)
           
 int getCurveFitNumSegments()
          Property Name: CurveFitNumSegments Number of interpolated points to calculate to draw the fit line
Default Value is (50).
 int getCurveFitPolynomialOrder()
          Method Name: CurveFitPolynomialOrder Order of polynomial curve fit (1 is linear, 2 is quadratic, etc.)
Default Value is (3).
 int getCurveFitPolynomialOrder(tdg.draw.IdentObj id)
           
 int getCurveFitPolynomialOrder(int seriesID)
           
 int getCurveFitType()
          Method Name: CurveFitType 0 is NONE, 1 is LINEAR, etc.
 int getCurveFitType(tdg.draw.IdentObj id)
           
 int getCurveFitType(int seriesID)
           
 boolean getDataItemsAlongSeries()
          Property Name: DataItemsAlongSeries Are the data items aligned parallel to the series (both rows, or both columns)?
Default Value is (TRUE).
 int getDataLineThickness()
          Property Name: DataLineThickness For a "2.5D effect" chart, how wide is the "fake 3D" line, expressed as a percentage from 1 to 100? 1 would be basically a thin line, 100 would be a very thick 3D ribbon extending all the way across the extruded frame.
Default Value is (30).
 int getDataScrollerPresenceGroups()
          Property Name: DataScrollerPresenceGroups Determines when Group Data Scroller is visible
Default Value is (1).
 int getDataScrollerPresenceSeries()
          Property Name: DataScrollerPresenceSeries Determines when Series Data Scroller is visible
Default Value is (1).
 tdg.draw.IdentObj getDataText()
           
 tdg.draw.IdentObj getDataText(int s, int g)
           
 int getDataTextAngle()
          Method Name: DataTextAngle Angle in degrees for the data text position of specified data point (s,g), or series (s)
Default Value is (90).
 int getDataTextAngle(tdg.draw.IdentObj id)
           
 int getDataTextAngle(int seriesID)
           
 int getDataTextAngle(int seriesID, int groupID)
           
 int getDataTextAngleDefault()
          Property Name: DataTextAngleDefault Angle from center point that all data text is drawn from.
 boolean getDataTextDisplay()
          Property Name: DataTextDisplay If TRUE, displays the data values for the selected IdentObj elements.
 int getDataTextFormat()
          Property Name: DataTextFormat (Number) Format for the default data text position.
 java.lang.String getDataTextFormatPattern()
          Property Name: DataTextFormatPattern (Number) Custom format for the data text.
Default Value is (#.#).
 int getDataTextPosition()
          Property Name: DataTextPosition Position of the Data Value:
0 = Custom
1 = Above Riser
2 = On Riser Edge
3 = Below Riser Edge
4 = Center on Riser
5 = Above Riser Base
Default Value is (1).
 int getDataTextRadius()
          Method Name: DataTextRadius Radius (0 is centered) for the data text position of specified data point (s,g), or series (s)
Default Value is (20).
 int getDataTextRadius(tdg.draw.IdentObj id)
           
 int getDataTextRadius(int seriesID)
           
 int getDataTextRadius(int seriesID, int groupID)
           
 int getDataTextRadiusDefault()
          Property Name: DataTextRadiusDefault Radius that a Data text value will be drawn out from the center of a chart riser by default.
 java.lang.String getDataTextTemplateBubble()
          Property Name: DataTextTemplateBubble Template for Data Text Labels for Bubble
Default Value is ([SIZE]).
 java.lang.String getDataTextTemplateHiLo()
          Property Name: DataTextTemplateHiLo Template for Data Text Labels for Stock Charts [empty string = Close for Charts which have Close or High for all others]
Default Value is (NULLSTRING).
 java.lang.String getDataTextTemplateScatter()
          Property Name: DataTextTemplateScatter Template for Data Text Labels for Scatter
Default Value is ([X], [Y]).
 int getDeadZonePercent()
          Property Name: DeadZonePercent Percentage of Dead Zone Area, Oracle 106
Default Value is (0).
 int getDepthAngle()
          Property Name: DepthAngle When charts are drawn using the "2.5D" effect, this is the angle in degrees that the extruded section is drawn at.
Default Value is (45).
 int getDepthRadius()
          Property Name: DepthRadius For "2.5D" effect, how far out from the chart will the extruded frame extend? Small values give very "narrow" charts, large values give very "thick" ones.
Default Value is (40).
 boolean getDisplay()
          Method Name: Display Whether the specified object is displayed
Default Value is (TRUE).
 boolean getDisplay(tdg.draw.IdentObj id)
           
 boolean getDisplay(int objectID)
           
 boolean getDisplay3DFloor()
          Property Name: Display3DFloor Display the floor of the 3D cube?
Default Value is (TRUE).
 boolean getDisplay3DLeftWall()
          Property Name: Display3DLeftWall Display the left wall of the 3D cube?
Default Value is (TRUE).
 boolean getDisplay3DRightWall()
          Property Name: Display3DRightWall Display the right wall of the 3D cube?
Default Value is (TRUE).
 boolean getDisplayBarAsPictograph()
          Property Name: DisplayBarAsPictograph Display Bar as Pictograph (Only for Flat 2D)
Default Value is (FALSE).
 boolean getDisplayOffScale()
          Method Name: DisplayOffScale Whether to cut off data point or leave blank
Default Value is (TRUE).
 boolean getDisplayOffScale(tdg.draw.IdentObj id)
           
 boolean getDisplayOffScale(int objectID)
           
 boolean getDualAxisLineDisplay()
          Property Name: DualAxisLineDisplay Display line separating axis
Default Value is (FALSE).
 int getDualAxisSplitPosition()
          Property Name: DualAxisSplitPosition Position within the chart frame that the DualY split position will be created.
 boolean getExactColorByHeight()
          Property Name: ExactColorByHeight If true, interpolate color "exactly", else use closest color on spectral legend.
Default Value is (TRUE).
 boolean getExcludeMaxLabel()
          Method Name: ExcludeMaxLabel Exclude Max Label on Axis
Default Value is (FALSE).
 boolean getExcludeMaxLabel(tdg.draw.IdentObj id)
           
 boolean getExcludeMaxLabel(int objectID)
           
 boolean getExcludeMinLabel()
          Method Name: ExcludeMinLabel Exclude Min Label on Axis
Default Value is (FALSE).
 boolean getExcludeMinLabel(tdg.draw.IdentObj id)
           
 boolean getExcludeMinLabel(int objectID)
           
 java.lang.String getFontName()
          Method Name: FontName Font name
Default Value is (SansSerif).
 java.lang.String getFontName(tdg.draw.IdentObj id)
           
 java.lang.String getFontName(int objectID)
           
 int getFontSize()
          Method Name: FontSize Font size, in destination coords
Default Value is (12).
 int getFontSize(tdg.draw.IdentObj id)
           
 int getFontSize(int objectID)
           
 boolean getFontSizeAbsolute()
          Property Name: FontSizeAbsolute If TRUE, fonts are specified by FontSize (not FontSizeVC).
Default Value is (FALSE).
 int getFontSizeVC()
          Method Name: FontSizeVC Font size, in virtual coords
Default Value is (1000).
 int getFontSizeVC(tdg.draw.IdentObj id)
           
 int getFontSizeVC(int objectID)
           
 int getFontStyle()
          Method Name: FontStyle Font style
Default Value is (0).
 int getFontStyle(tdg.draw.IdentObj id)
           
 int getFontStyle(int objectID)
           
 tdg.draw.IdentObj getFootnote()
           
 boolean getFootnoteAutofit()
          Property Name: FootnoteAutofit Perform text autofitting on the chart footnote?
Default Value is (FALSE).
 boolean getFootnoteDisplay()
          Property Name: FootnoteDisplay Display the footnote?
Default Value is (TRUE).
 java.lang.String getFootnoteString()
          Property Name: FootnoteString Text string for the chart footnote.
Default Value is (NULLSTRING).
 tdg.draw.IdentObj getFrame()
           
 tdg.draw.IdentObj getFrameBottom()
           
 boolean getFrameDisplay()
          Property Name: FrameDisplay Display the frame?
Default Value is (TRUE).
 tdg.draw.IdentObj getFrameSeparator()
           
 tdg.draw.IdentObj getFrameSide()
           
 tdg.draw.IdentObj getGlobal()
           
 boolean getGrid3DFloorDisplayX()
          Property Name: Grid3DFloorDisplayX Display Floor grids attached to (user) X-axis?
Default Value is (FALSE).
 boolean getGrid3DFloorDisplayZ()
          Property Name: Grid3DFloorDisplayZ Display Floor grids attached to (user) Z-axis?
Default Value is (FALSE).
 boolean getGrid3DLeftWallDisplayY()
          Property Name: Grid3DLeftWallDisplayY Display Left Wall grids attached to (user) Y-axis?
Default Value is (FALSE).
 boolean getGrid3DLeftWallDisplayZ()
          Property Name: Grid3DLeftWallDisplayZ Display Left Wall grids attached to (user) Z-axis?
Default Value is (TRUE).
 boolean getGrid3DRightWallDisplayX()
          Property Name: Grid3DRightWallDisplayX Display Right Wall grids attached to (user) X-axis?
Default Value is (FALSE).
 boolean getGrid3DRightWallDisplayY()
          Property Name: Grid3DRightWallDisplayY Display Right Wall grids attached to (user) Y-axis?
Default Value is (TRUE).
 boolean getGrid3DRiserDisplayX()
          Property Name: Grid3DRiserDisplayX Display Riser grids attached to (user) X-axis?
Default Value is (FALSE).
 boolean getGrid3DRiserDisplayY()
          Property Name: Grid3DRiserDisplayY Display Riser grids attached to (user) Y-axis?
Default Value is (FALSE).
 boolean getGrid3DRiserDisplayZ()
          Property Name: Grid3DRiserDisplayZ Display Riser grids attached to (user) Z-axis?
Default Value is (FALSE).
 int getGridCount()
          Method Name: GridCount Number of Minor Grids for Ordinal Axis
Default Value is (1).
 int getGridCount(tdg.draw.IdentObj id)
           
 int getGridCount(int objectID)
           
 double getGridStep()
          Method Name: GridStep What is the scale step (between gridlines) for specified numeric axis?
Default Value is (15).
 double getGridStep(tdg.draw.IdentObj id)
           
 double getGridStep(int objectID)
           
 boolean getGridStepAuto()
          Method Name: GridStepAuto Is gridline scale step automatically calculated?
Default Value is (TRUE).
 boolean getGridStepAuto(tdg.draw.IdentObj id)
           
 boolean getGridStepAuto(int objectID)
           
 int getGridStyle()
          Method Name: GridStyle Solid, dashed, etc.
Default Value is (0).
 int getGridStyle(tdg.draw.IdentObj id)
           
 int getGridStyle(int objectID)
           
 tdg.draw.IdentObj getGroup(int nGroup)
           
 java.lang.String getGroupLabel()
          Method Name: GroupLabel Text String for Group
Default Value is (NULLSTRING).
 java.lang.String getGroupLabel(tdg.draw.IdentObj id)
           
 java.lang.String getGroupLabel(int groupID)
           
 tdg.draw.IdentObj getGroupScroller()
           
 tdg.draw.IdentObj getGroupScrollerEditBox()
           
 tdg.draw.IdentObj getGroupScrollerEditLeft()
           
 tdg.draw.IdentObj getGroupScrollerEditRight()
           
 tdg.draw.IdentObj getGroupScrollerEditThumb()
           
 tdg.draw.IdentObj getGroupScrollerThumb()
           
 tdg.draw.IdentObj getHistogramRiser()
           
 boolean getIgnoreSeries()
          Method Name: IgnoreSeries TRUE ignores this series
Default Value is (FALSE).
 boolean getIgnoreSeries(tdg.draw.IdentObj id)
           
 boolean getIgnoreSeries(int seriesID)
           
 boolean getInterpretAsHLOC()
          Property Name: InterpretAsHLOC Should Open-High-Low-Close charts interpret the data as in the SDK (Hi-Lo-Open-Close)?
Default Value is (FALSE).
 int getLabelMargin()
          Method Name: LabelMargin Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
 int getLabelMargin(tdg.draw.IdentObj id)
           
 int getLabelMargin(int objectID)
           
 boolean getLabelStagger()
          Method Name: LabelStagger Stagger this (axis) label?
Default Value is (FALSE).
 boolean getLabelStagger(tdg.draw.IdentObj id)
           
 boolean getLabelStagger(int objectID)
           
 tdg.draw.IdentObj getLegendArea()
           
 boolean getLegendAutomatic()
          Property Name: LegendAutomatic Let engine automagically position and size legend?
Default Value is (TRUE).
 boolean getLegendDisplay()
          Property Name: LegendDisplay Display the legend text?
Default Value is (TRUE).
 tdg.draw.IdentObj getLegendMarker()
           
 tdg.draw.IdentObj getLegendMarker(int s)
           
 int getLegendMarkerPosition()
          Property Name: LegendMarkerPosition Position of legend marker relative to legend text.
Default Value is (0).
 int getLegendMarkersPerRow()
          Property Name: LegendMarkersPerRow 0 means use number of series
Default Value is (0).
 int getLegendOrient()
          Property Name: LegendOrient Controls drawing order of legend items to be Horiz, Vert or Auto (determined by height/width of LegendRect)
Default Value is (2).
 boolean getLegendReverse()
          Property Name: LegendReverse Draw legend in reverse order?
Default Value is (FALSE).
 tdg.draw.IdentObj getLegendText()
           
 tdg.draw.IdentObj getLegendText(int s)
           
 boolean getLegendTextAutofit()
          Property Name: LegendTextAutofit Autofit the legend text or not?
Default Value is (FALSE).
 tdg.draw.IdentObj getLineMarker()
           
 tdg.draw.IdentObj getLineMarker(int s, int g)
           
 tdg.draw.IdentObj getLineRiser()
           
 tdg.draw.IdentObj getLineRiser(int s, int g)
           
 tdg.draw.IdentObj getLineRiserSide()
           
 tdg.draw.IdentObj getLineRiserTop()
           
 boolean getLogScale()
          Method Name: LogScale Is specified numeric axis logarithmic?
Default Value is (FALSE).
 boolean getLogScale(tdg.draw.IdentObj id)
           
 boolean getLogScale(int objectID)
           
 double getLogScaleBase()
          Method Name: LogScaleBase Logarithmic Scale Base
Default Value is (10.0).
 double getLogScaleBase(tdg.draw.IdentObj id)
           
 double getLogScaleBase(int objectID)
           
 boolean getManualRedraw()
          Property: ManualRedraw True means no redraws until user explicitly calls for one Status: Done
 boolean getMarkerDisplay()
          Property Name: MarkerDisplay Turns markers on or off for any 2D chart.
 int getMarkerSize()
          Method Name: MarkerSize Marker size for specified point (s,g), series (s)
Default Value is (30).
 int getMarkerSize(tdg.draw.IdentObj id)
           
 int getMarkerSize(int seriesID)
           
 int getMarkerSize(int seriesID, int groupID)
           
 int getMarkerSizeDefault()
          Property Name: MarkerSizeDefault Marker size unless a specific (s,g) point overrides; bubble charts ignore this.
Default Value is (30).
 boolean getMoveAxisTitles()
          Property Name: MoveAxisTitles Allow axis titles to be movable
Default Value is (FALSE).
 boolean getNestedLabels()
          Property Name: NestedLabels If true, use TDGNestedLabelsObj for nested O1 labels.
Default Value is (FALSE).
 boolean getNestedLabelsUniformStyle()
          Property Name: NestedLabelsUniformStyle If true, all nested O1 labels have same font, size, style and color.
Default Value is (FALSE).
 tdg.draw.IdentObj getNestedO1Label0()
           
 tdg.draw.IdentObj getNestedO1Label1()
           
 tdg.draw.IdentObj getNestedO1Label2()
           
 tdg.draw.IdentObj getNestedO1Label3()
           
 tdg.draw.IdentObj getNestedO1Label4()
           
 tdg.draw.IdentObj getNestedO1Label5()
           
 tdg.draw.IdentObj getNestedO1Label6()
           
 tdg.draw.IdentObj getNestedO1Label7()
           
 tdg.draw.IdentObj getNestedO1Label8()
           
 tdg.draw.IdentObj getNestedO1LabelLine()
           
 tdg.draw.IdentObj getO1Axis()
           
 tdg.draw.IdentObj getO1AxisLine()
           
 boolean getO1AxisLineDisplay()
          Property Name: O1AxisLineDisplay Dispay O1 Axis Line
Default Value is (FALSE).
 int getO1AxisSide()
          Property Name: O1AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
 boolean getO1ExcludeMaxLabel()
          Property Name: O1ExcludeMaxLabel Exclude Max Label on this Axis.
Default Value is (FALSE).
 boolean getO1ExcludeMinLabel()
          Property Name: O1ExcludeMinLabel Exclude Min Label on this Axis.
Default Value is (FALSE).
 tdg.draw.IdentObj getO1Label()
           
 tdg.draw.IdentObj getO1Label(int g)
           
 boolean getO1LabelAutofit()
          Property Name: O1LabelAutofit Autofit this label or not?
Default Value is (FALSE).
 int getO1LabelAutoSkip()
          Property Name: O1LabelAutoSkip Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
 boolean getO1LabelDisplay()
          Property Name: O1LabelDisplay Display the labels for the O1 (Group) axis of this chart?
Default Value is (TRUE).
 int getO1LabelMargin()
          Property Name: O1LabelMargin Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
 int getO1LabelRotate()
          Property Name: O1LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 int getO1LabelSkipBegin()
          Property Name: O1LabelSkipBegin Manual Label Skip Begin Label
Default Value is (0).
 int getO1LabelSkipCount()
          Property Name: O1LabelSkipCount Manual Label Skip Number of Labels to Skip
Default Value is (0).
 boolean getO1LabelStagger()
          Property Name: O1LabelStagger Stagger the labels for the O1 (Group) axis of this chart? Use this option when there are too many labels to read.
Not Implemented Yet
Default Value is (FALSE).
 boolean getO1LabelWrap()
          Property Name: O1LabelWrap Use text wrapping for the O1 (Group) axis of this chart? Use this option when there are long text strings with spaces that will not fit next to each other on this axis.
Default Value is (FALSE).
 tdg.draw.IdentObj getO1MajorGrid()
           
 boolean getO1MajorGridDisplay()
          Property Name: O1MajorGridDisplay Display the O1 major gridlines?
Default Value is (TRUE).
 int getO1MajorGridStyle()
          Property Name: O1MajorGridStyle What line style should be used for the O1 (Group) Major Grid Lines? Valid settings are:
0=Normal Grid Lines
1=???
Default Value is (0).
 tdg.draw.IdentObj getO1MinorGrid()
           
 int getO1MinorGridCount()
          Property Name: O1MinorGridCount Number of Minor Grids for O1 Axis
Default Value is (1).
 boolean getO1MinorGridDisplay()
          Property Name: O1MinorGridDisplay Display the O1 (Group) axis minor gridlines?
Default Value is (FALSE).
 int getO1MinorGridStyle()
          Property Name: O1MinorGridStyle Which style of grid lines should be used for the O1 (Group) axis minor grid lines?
0= Normal Grids
1=???
Default Value is (0).
 tdg.draw.IdentObj getO1Title()
           
 boolean getO1TitleAutofit()
          Property Name: O1TitleAutofit Autofit the font for the O1 (Group) axis title? If FALSE, then the set font size will be used instead.
Default Value is (FALSE).
 boolean getO1TitleDisplay()
          Property Name: O1TitleDisplay Display the O1 (Group) axis title? Setting the string for this title will cause this property to automatically be set to TRUE.
Default Value is (TRUE).
 java.lang.String getO1TitleString()
          Property Name: O1TitleString Text string for the O1 (Group) axis title.
Default Value is (NULLSTRING).
 tdg.draw.IdentObj getO2Axis()
           
 tdg.draw.IdentObj getO2AxisLine()
           
 boolean getO2ExcludeMaxLabel()
          Property Name: O2ExcludeMaxLabel Exclude Max Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 boolean getO2ExcludeMinLabel()
          Property Name: O2ExcludeMinLabel Exclude Min Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 tdg.draw.IdentObj getO2Label()
           
 boolean getO2LabelAutofit()
          Property Name: O2LabelAutofit Autofit the font for the O2 (Second Group) axis labels? If FALSE, then the set font size will be used instead.
 boolean getO2LabelDisplay()
          Property Name: O2LabelDisplay NONE
Default Value is (TRUE).
 int getO2LabelRotate()
          Property Name: O2LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 boolean getO2LabelWrap()
          Property Name: O2LabelWrap NONE
Default Value is (FALSE).
 tdg.draw.IdentObj getO2MajorGrid()
           
 tdg.draw.IdentObj getO2MinorGrid()
           
 tdg.draw.IdentObj getO2Title()
           
 boolean getO2TitleAutofit()
          Property Name: O2TitleAutofit NONE
Default Value is (FALSE).
 boolean getO2TitleDisplay()
          Property Name: O2TitleDisplay NONE
Default Value is (TRUE).
 java.lang.String getO2TitleString()
          Property Name: O2TitleString NONE
Default Value is (NULLSTRING).
 double getOtherPercentage()
          Property Name: OtherPercentage Threshold (% of total) below which slices/risers get lumped in with "Other"
Default Value is (0.5).
 boolean getOtherSeries()
          Property Name: OtherSeries If TRUE, we calculate and show an "Other" slice/riser.
Default Value is (FALSE).
 boolean getOverdrawSkip()
          Property Name: OverdrawSkip If TRUE, we skip risers that can never be seen.
Default Value is (TRUE).
 tdg.draw.IdentObj getPieBarConnectLineBottom()
           
 tdg.draw.IdentObj getPieBarConnectLines()
           
 tdg.draw.IdentObj getPieBarConnectLineTop()
           
 boolean getPieBarLabelDisplay()
          Property Name: PieBarLabelDisplay NONE
Default Value is (TRUE).
 java.lang.String getPieBarLabelString()
          Property Name: PieBarLabelString NONE
Default Value is (NULLSTRING).
 tdg.draw.IdentObj getPieBarRiser()
           
 tdg.draw.IdentObj getPieBarRiserSide()
           
 tdg.draw.IdentObj getPieBarRiserTop()
           
 int getPieBarSeries()
          Property Name: PieBarSeries Which series is exploded as a Bar in PieBar charts
Default Value is (0).
 tdg.draw.IdentObj getPieBarSlice()
           
 tdg.draw.IdentObj getPieBarSlice(int s, int g)
           
 tdg.draw.IdentObj getPieBarSliceCrust()
           
 int getPieDepth()
          Property Name: PieDepth NONE
Default Value is (30).
 tdg.draw.IdentObj getPieFeelerLine()
           
 tdg.draw.IdentObj getPieFeelerLine(int s, int g)
           
 int getPieFeelerTextDisplay()
          Property Name: PieFeelerTextDisplay NONE
Default Value is (1).
 int getPieFeelerTextFormat()
          Property Name: PieFeelerTextFormat (Number) Format for the default data text position
Default Value is (0).
 java.lang.String getPieFeelerTextFormatPattern()
          Property Name: PieFeelerTextFormatPattern (Number) Custom format for the pie feeler text.
Default Value is (#.#).
 tdg.draw.IdentObj getPieFrame()
           
 tdg.draw.IdentObj getPieLabel()
           
 tdg.draw.IdentObj getPieLabel(int g)
           
 int getPieLabelDisplay()
          Property Name: PieLabelDisplay Huh? how about some symbolic constants
Default Value is (1).
 tdg.draw.IdentObj getPieRingLabel()
           
 tdg.draw.IdentObj getPieRingLabel(int g)
           
 int getPieRingSize()
          Property Name: PieRingSize Affects only RINGPIE graph type
Default Value is (30).
 boolean getPieRingTotalDisplay()
          Property Name: PieRingTotalDisplay NONE
Default Value is (TRUE).
 int getPieRingTotalFormat()
          Property Name: PieRingTotalFormat Selects format for Ring Total
Default Value is (0).
 java.lang.String getPieRingTotalFormatPattern()
          Property Name: PieRingTotalFormatPattern Selects format for Ring Total.
Default Value is (#.#).
 int getPieRotate()
          Property Name: PieRotate 0 means 12 o'clock
Default Value is (0).
 boolean getPieSliceDelete()
          Method Name: PieSliceDelete Whether to delete specified slice (s,g) or slices in series (s)
Default Value is (FALSE).
 boolean getPieSliceDelete(tdg.draw.IdentObj id)
           
 boolean getPieSliceDelete(int seriesID)
           
 boolean getPieSliceDelete(int seriesID, int groupID)
           
 int getPieSliceDetach()
          Method Name: PieSliceDetach How much to detach specified slice (s,g), or slices in series (s)
Default Value is (0).
 int getPieSliceDetach(tdg.draw.IdentObj id)
           
 int getPieSliceDetach(int seriesID)
           
 int getPieSliceDetach(int seriesID, int groupID)
           
 tdg.draw.IdentObj getPieSliceLabel()
           
 tdg.draw.IdentObj getPieSliceLabel(int s, int g)
           
 int getPiesPerRow()
          Property Name: PiesPerRow NONE
Default Value is (2).
 int getPieTilt()
          Property Name: PieTilt NONE
Default Value is (10).
 tdg.draw.IdentObj getQuadrantLine()
           
 int getQuadrantLineCountX()
          Property Name: QuadrantLineCountX Number of vertical Quadrant Lines
Default Value is (1).
 int getQuadrantLineCountY()
          Property Name: QuadrantLineCountY Number of horizontal Quadrant Lines
Default Value is (1).
 java.awt.Rectangle getRect()
          Method Name: Rect Sets the bounding rect for a user-movable object in VC (x,y,width,height)
Default Value is (0,0,0,0).
 java.awt.Rectangle getRect(tdg.draw.IdentObj id)
           
 java.awt.Rectangle getRect(int objectID)
           
 boolean getReshapeEnable()
          Property Name: ReshapeEnable Allow user to move and resize objects?
Default Value is (TRUE).
 boolean getResizeBarMode()
          Property Name: ResizeBarMode NONE
Default Value is (FALSE).
 boolean getReverseGroups()
          Property Name: ReverseGroups Draw groups in reverse order
Default Value is (FALSE).
 boolean getReverseSeries()
          Property Name: ReverseSeries Draw series in reverse order
Default Value is (FALSE).
 int getRiser3DThicknessY()
          Property Name: Riser3DThicknessY NONE
Default Value is (75).
 int getRiserBarGroupSpacing()
          Property Name: RiserBarGroupSpacing NONE
Default Value is (25).
 int getRiserBorderMode()
          Property Name: RiserBorderMode Whether to draw the border of risers, 0 is automatic (yes for small data only), 1 is no, 2 is yes.
Default Value is (2).
 int getRiserWidth()
          Property Name: RiserWidth NONE
Default Value is (75).
 boolean getScaleFromZero()
          Property Name: ScaleFromZero Draw bar from 0 or from minimum value?
Default Value is (TRUE).
 double getScaleMax()
          Method Name: ScaleMax What is the scale maximum for specified numeric axis?
Default Value is (150).
 double getScaleMax(tdg.draw.IdentObj id)
           
 double getScaleMax(int objectID)
           
 boolean getScaleMaxAuto()
          Method Name: ScaleMaxAuto Is scale maximum automatically calculated?
Default Value is (TRUE).
 boolean getScaleMaxAuto(tdg.draw.IdentObj id)
           
 boolean getScaleMaxAuto(int objectID)
           
 double getScaleMin()
          Method Name: ScaleMin What is the scale minimum for specified numeric axis?
Default Value is (0).
 double getScaleMin(tdg.draw.IdentObj id)
           
 double getScaleMin(int objectID)
           
 boolean getScaleMinAuto()
          Method Name: ScaleMinAuto Is scale minimum automatically calculated?
Default Value is (TRUE).
 boolean getScaleMinAuto(tdg.draw.IdentObj id)
           
 boolean getScaleMinAuto(int objectID)
           
 boolean getScaleMustIncludeZero()
          Method Name: ScaleMustIncludeZero Must the scale of the specified axis include zero?
Default Value is (FALSE).
 boolean getScaleMustIncludeZero(tdg.draw.IdentObj id)
           
 boolean getScaleMustIncludeZero(int objectID)
           
 tdg.draw.IdentObj getScatterQuadrantLine()
           
 int getScrollOffsetGroup()
          Property Name: ScrollOffsetGroup Group offset within DataRange
Default Value is (0).
 int getScrollOffsetSeries()
          Property Name: ScrollOffsetSeries Series offset within DataRange
Default Value is (0).
 int getSelectionEnable()
          Property Name: SelectionEnable Allow user to select objects?
Default Value is (3).
 boolean getSelectionEnableMove()
          Property Name: SelectionEnableMove Enable objects moving and resizing
Default Value is (TRUE).
 tdg.draw.IdentObj getSeries(int nSeries)
           
 java.awt.Color getSeriesDefaultBorderColor()
          Property Name: SeriesDefaultBorderColor Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (Color.black).
 boolean getSeriesDefaultTransparentBorderColor()
          Property Name: SeriesDefaultTransparentBorderColor Transparent Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (FALSE).
 tdg.draw.IdentObj getSeriesGroup(int nSeries, int nGroup)
           
 java.lang.String getSeriesLabel()
          Method Name: SeriesLabel Text String for Series
Default Value is (NULLSTRING).
 java.lang.String getSeriesLabel(tdg.draw.IdentObj id)
           
 java.lang.String getSeriesLabel(int seriesID)
           
 int getSeriesLooping()
          Property Name: SeriesLooping Controls number of unique series colors
Default Value is (32).
 tdg.draw.IdentObj getSeriesScroller()
           
 tdg.draw.IdentObj getSeriesScrollerEditBox()
           
 tdg.draw.IdentObj getSeriesScrollerEditLeft()
           
 tdg.draw.IdentObj getSeriesScrollerEditRight()
           
 tdg.draw.IdentObj getSeriesScrollerEditThumb()
           
 tdg.draw.IdentObj getSeriesScrollerThumb()
           
 int getSeriesType()
          Method Name: SeriesType Specify series type independent of chart type
Default Value is (0).
 int getSeriesType(tdg.draw.IdentObj id)
           
 int getSeriesType(int seriesID)
           
 boolean getShadowDisplay()
          Method Name: ShadowDisplay Display drop shadow on specified object?
Default Value is (FALSE).
 boolean getShadowDisplay(tdg.draw.IdentObj id)
           
 boolean getShadowDisplay(int objectID)
           
 int getShadowXOffset()
          Method Name: ShadowXOffset X-offset of drop shadow on specified object
Default Value is (2).
 int getShadowXOffset(tdg.draw.IdentObj id)
           
 int getShadowXOffset(int objectID)
           
 int getShadowXOffsetDefault()
          Property Name: ShadowXOffsetDefault Default x-offset of drop shadow
Default Value is (2).
 int getShadowYOffset()
          Method Name: ShadowYOffset Y-offset of drop shadow on specified object
Default Value is (2).
 int getShadowYOffset(tdg.draw.IdentObj id)
           
 int getShadowYOffset(int objectID)
           
 int getShadowYOffsetDefault()
          Property Name: ShadowYOffsetDefault Default y-offset of drop shadow
Default Value is (2).
 int getSkipBegin()
          Method Name: SkipBegin Manual Label Skip, Begin Label
Default Value is (0).
 int getSkipBegin(tdg.draw.IdentObj id)
           
 int getSkipBegin(int objectID)
           
 int getSkipCount()
          Method Name: SkipCount Manual Label Skip, Number of Labels to Skip
Default Value is (0).
 int getSkipCount(tdg.draw.IdentObj id)
           
 int getSkipCount(int objectID)
           
 tdg.draw.IdentObj getSlice()
           
 tdg.draw.IdentObj getSlice(int s, int g)
           
 tdg.draw.IdentObj getSliceCrust()
           
 tdg.draw.IdentObj getSliceRing()
           
 tdg.draw.IdentObj getSpectralLegendMarker()
           
 tdg.draw.IdentObj getSpectralLegendMarker(int i)
           
 tdg.draw.IdentObj getSpectralMarker()
           
 boolean getSquareMarkers()
          Property Name: SquareMarkers If TRUE, forces the legend markers to be perfect squares.
 boolean getStackedDataValueSum()
          Property Name: StackedDataValueSum Should we display the sum or just the data value?
Default Value is (TRUE).
 boolean getStock52WeekHighDisplay()
          Property Name: Stock52WeekHighDisplay Show 52-week high line?
Default Value is (TRUE).
 tdg.draw.IdentObj getStock52WeekHighLine()
           
 double getStock52WeekHighValue()
          Property Name: Stock52WeekHighValue Set value for 52-week high line.
Default Value is (40).
 boolean getStock52WeekLowDisplay()
          Property Name: Stock52WeekLowDisplay Show 52-week low line?
Default Value is (TRUE).
 tdg.draw.IdentObj getStock52WeekLowLine()
           
 double getStock52WeekLowValue()
          Property Name: Stock52WeekLowValue Set value for 52-week low line.
Default Value is (10).
 boolean getStockCloseSplitDisplay()
          Property Name: StockCloseSplitDisplay Split riser at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 tdg.draw.IdentObj getStockCloseTick()
           
 tdg.draw.IdentObj getStockCloseTick(int s, int g)
           
 boolean getStockCloseTicksDisplay()
          Property Name: StockCloseTicksDisplay Stock tick at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 tdg.draw.IdentObj getStockFallingRiser()
           
 tdg.draw.IdentObj getStockFallingRiser(int s, int g)
           
 tdg.draw.IdentObj getStockHighLine()
           
 tdg.draw.IdentObj getStockLowerRiser()
           
 tdg.draw.IdentObj getStockLowLine()
           
 tdg.draw.IdentObj getStockMALine()
           
 tdg.draw.IdentObj getStockMALine(int s, int g)
           
 boolean getStockMovingAverageDisplay()
          Property Name: StockMovingAverageDisplay Show moving average line?
Default Value is (TRUE).
 tdg.draw.IdentObj getStockOpenTick()
           
 tdg.draw.IdentObj getStockOpenTick(int s, int g)
           
 boolean getStockOpenTicksDisplay()
          Property Name: StockOpenTicksDisplay Stock tick at open value? Does nothing if Open data not available.
Default Value is (TRUE).
 tdg.draw.IdentObj getStockRiser()
           
 tdg.draw.IdentObj getStockRisingRiser()
           
 tdg.draw.IdentObj getStockRisingRiser(int s, int g)
           
 int getStockTickLength()
          Property Name: StockTickLength How far the ticks extend by percentage of available space.
Default Value is (50).
 tdg.draw.IdentObj getStockVolumeRiser()
           
 tdg.draw.IdentObj getStockVolumeRiser(int g)
           
 tdg.draw.IdentObj getSubtitle()
           
 boolean getSubtitleAutofit()
          Property Name: SubtitleAutofit NONE
Default Value is (FALSE).
 boolean getSubtitleDisplay()
          Property Name: SubtitleDisplay NONE
Default Value is (TRUE).
 java.lang.String getSubtitleString()
          Property Name: SubtitleString NONE
Default Value is (NULLSTRING).
 int getTextAutofitMax()
          Property Name: TextAutofitMax Maximum virtual size for text autofitting.
Default Value is (2200).
 int getTextAutofitMin()
          Property Name: TextAutofitMin Minimum virtual size for text autofitting.
Default Value is (200).
 java.lang.String getTextFormatPattern()
          Method Name: TextFormatPattern (Number) Format for specified object
Default Value is (#.#).
 java.lang.String getTextFormatPattern(tdg.draw.IdentObj id)
           
 java.lang.String getTextFormatPattern(int objectID)
           
 int getTextFormatPreset()
          Method Name: TextFormatPreset Standard Format for the text
Default Value is (0).
 int getTextFormatPreset(tdg.draw.IdentObj id)
           
 int getTextFormatPreset(int objectID)
           
 int getTextJustHoriz()
          Method Name: TextJustHoriz Horizontal justification
Default Value is (1).
 int getTextJustHoriz(tdg.draw.IdentObj id)
           
 int getTextJustHoriz(int objectID)
           
 int getTextJustVert()
          Method Name: TextJustVert Vertical justification
Default Value is (1).
 int getTextJustVert(tdg.draw.IdentObj id)
           
 int getTextJustVert(int objectID)
           
 int getTextRotation()
          Method Name: TextRotation Angle, 0 = No Rotation, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 int getTextRotation(tdg.draw.IdentObj id)
           
 int getTextRotation(int objectID)
           
 java.lang.String getTextString()
          Method Name: TextString Sets the string to be displayed in a text object
Default Value is (NULLSTRING).
 java.lang.String getTextString(tdg.draw.IdentObj id)
           
 java.lang.String getTextString(int objectID)
           
 boolean getTextWrap()
          Method Name: TextWrap Turn on text wrapping?
Default Value is (FALSE).
 boolean getTextWrap(tdg.draw.IdentObj id)
           
 boolean getTextWrap(int objectID)
           
 tdg.draw.IdentObj getTitle()
           
 boolean getTitleAutofit()
          Property Name: TitleAutofit NONE
Default Value is (FALSE).
 boolean getTitleDisplay()
          Property Name: TitleDisplay NONE
Default Value is (TRUE).
 java.lang.String getTitleString()
          Property Name: TitleString NONE
Default Value is (NULLSTRING).
 java.lang.String getToolTipCustomString()
          Method Name: ToolTipCustomString Custom string for ToolTip Customization
Default Value is (NULLSTRING).
 java.lang.String getToolTipCustomString(tdg.draw.IdentObj id)
           
 java.lang.String getToolTipCustomString(int seriesID)
           
 java.lang.String getToolTipCustomString(int seriesID, int groupID)
           
 boolean getToolTipDisplay()
          Property Name: ToolTipDisplay Display CharTips and WidgeTips
Default Value is (FALSE).
 boolean getToolTipMode()
          Property Name: ToolTipMode Toggle CharTips between explicit Developer Info and User Level Info (FALSE == USER)
Default Value is (FALSE).
 java.lang.String getURL()
          Method Name: URL Universal Resource Locator for any specific Object
Default Value is (NULLSTRING).
 java.lang.String getURL(tdg.draw.IdentObj id)
           
 java.lang.String getURL(int seriesID)
           
 java.lang.String getURL(int seriesID, int groupID)
           
 java.lang.String getURLTarget()
          Method Name: URLTarget Frame Target for URL associated with any specific Object
Default Value is (NULLSTRING).
 java.lang.String getURLTarget(tdg.draw.IdentObj id)
           
 java.lang.String getURLTarget(int seriesID)
           
 java.lang.String getURLTarget(int seriesID, int groupID)
           
 boolean getUseOffScreen()
          Property: UseOffScreen True means use OffScreen Double-Buffering to draw chart with no discernable drawing.
 boolean getUseSeriesBorderDefaults()
          Property Name: UseSeriesBorderDefaults Use the default (non-series-specific) border color and transparency?
Default Value is (FALSE).
 boolean getUseSeriesShapes()
          Property Name: UseSeriesShapes Use the getMarkerTemplate shapes?
Default Value is (FALSE).
 int getValidGroupsMin()
          Property Name: ValidGroupsMin Minimum number of Groups required for a valid chart
Default Value is (1).
 int getValidSeriesMin()
          Property Name: ValidSeriesMin Minimum number of Series required for a valid chart
Default Value is (1).
 int getViewableGroups()
          Property Name: ViewableGroups Number of Groups to Display
Default Value is (0).
 int getViewableGroupsStock()
          Property Name: ViewableGroupsStock Number of Groups in Stock Charts to Display
Default Value is (52).
 int getViewableSeries()
          Property Name: ViewableSeries Number of Series to Display
Default Value is (0).
 int getViewableSeriesStock()
          Property Name: ViewableSeriesStock Number of Series in Stock Charts to Display
Default Value is (0).
 int getViewing3DAnglePreset()
          Property Name: Viewing3DAnglePreset Value of -1 means custom angle in use, 0-15 are presets
Default Value is (0).
 tdg.draw.IdentObj getX1Axis()
           
 boolean getX1AxisDescending()
          Property Name: X1AxisDescending Ascending or Descending?
Default Value is (TRUE).
 tdg.draw.IdentObj getX1AxisLine()
           
 boolean getX1AxisLineDisplay()
          Property Name: X1AxisLineDisplay Dispay X1 Axis Line
Default Value is (FALSE).
 int getX1AxisSide()
          Property Name: X1AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
 boolean getX1ExcludeMaxLabel()
          Property Name: X1ExcludeMaxLabel Exclude Max Label on this Axis
Default Value is (FALSE).
 boolean getX1ExcludeMinLabel()
          Property Name: X1ExcludeMinLabel Exclude Min Label on this Axis
Default Value is (FALSE).
 tdg.draw.IdentObj getX1Label()
           
 boolean getX1LabelAutofit()
          Property Name: X1LabelAutofit NONE
Default Value is (FALSE).
 boolean getX1LabelDisplay()
          Property Name: X1LabelDisplay NONE
Default Value is (TRUE).
 int getX1LabelFormat()
          Property Name: X1LabelFormat (Number) Format for the default data text position
Default Value is (0).
 java.lang.String getX1LabelFormatPattern()
          Property Name: X1LabelFormatPattern (Number) Custom format for the X1 labels.
Default Value is (#.#).
 int getX1LabelRotate()
          Property Name: X1LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 boolean getX1LabelStagger()
          Property Name: X1LabelStagger NONE
Default Value is (FALSE).
 boolean getX1LogScale()
          Property Name: X1LogScale NONE
Default Value is (FALSE).
 tdg.draw.IdentObj getX1MajorGrid()
           
 boolean getX1MajorGridDisplay()
          Property Name: X1MajorGridDisplay Display the X1 major gridlines?
Default Value is (TRUE).
 double getX1MajorGridStep()
          Property Name: X1MajorGridStep NONE
Default Value is (20).
 boolean getX1MajorGridStepAuto()
          Property Name: X1MajorGridStepAuto NONE
Default Value is (TRUE).
 int getX1MajorGridStyle()
          Property Name: X1MajorGridStyle Solid, dashed, etc.
Default Value is (0).
 tdg.draw.IdentObj getX1MinorGrid()
           
 boolean getX1MinorGridDisplay()
          Property Name: X1MinorGridDisplay Display the X1 minor gridlines?
Default Value is (TRUE).
 double getX1MinorGridStep()
          Property Name: X1MinorGridStep NONE
Default Value is (10).
 boolean getX1MinorGridStepAuto()
          Property Name: X1MinorGridStepAuto NONE
Default Value is (TRUE).
 int getX1MinorGridStyle()
          Property Name: X1MinorGridStyle Solid, dashed, etc.
Default Value is (0).
 boolean getX1MustIncludeZero()
          Property Name: X1MustIncludeZero NONE
Default Value is (FALSE).
 boolean getX1OffScaleDisplay()
          Property Name: X1OffScaleDisplay NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getX1QualityAxisHigher()
           
 tdg.draw.IdentObj getX1QualityAxisLower()
           
 tdg.draw.IdentObj getX1QualityAxisMedium()
           
 tdg.draw.IdentObj getX1QualityLabelHigher()
           
 tdg.draw.IdentObj getX1QualityLabelLower()
           
 tdg.draw.IdentObj getX1QualityLabelMedium()
           
 double getX1ScaleMax()
          Property Name: X1ScaleMax NONE
Default Value is (100).
 boolean getX1ScaleMaxAuto()
          Property Name: X1ScaleMaxAuto NONE
Default Value is (TRUE).
 double getX1ScaleMin()
          Property Name: X1ScaleMin NONE
Default Value is (0).
 boolean getX1ScaleMinAuto()
          Property Name: X1ScaleMinAuto NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getX1Title()
           
 boolean getX1TitleAutofit()
          Property Name: X1TitleAutofit NONE
Default Value is (FALSE).
 boolean getX1TitleDisplay()
          Property Name: X1TitleDisplay NONE
Default Value is (TRUE).
 java.lang.String getX1TitleString()
          Property Name: X1TitleString NONE
Default Value is (NULLSTRING).
 tdg.draw.IdentObj getX1ZeroLine()
           
 boolean getX1ZeroLineDisplay()
          Property Name: X1ZeroLineDisplay NONE
Default Value is (FALSE).
 tdg.draw.IdentObj getY1Axis()
           
 boolean getY1AxisDescending()
          Property Name: Y1AxisDescending NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getY1AxisLine()
           
 boolean getY1AxisLineDisplay()
          Property Name: Y1AxisLineDisplay Dispay Y1 Axis Line
Default Value is (FALSE).
 int getY1AxisSide()
          Property Name: Y1AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
 boolean getY1ExcludeMaxLabel()
          Property Name: Y1ExcludeMaxLabel Exclude Max Label on this Axis
Default Value is (FALSE).
 boolean getY1ExcludeMinLabel()
          Property Name: Y1ExcludeMinLabel Exclude Min Label on this Axis
Default Value is (FALSE).
 tdg.draw.IdentObj getY1Label()
           
 boolean getY1LabelAutofit()
          Property Name: Y1LabelAutofit NONE
Default Value is (FALSE).
 boolean getY1LabelDisplay()
          Property Name: Y1LabelDisplay NONE
Default Value is (TRUE).
 int getY1LabelFormat()
          Property Name: Y1LabelFormat (Number) Format for the default data text position
Default Value is (0).
 java.lang.String getY1LabelFormatPattern()
          Property Name: Y1LabelFormatPattern (Number) Custom format for the Y1 labels.
Default Value is (#.#).
 int getY1LabelRotate()
          Property Name: Y1LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 boolean getY1LabelStagger()
          Property Name: Y1LabelStagger NONE
Default Value is (FALSE).
 boolean getY1LogScale()
          Property Name: Y1LogScale NONE
Default Value is (FALSE).
 tdg.draw.IdentObj getY1MajorGrid()
           
 boolean getY1MajorGridDisplay()
          Property Name: Y1MajorGridDisplay Display the Y1 major gridlines?
Default Value is (TRUE).
 double getY1MajorGridStep()
          Property Name: Y1MajorGridStep NONE
Default Value is (20).
 boolean getY1MajorGridStepAuto()
          Property Name: Y1MajorGridStepAuto NONE
Default Value is (TRUE).
 int getY1MajorGridStyle()
          Property Name: Y1MajorGridStyle Solid, dashed, etc.
Default Value is (0).
 tdg.draw.IdentObj getY1MinorGrid()
           
 boolean getY1MinorGridDisplay()
          Property Name: Y1MinorGridDisplay Display the Y1 minor gridlines?
Default Value is (TRUE).
 double getY1MinorGridStep()
          Property Name: Y1MinorGridStep NONE
Default Value is (10).
 boolean getY1MinorGridStepAuto()
          Property Name: Y1MinorGridStepAuto NONE
Default Value is (TRUE).
 int getY1MinorGridStyle()
          Property Name: Y1MinorGridStyle Solid, dashed, etc.
Default Value is (0).
 boolean getY1MustIncludeZero()
          Property Name: Y1MustIncludeZero NONE
Default Value is (FALSE).
 boolean getY1OffScaleDisplay()
          Property Name: Y1OffScaleDisplay NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getY1QualityAxisHigher()
           
 tdg.draw.IdentObj getY1QualityAxisLower()
           
 tdg.draw.IdentObj getY1QualityAxisMedium()
           
 tdg.draw.IdentObj getY1QualityLabelHigher()
           
 tdg.draw.IdentObj getY1QualityLabelLower()
           
 tdg.draw.IdentObj getY1QualityLabelMedium()
           
 double getY1ScaleMax()
          Property Name: Y1ScaleMax NONE
Default Value is (100).
 boolean getY1ScaleMaxAuto()
          Property Name: Y1ScaleMaxAuto NONE
Default Value is (TRUE).
 double getY1ScaleMin()
          Property Name: Y1ScaleMin NONE
Default Value is (0).
 boolean getY1ScaleMinAuto()
          Property Name: Y1ScaleMinAuto NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getY1Title()
           
 boolean getY1TitleAutofit()
          Property Name: Y1TitleAutofit NONE
Default Value is (FALSE).
 boolean getY1TitleDisplay()
          Property Name: Y1TitleDisplay NONE
Default Value is (TRUE).
 java.lang.String getY1TitleString()
          Property Name: Y1TitleString NONE
Default Value is (NULLSTRING).
 tdg.draw.IdentObj getY1ZeroLine()
           
 boolean getY1ZeroLineDisplay()
          Property Name: Y1ZeroLineDisplay NONE
Default Value is (FALSE).
 tdg.draw.IdentObj getY2Axis()
           
 boolean getY2AxisDescending()
          Property Name: Y2AxisDescending NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getY2AxisLine()
           
 boolean getY2AxisLineDisplay()
          Property Name: Y2AxisLineDisplay Display Y2 Axis Line
Default Value is (FALSE).
 int getY2AxisSide()
          Property Name: Y2AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (1).
 boolean getY2ExcludeMaxLabel()
          Property Name: Y2ExcludeMaxLabel Exclude Max Label on this Axis
Default Value is (FALSE).
 boolean getY2ExcludeMinLabel()
          Property Name: Y2ExcludeMinLabel Exclude Min Label on this Axis
Default Value is (FALSE).
 tdg.draw.IdentObj getY2Label()
           
 boolean getY2LabelAutofit()
          Property Name: Y2LabelAutofit NONE
Default Value is (FALSE).
 boolean getY2LabelDisplay()
          Property Name: Y2LabelDisplay NONE
Default Value is (TRUE).
 int getY2LabelFormat()
          Property Name: Y2LabelFormat (Number) Format for the default data text position
Default Value is (0).
 java.lang.String getY2LabelFormatPattern()
          Property Name: Y2LabelFormatPattern (Number) Custom format for the Y2 labels.
Default Value is (#.#).
 int getY2LabelRotate()
          Property Name: Y2LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 boolean getY2LabelStagger()
          Property Name: Y2LabelStagger NONE
Default Value is (FALSE).
 boolean getY2LogScale()
          Property Name: Y2LogScale NONE
Default Value is (FALSE).
 tdg.draw.IdentObj getY2MajorGrid()
           
 boolean getY2MajorGridDisplay()
          Property Name: Y2MajorGridDisplay Display the Y2 major gridlines?
Default Value is (TRUE).
 double getY2MajorGridStep()
          Property Name: Y2MajorGridStep NONE
Default Value is (20).
 boolean getY2MajorGridStepAuto()
          Property Name: Y2MajorGridStepAuto NONE
Default Value is (TRUE).
 int getY2MajorGridStyle()
          Property Name: Y2MajorGridStyle Solid, dashed, etc.
Default Value is (0).
 tdg.draw.IdentObj getY2MinorGrid()
           
 boolean getY2MinorGridDisplay()
          Property Name: Y2MinorGridDisplay Display the Y2 minor gridlines?
Default Value is (TRUE).
 double getY2MinorGridStep()
          Property Name: Y2MinorGridStep NONE
Default Value is (10).
 boolean getY2MinorGridStepAuto()
          Property Name: Y2MinorGridStepAuto NONE
Default Value is (TRUE).
 int getY2MinorGridStyle()
          Property Name: Y2MinorGridStyle Solid, dashed, etc.
Default Value is (0).
 boolean getY2MustIncludeZero()
          Property Name: Y2MustIncludeZero NONE
Default Value is (FALSE).
 boolean getY2OffScaleDisplay()
          Property Name: Y2OffScaleDisplay NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getY2QualityAxisHigher()
           
 tdg.draw.IdentObj getY2QualityAxisLower()
           
 tdg.draw.IdentObj getY2QualityAxisMedium()
           
 tdg.draw.IdentObj getY2QualityLabelHigher()
           
 tdg.draw.IdentObj getY2QualityLabelLower()
           
 tdg.draw.IdentObj getY2QualityLabelMedium()
           
 double getY2ScaleMax()
          Property Name: Y2ScaleMax NONE
Default Value is (100).
 boolean getY2ScaleMaxAuto()
          Property Name: Y2ScaleMaxAuto NONE
Default Value is (TRUE).
 double getY2ScaleMin()
          Property Name: Y2ScaleMin NONE
Default Value is (0).
 boolean getY2ScaleMinAuto()
          Property Name: Y2ScaleMinAuto NONE
Default Value is (TRUE).
 tdg.draw.IdentObj getY2Title()
           
 boolean getY2TitleAutofit()
          Property Name: Y2TitleAutofit NONE
Default Value is (FALSE).
 boolean getY2TitleDisplay()
          Property Name: Y2TitleDisplay NONE
Default Value is (TRUE).
 java.lang.String getY2TitleString()
          Property Name: Y2TitleString NONE
Default Value is (NULLSTRING).
 tdg.draw.IdentObj getY2ZeroLine()
           
 int getZoomDirection()
          Property Name: ZoomDirection Controls type of zooming user interface
Default Value is (0).
 double getZoomPercentage()
          Property Name: ZoomPercentage Controls number of unique series colors
Default Value is (50.0).
 void removePerspectiveListener(TDGListener Listener)
           
 void setAutofit(boolean newValue)
           
 void setAutofit(tdg.draw.IdentObj id, boolean newValue)
           
 void setAutofit(int objectID, boolean newValue)
           
 void setAutoshading(boolean newValue)
          Property Name: Autoshading If TRUE, light source settings are used to automatically shade the faces of a 3D graph, simulating a cast light beam.
 void setAutoSkip(tdg.draw.IdentObj id, int newValue)
           
 void setAutoSkip(int newValue)
           
 void setAutoSkip(int objectID, int newValue)
           
 void setAxisAssignment(tdg.draw.IdentObj id, int newValue)
           
 void setAxisAssignment(int newValue)
           
 void setAxisAssignment(int seriesID, int newValue)
           
 void setAxisDescending(boolean newValue)
           
 void setAxisDescending(tdg.draw.IdentObj id, boolean newValue)
           
 void setAxisDescending(int objectID, boolean newValue)
           
 void setAxisSide(tdg.draw.IdentObj id, int newValue)
           
 void setAxisSide(int newValue)
           
 void setAxisSide(int objectID, int newValue)
           
 void setAxisTextAutofitMax(int newValue)
          Property Name: AxisTextAutofitMax Maximum virtual size for Axis Text while autofitted.
Default Value is (2000).
 void setAxisTextAutofitMin(int newValue)
          Property Name: AxisTextAutofitMin Minimum virtual size for Axis Text while autofitted.
Default Value is (500).
 void setAxisTextAutofitMode(int newValue)
          Property Name: AxisTextAutofitMode Determine how Axis Text is Autofitted
Default Value is (0).
 void setAxisTextAutofitPercent(int newValue)
          Property Name: AxisTextAutofitPercent Deviation Percentage for Autofitted Axis Text
Default Value is (10).
 void setBiDirectional(boolean newValue)
          Property Name: BiDirectional FALSE = Left to Right, TRUE = Right to Left
Default Value is (FALSE).
 void setColorMode(int newValue)
          Property Name: ColorMode Changes between the various coloring modes:
0 = Automatic
1 = Color by Series
2 = Color by Group
3 = Color by Height
Default Value is (0).
 void setConnectLineMarkers(boolean newValue)
          Property Name: ConnectLineMarkers Should the markers in a Line chart be connected by a line? Default is TRUE.
 void setConnectScatterMarkers(boolean newValue)
          Property Name: ConnectScatterMarkers Has a visible effect on Scatter charts only.
 void setCubeFocusFactor(double newValue)
          Property Name: CubeFocusFactor The ocus factor for setting perspective distortion.
 void setCubeIsometricProjection(boolean newValue)
          Property Name: CubeIsometricProjection If TRUE, perspective distortion (focus) factor is ignored, and the graph cube is project isometrically (no line of sight perspective distortion, but perfectly parallel lines, like a mechanical drawing).
Default Value is (FALSE).
 void setCubeLightSourceX(double newValue)
          Property Name: CubeLightSourceX X-coord (unit space) of light source
Default Value is (0).
 void setCubeLightSourceY(double newValue)
          Property Name: CubeLightSourceY Y-coord (unit space) of light source
Default Value is (1).
 void setCubeLightSourceZ(double newValue)
          Property Name: CubeLightSourceZ Z-coord (unit space) of light source
Default Value is (1).
 void setCubePanX(double newValue)
          Property Name: CubePanX Pan (in 2D virtual coordinates) in X direction
Default Value is (0).
 void setCubePanY(double newValue)
          Property Name: CubePanY Pan (in 2D virtual coordinates) in Y direction
Default Value is (0).
 void setCubeRiserInterpolation(int newValue)
          Property Name: CubeRiserInterpolation Mode: 0 = large dataset only, 1 = isometric only, 2 = never
Default Value is (0).
 void setCubeSizeX(double newValue)
          Property Name: CubeSizeX Size of the 3D cube in the (user) X-direction.
 void setCubeSizeY(double newValue)
          Property Name: CubeSizeY Size of the 3D cube in the (user) Y-direction.
 void setCubeSizeZ(double newValue)
          Property Name: CubeSizeZ Size of the 3D cube in the (user) Z-direction.
 void setCubeSquareRisers(boolean newValue)
          Property Name: CubeSquareRisers If TRUE, forces the aspect ratio of 3D risers to be perfectly sqaure, no matter what the cube dimensions are.
 void setCubeTranslationX(double newValue)
          Property Name: CubeTranslationX Translation (in 3D cube coordinates) in the X direction.
Default Value is (50).
 void setCubeTranslationY(double newValue)
          Property Name: CubeTranslationY Translation (in 3D cube coordinates) in Y direction.
Default Value is (50).
 void setCubeTranslationZ(double newValue)
          Property Name: CubeTranslationZ Translation (in 3D cube coordinates) in Z direction.
Default Value is (50).
 void setCubeViewerX(double newValue)
          Property Name: CubeViewerX Viewer location (in 3D cube coordinates) in the X direction.
Default Value is (50).
 void setCubeViewerY(double newValue)
          Property Name: CubeViewerY Viewer location (in 3D cube coordinates) in the Y direction.
Default Value is (100).
 void setCubeViewerZ(double newValue)
          Property Name: CubeViewerZ Viewer location (in 3D cube coordinates) in the Z direction.
Default Value is (33).
 void setCubeWallThickX(double newValue)
          Property Name: CubeWallThickX Thickness of the 3D cube wall in the (user) X-direction.
Default Value is (25).
 void setCubeWallThickY(double newValue)
          Property Name: CubeWallThickY Thickness of the 3D cube wall in the (user) Y-direction.
Default Value is (30).
 void setCubeWallThickZ(double newValue)
          Property Name: CubeWallThickZ Thickness of the 3D cube wall in the (user) Z-direction.
Default Value is (25).
 void setCubeZoomFactor(double newValue)
          Property Name: CubeZoomFactor Global scaling factor for zooming in/out (above 1 is zoomed in).
Default Value is (50).
 void setCurveFitEquationDisplay(boolean newValue)
          Property Name: CurveFitEquationDisplay If TRUE, equations are shown for all curve fits drawn
Default Value is (TRUE).
 void setCurveFitHighOrderFirst(boolean newValue)
          Property Name: CurveFitHighOrderFirst Order of terms for equation text (TRUE: ax + b; FALSE: b + ax)
Default Value is (TRUE).
 void setCurveFitNumSegments(int newValue)
          Property Name: CurveFitNumSegments Number of interpolated points to calculate to draw the fit line
Default Value is (50).
 void setCurveFitPolynomialOrder(tdg.draw.IdentObj id, int newValue)
           
 void setCurveFitPolynomialOrder(int newValue)
           
 void setCurveFitPolynomialOrder(int seriesID, int newValue)
           
 void setCurveFitType(tdg.draw.IdentObj id, int newValue)
           
 void setCurveFitType(int newValue)
           
 void setCurveFitType(int seriesID, int newValue)
           
 void setDataItemsAlongSeries(boolean newValue)
          Property Name: DataItemsAlongSeries Are the data items aligned parallel to the series (both rows, or both columns)?
Default Value is (TRUE).
 void setDataLineThickness(int newValue)
          Property Name: DataLineThickness For a "2.5D effect" chart, how wide is the "fake 3D" line, expressed as a percentage from 1 to 100? 1 would be basically a thin line, 100 would be a very thick 3D ribbon extending all the way across the extruded frame.
Default Value is (30).
 void setDataScrollerPresenceGroups(int newValue)
          Property Name: DataScrollerPresenceGroups Determines when Group Data Scroller is visible
Default Value is (1).
 void setDataScrollerPresenceSeries(int newValue)
          Property Name: DataScrollerPresenceSeries Determines when Series Data Scroller is visible
Default Value is (1).
 void setDataTextAngle(tdg.draw.IdentObj id, int newValue)
           
 void setDataTextAngle(int newValue)
           
 void setDataTextAngle(int seriesID, int newValue)
           
 void setDataTextAngle(int seriesID, int groupID, int newValue)
           
 void setDataTextAngleDefault(int newValue)
          Property Name: DataTextAngleDefault Angle from center point that all data text is drawn from.
 void setDataTextDisplay(boolean newValue)
          Property Name: DataTextDisplay If TRUE, displays the data values for the selected IdentObj elements.
 void setDataTextFormat(int newValue)
          Property Name: DataTextFormat (Number) Format for the default data text position.
 void setDataTextFormatPattern(java.lang.String newValue)
          Property Name: DataTextFormatPattern (Number) Custom format for the data text.
Default Value is (#.#).
 void setDataTextPosition(int newValue)
          Property Name: DataTextPosition Position of the Data Value:
0 = Custom
1 = Above Riser
2 = On Riser Edge
3 = Below Riser Edge
4 = Center on Riser
5 = Above Riser Base
Default Value is (1).
 void setDataTextRadius(tdg.draw.IdentObj id, int newValue)
           
 void setDataTextRadius(int newValue)
           
 void setDataTextRadius(int seriesID, int newValue)
           
 void setDataTextRadius(int seriesID, int groupID, int newValue)
           
 void setDataTextRadiusDefault(int newValue)
          Property Name: DataTextRadiusDefault Radius that a Data text value will be drawn out from the center of a chart riser by default.
 void setDataTextTemplateBubble(java.lang.String newValue)
          Property Name: DataTextTemplateBubble Template for Data Text Labels for Bubble
Default Value is ([SIZE]).
 void setDataTextTemplateHiLo(java.lang.String newValue)
          Property Name: DataTextTemplateHiLo Template for Data Text Labels for Stock Charts [empty string = Close for Charts which have Close or High for all others]
Default Value is (NULLSTRING).
 void setDataTextTemplateScatter(java.lang.String newValue)
          Property Name: DataTextTemplateScatter Template for Data Text Labels for Scatter
Default Value is ([X], [Y]).
 void setDeadZonePercent(int newValue)
          Property Name: DeadZonePercent Percentage of Dead Zone Area, Oracle 106
Default Value is (0).
 void setDepthAngle(int newValue)
          Property Name: DepthAngle When charts are drawn using the "2.5D" effect, this is the angle in degrees that the extruded section is drawn at.
Default Value is (45).
 void setDepthRadius(int newValue)
          Property Name: DepthRadius For "2.5D" effect, how far out from the chart will the extruded frame extend? Small values give very "narrow" charts, large values give very "thick" ones.
Default Value is (40).
 void setDisplay(boolean newValue)
           
 void setDisplay(tdg.draw.IdentObj id, boolean newValue)
           
 void setDisplay(int objectID, boolean newValue)
           
 void setDisplay3DFloor(boolean newValue)
          Property Name: Display3DFloor Display the floor of the 3D cube?
Default Value is (TRUE).
 void setDisplay3DLeftWall(boolean newValue)
          Property Name: Display3DLeftWall Display the left wall of the 3D cube?
Default Value is (TRUE).
 void setDisplay3DRightWall(boolean newValue)
          Property Name: Display3DRightWall Display the right wall of the 3D cube?
Default Value is (TRUE).
 void setDisplayBarAsPictograph(boolean newValue)
          Property Name: DisplayBarAsPictograph Display Bar as Pictograph (Only for Flat 2D)
Default Value is (FALSE).
 void setDisplayOffScale(boolean newValue)
           
 void setDisplayOffScale(tdg.draw.IdentObj id, boolean newValue)
           
 void setDisplayOffScale(int objectID, boolean newValue)
           
 void setDualAxisLineDisplay(boolean newValue)
          Property Name: DualAxisLineDisplay Display line separating axis
Default Value is (FALSE).
 void setDualAxisSplitPosition(int newValue)
          Property Name: DualAxisSplitPosition Position within the chart frame that the DualY split position will be created.
 void setExactColorByHeight(boolean newValue)
          Property Name: ExactColorByHeight If true, interpolate color "exactly", else use closest color on spectral legend.
Default Value is (TRUE).
 void setExcludeMaxLabel(boolean newValue)
           
 void setExcludeMaxLabel(tdg.draw.IdentObj id, boolean newValue)
           
 void setExcludeMaxLabel(int objectID, boolean newValue)
           
 void setExcludeMinLabel(boolean newValue)
           
 void setExcludeMinLabel(tdg.draw.IdentObj id, boolean newValue)
           
 void setExcludeMinLabel(int objectID, boolean newValue)
           
 void setFontName(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setFontName(int objectID, java.lang.String newValue)
           
 void setFontName(java.lang.String newValue)
           
 void setFontSize(tdg.draw.IdentObj id, int newValue)
           
 void setFontSize(int newValue)
           
 void setFontSize(int objectID, int newValue)
           
 void setFontSizeAbsolute(boolean newValue)
          Property Name: FontSizeAbsolute If TRUE, fonts are specified by FontSize (not FontSizeVC).
Default Value is (FALSE).
 void setFontSizeVC(tdg.draw.IdentObj id, int newValue)
           
 void setFontSizeVC(int newValue)
           
 void setFontSizeVC(int objectID, int newValue)
           
 void setFontStyle(tdg.draw.IdentObj id, int newValue)
           
 void setFontStyle(int newValue)
           
 void setFontStyle(int objectID, int newValue)
           
 void setFootnoteAutofit(boolean newValue)
          Property Name: FootnoteAutofit Perform text autofitting on the chart footnote?
Default Value is (FALSE).
 void setFootnoteDisplay(boolean newValue)
          Property Name: FootnoteDisplay Display the footnote?
Default Value is (TRUE).
 void setFootnoteString(java.lang.String newValue)
          Property Name: FootnoteString Text string for the chart footnote.
Default Value is (NULLSTRING).
 void setFrameDisplay(boolean newValue)
          Property Name: FrameDisplay Display the frame?
Default Value is (TRUE).
 void setGrid3DFloorDisplayX(boolean newValue)
          Property Name: Grid3DFloorDisplayX Display Floor grids attached to (user) X-axis?
Default Value is (FALSE).
 void setGrid3DFloorDisplayZ(boolean newValue)
          Property Name: Grid3DFloorDisplayZ Display Floor grids attached to (user) Z-axis?
Default Value is (FALSE).
 void setGrid3DLeftWallDisplayY(boolean newValue)
          Property Name: Grid3DLeftWallDisplayY Display Left Wall grids attached to (user) Y-axis?
Default Value is (FALSE).
 void setGrid3DLeftWallDisplayZ(boolean newValue)
          Property Name: Grid3DLeftWallDisplayZ Display Left Wall grids attached to (user) Z-axis?
Default Value is (TRUE).
 void setGrid3DRightWallDisplayX(boolean newValue)
          Property Name: Grid3DRightWallDisplayX Display Right Wall grids attached to (user) X-axis?
Default Value is (FALSE).
 void setGrid3DRightWallDisplayY(boolean newValue)
          Property Name: Grid3DRightWallDisplayY Display Right Wall grids attached to (user) Y-axis?
Default Value is (TRUE).
 void setGrid3DRiserDisplayX(boolean newValue)
          Property Name: Grid3DRiserDisplayX Display Riser grids attached to (user) X-axis?
Default Value is (FALSE).
 void setGrid3DRiserDisplayY(boolean newValue)
          Property Name: Grid3DRiserDisplayY Display Riser grids attached to (user) Y-axis?
Default Value is (FALSE).
 void setGrid3DRiserDisplayZ(boolean newValue)
          Property Name: Grid3DRiserDisplayZ Display Riser grids attached to (user) Z-axis?
Default Value is (FALSE).
 void setGridCount(tdg.draw.IdentObj id, int newValue)
           
 void setGridCount(int newValue)
           
 void setGridCount(int objectID, int newValue)
           
 void setGridStep(double newValue)
           
 void setGridStep(tdg.draw.IdentObj id, double newValue)
           
 void setGridStep(int objectID, double newValue)
           
 void setGridStepAuto(boolean newValue)
           
 void setGridStepAuto(tdg.draw.IdentObj id, boolean newValue)
           
 void setGridStepAuto(int objectID, boolean newValue)
           
 void setGridStyle(tdg.draw.IdentObj id, int newValue)
           
 void setGridStyle(int newValue)
           
 void setGridStyle(int objectID, int newValue)
           
 void setGroupLabel(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setGroupLabel(int groupID, java.lang.String newValue)
           
 void setGroupLabel(java.lang.String newValue)
           
 void setIgnoreSeries(boolean newValue)
           
 void setIgnoreSeries(tdg.draw.IdentObj id, boolean newValue)
           
 void setIgnoreSeries(int seriesID, boolean newValue)
           
 void setInterpretAsHLOC(boolean newValue)
          Property Name: InterpretAsHLOC Should Open-High-Low-Close charts interpret the data as in the SDK (Hi-Lo-Open-Close)?
Default Value is (FALSE).
 void setLabelMargin(tdg.draw.IdentObj id, int newValue)
           
 void setLabelMargin(int newValue)
           
 void setLabelMargin(int objectID, int newValue)
           
 void setLabelStagger(boolean newValue)
           
 void setLabelStagger(tdg.draw.IdentObj id, boolean newValue)
           
 void setLabelStagger(int objectID, boolean newValue)
           
 void setLegendAutomatic(boolean newValue)
          Property Name: LegendAutomatic Let engine automagically position and size legend?
Default Value is (TRUE).
 void setLegendDisplay(boolean newValue)
          Property Name: LegendDisplay Display the legend text?
Default Value is (TRUE).
 void setLegendMarkerPosition(int newValue)
          Property Name: LegendMarkerPosition Position of legend marker relative to legend text.
Default Value is (0).
 void setLegendMarkersPerRow(int newValue)
          Property Name: LegendMarkersPerRow 0 means use number of series
Default Value is (0).
 void setLegendOrient(int newValue)
          Property Name: LegendOrient Controls drawing order of legend items to be Horiz, Vert or Auto (determined by height/width of LegendRect)
Default Value is (2).
 void setLegendReverse(boolean newValue)
          Property Name: LegendReverse Draw legend in reverse order?
Default Value is (FALSE).
 void setLegendTextAutofit(boolean newValue)
          Property Name: LegendTextAutofit Autofit the legend text or not?
Default Value is (FALSE).
 void setLogScale(boolean newValue)
           
 void setLogScale(tdg.draw.IdentObj id, boolean newValue)
           
 void setLogScale(int objectID, boolean newValue)
           
 void setLogScaleBase(double newValue)
           
 void setLogScaleBase(tdg.draw.IdentObj id, double newValue)
           
 void setLogScaleBase(int objectID, double newValue)
           
 void setManualRedraw(boolean newValue)
           
 void setMarkerDisplay(boolean newValue)
          Property Name: MarkerDisplay Turns markers on or off for any 2D chart.
 void setMarkerSize(tdg.draw.IdentObj id, int newValue)
           
 void setMarkerSize(int newValue)
           
 void setMarkerSize(int seriesID, int newValue)
           
 void setMarkerSize(int seriesID, int groupID, int newValue)
           
 void setMarkerSizeDefault(int newValue)
          Property Name: MarkerSizeDefault Marker size unless a specific (s,g) point overrides; bubble charts ignore this.
Default Value is (30).
 void setMoveAxisTitles(boolean newValue)
          Property Name: MoveAxisTitles Allow axis titles to be movable
Default Value is (FALSE).
 void setNestedLabels(boolean newValue)
          Property Name: NestedLabels If true, use TDGNestedLabelsObj for nested O1 labels.
Default Value is (FALSE).
 void setNestedLabelsUniformStyle(boolean newValue)
          Property Name: NestedLabelsUniformStyle If true, all nested O1 labels have same font, size, style and color.
Default Value is (FALSE).
 void setO1AxisLineDisplay(boolean newValue)
          Property Name: O1AxisLineDisplay Dispay O1 Axis Line
Default Value is (FALSE).
 void setO1AxisSide(int newValue)
          Property Name: O1AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
 void setO1ExcludeMaxLabel(boolean newValue)
          Property Name: O1ExcludeMaxLabel Exclude Max Label on this Axis.
Default Value is (FALSE).
 void setO1ExcludeMinLabel(boolean newValue)
          Property Name: O1ExcludeMinLabel Exclude Min Label on this Axis.
Default Value is (FALSE).
 void setO1LabelAutofit(boolean newValue)
          Property Name: O1LabelAutofit Autofit this label or not?
Default Value is (FALSE).
 void setO1LabelAutoSkip(int newValue)
          Property Name: O1LabelAutoSkip Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
 void setO1LabelDisplay(boolean newValue)
          Property Name: O1LabelDisplay Display the labels for the O1 (Group) axis of this chart?
Default Value is (TRUE).
 void setO1LabelMargin(int newValue)
          Property Name: O1LabelMargin Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
 void setO1LabelRotate(int newValue)
          Property Name: O1LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 void setO1LabelSkipBegin(int newValue)
          Property Name: O1LabelSkipBegin Manual Label Skip Begin Label
Default Value is (0).
 void setO1LabelSkipCount(int newValue)
          Property Name: O1LabelSkipCount Manual Label Skip Number of Labels to Skip
Default Value is (0).
 void setO1LabelStagger(boolean newValue)
          Property Name: O1LabelStagger Stagger the labels for the O1 (Group) axis of this chart? Use this option when there are too many labels to read.
Not Implemented Yet
Default Value is (FALSE).
 void setO1LabelWrap(boolean newValue)
          Property Name: O1LabelWrap Use text wrapping for the O1 (Group) axis of this chart? Use this option when there are long text strings with spaces that will not fit next to each other on this axis.
Default Value is (FALSE).
 void setO1MajorGridDisplay(boolean newValue)
          Property Name: O1MajorGridDisplay Display the O1 major gridlines?
Default Value is (TRUE).
 void setO1MajorGridStyle(int newValue)
          Property Name: O1MajorGridStyle What line style should be used for the O1 (Group) Major Grid Lines? Valid settings are:
0=Normal Grid Lines
1=???
Default Value is (0).
 void setO1MinorGridCount(int newValue)
          Property Name: O1MinorGridCount Number of Minor Grids for O1 Axis
Default Value is (1).
 void setO1MinorGridDisplay(boolean newValue)
          Property Name: O1MinorGridDisplay Display the O1 (Group) axis minor gridlines?
Default Value is (FALSE).
 void setO1MinorGridStyle(int newValue)
          Property Name: O1MinorGridStyle Which style of grid lines should be used for the O1 (Group) axis minor grid lines?
0= Normal Grids
1=???
Default Value is (0).
 void setO1TitleAutofit(boolean newValue)
          Property Name: O1TitleAutofit Autofit the font for the O1 (Group) axis title? If FALSE, then the set font size will be used instead.
Default Value is (FALSE).
 void setO1TitleDisplay(boolean newValue)
          Property Name: O1TitleDisplay Display the O1 (Group) axis title? Setting the string for this title will cause this property to automatically be set to TRUE.
Default Value is (TRUE).
 void setO1TitleString(java.lang.String newValue)
          Property Name: O1TitleString Text string for the O1 (Group) axis title.
Default Value is (NULLSTRING).
 void setO2ExcludeMaxLabel(boolean newValue)
          Property Name: O2ExcludeMaxLabel Exclude Max Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 void setO2ExcludeMinLabel(boolean newValue)
          Property Name: O2ExcludeMinLabel Exclude Min Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 void setO2LabelAutofit(boolean newValue)
          Property Name: O2LabelAutofit Autofit the font for the O2 (Second Group) axis labels? If FALSE, then the set font size will be used instead.
 void setO2LabelDisplay(boolean newValue)
          Property Name: O2LabelDisplay NONE
Default Value is (TRUE).
 void setO2LabelRotate(int newValue)
          Property Name: O2LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 void setO2LabelWrap(boolean newValue)
          Property Name: O2LabelWrap NONE
Default Value is (FALSE).
 void setO2TitleAutofit(boolean newValue)
          Property Name: O2TitleAutofit NONE
Default Value is (FALSE).
 void setO2TitleDisplay(boolean newValue)
          Property Name: O2TitleDisplay NONE
Default Value is (TRUE).
 void setO2TitleString(java.lang.String newValue)
          Property Name: O2TitleString NONE
Default Value is (NULLSTRING).
 void setOtherPercentage(double newValue)
          Property Name: OtherPercentage Threshold (% of total) below which slices/risers get lumped in with "Other"
Default Value is (0.5).
 void setOtherSeries(boolean newValue)
          Property Name: OtherSeries If TRUE, we calculate and show an "Other" slice/riser.
Default Value is (FALSE).
 void setOverdrawSkip(boolean newValue)
          Property Name: OverdrawSkip If TRUE, we skip risers that can never be seen.
Default Value is (TRUE).
 void setPieBarLabelDisplay(boolean newValue)
          Property Name: PieBarLabelDisplay NONE
Default Value is (TRUE).
 void setPieBarLabelString(java.lang.String newValue)
          Property Name: PieBarLabelString NONE
Default Value is (NULLSTRING).
 void setPieBarSeries(int newValue)
          Property Name: PieBarSeries Which series is exploded as a Bar in PieBar charts
Default Value is (0).
 void setPieDepth(int newValue)
          Property Name: PieDepth NONE
Default Value is (30).
 void setPieFeelerTextDisplay(int newValue)
          Property Name: PieFeelerTextDisplay NONE
Default Value is (1).
 void setPieFeelerTextFormat(int newValue)
          Property Name: PieFeelerTextFormat (Number) Format for the default data text position
Default Value is (0).
 void setPieFeelerTextFormatPattern(java.lang.String newValue)
          Property Name: PieFeelerTextFormatPattern (Number) Custom format for the pie feeler text.
Default Value is (#.#).
 void setPieLabelDisplay(int newValue)
          Property Name: PieLabelDisplay Huh? how about some symbolic constants
Default Value is (1).
 void setPieRingSize(int newValue)
          Property Name: PieRingSize Affects only RINGPIE graph type
Default Value is (30).
 void setPieRingTotalDisplay(boolean newValue)
          Property Name: PieRingTotalDisplay NONE
Default Value is (TRUE).
 void setPieRingTotalFormat(int newValue)
          Property Name: PieRingTotalFormat Selects format for Ring Total
Default Value is (0).
 void setPieRingTotalFormatPattern(java.lang.String newValue)
          Property Name: PieRingTotalFormatPattern Selects format for Ring Total.
Default Value is (#.#).
 void setPieRotate(int newValue)
          Property Name: PieRotate 0 means 12 o'clock
Default Value is (0).
 void setPieSliceDelete(boolean newValue)
           
 void setPieSliceDelete(tdg.draw.IdentObj id, boolean newValue)
           
 void setPieSliceDelete(int seriesID, boolean newValue)
           
 void setPieSliceDelete(int seriesID, int groupID, boolean newValue)
           
 void setPieSliceDetach(tdg.draw.IdentObj id, int newValue)
           
 void setPieSliceDetach(int newValue)
           
 void setPieSliceDetach(int seriesID, int newValue)
           
 void setPieSliceDetach(int seriesID, int groupID, int newValue)
           
 void setPiesPerRow(int newValue)
          Property Name: PiesPerRow NONE
Default Value is (2).
 void setPieTilt(int newValue)
          Property Name: PieTilt NONE
Default Value is (10).
 void setQuadrantLineCountX(int newValue)
          Property Name: QuadrantLineCountX Number of vertical Quadrant Lines
Default Value is (1).
 void setQuadrantLineCountY(int newValue)
          Property Name: QuadrantLineCountY Number of horizontal Quadrant Lines
Default Value is (1).
 void setRect(tdg.draw.IdentObj id, java.awt.Rectangle newValue)
           
 void setRect(int objectID, java.awt.Rectangle newValue)
           
 void setRect(java.awt.Rectangle newValue)
           
 void setReshapeEnable(boolean newValue)
          Property Name: ReshapeEnable Allow user to move and resize objects?
Default Value is (TRUE).
 void setResizeBarMode(boolean newValue)
          Property Name: ResizeBarMode NONE
Default Value is (FALSE).
 void setReverseGroups(boolean newValue)
          Property Name: ReverseGroups Draw groups in reverse order
Default Value is (FALSE).
 void setReverseSeries(boolean newValue)
          Property Name: ReverseSeries Draw series in reverse order
Default Value is (FALSE).
 void setRiser3DThicknessY(int newValue)
          Property Name: Riser3DThicknessY NONE
Default Value is (75).
 void setRiserBarGroupSpacing(int newValue)
          Property Name: RiserBarGroupSpacing NONE
Default Value is (25).
 void setRiserBorderMode(int newValue)
          Property Name: RiserBorderMode Whether to draw the border of risers, 0 is automatic (yes for small data only), 1 is no, 2 is yes.
Default Value is (2).
 void setRiserWidth(int newValue)
          Property Name: RiserWidth NONE
Default Value is (75).
 void setScaleFromZero(boolean newValue)
          Property Name: ScaleFromZero Draw bar from 0 or from minimum value?
Default Value is (TRUE).
 void setScaleMax(double newValue)
           
 void setScaleMax(tdg.draw.IdentObj id, double newValue)
           
 void setScaleMax(int objectID, double newValue)
           
 void setScaleMaxAuto(boolean newValue)
           
 void setScaleMaxAuto(tdg.draw.IdentObj id, boolean newValue)
           
 void setScaleMaxAuto(int objectID, boolean newValue)
           
 void setScaleMin(double newValue)
           
 void setScaleMin(tdg.draw.IdentObj id, double newValue)
           
 void setScaleMin(int objectID, double newValue)
           
 void setScaleMinAuto(boolean newValue)
           
 void setScaleMinAuto(tdg.draw.IdentObj id, boolean newValue)
           
 void setScaleMinAuto(int objectID, boolean newValue)
           
 void setScaleMustIncludeZero(boolean newValue)
           
 void setScaleMustIncludeZero(tdg.draw.IdentObj id, boolean newValue)
           
 void setScaleMustIncludeZero(int objectID, boolean newValue)
           
 void setScrollOffsetGroup(int newValue)
          Property Name: ScrollOffsetGroup Group offset within DataRange
Default Value is (0).
 void setScrollOffsetSeries(int newValue)
          Property Name: ScrollOffsetSeries Series offset within DataRange
Default Value is (0).
 void setSelectionEnable(int newValue)
          Property Name: SelectionEnable Allow user to select objects?
Default Value is (3).
 void setSelectionEnableMove(boolean newValue)
          Property Name: SelectionEnableMove Enable objects moving and resizing
Default Value is (TRUE).
 void setSeriesDefaultBorderColor(java.awt.Color newValue)
          Property Name: SeriesDefaultBorderColor Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (Color.black).
 void setSeriesDefaultTransparentBorderColor(boolean newValue)
          Property Name: SeriesDefaultTransparentBorderColor Transparent Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (FALSE).
 void setSeriesLabel(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setSeriesLabel(int seriesID, java.lang.String newValue)
           
 void setSeriesLabel(java.lang.String newValue)
           
 void setSeriesLooping(int newValue)
          Property Name: SeriesLooping Controls number of unique series colors
Default Value is (32).
 void setSeriesType(tdg.draw.IdentObj id, int newValue)
           
 void setSeriesType(int newValue)
           
 void setSeriesType(int seriesID, int newValue)
           
 void setShadowDisplay(boolean newValue)
           
 void setShadowDisplay(tdg.draw.IdentObj id, boolean newValue)
           
 void setShadowDisplay(int objectID, boolean newValue)
           
 void setShadowXOffset(tdg.draw.IdentObj id, int newValue)
           
 void setShadowXOffset(int newValue)
           
 void setShadowXOffset(int objectID, int newValue)
           
 void setShadowXOffsetDefault(int newValue)
          Property Name: ShadowXOffsetDefault Default x-offset of drop shadow
Default Value is (2).
 void setShadowYOffset(tdg.draw.IdentObj id, int newValue)
           
 void setShadowYOffset(int newValue)
           
 void setShadowYOffset(int objectID, int newValue)
           
 void setShadowYOffsetDefault(int newValue)
          Property Name: ShadowYOffsetDefault Default y-offset of drop shadow
Default Value is (2).
 void setSkipBegin(tdg.draw.IdentObj id, int newValue)
           
 void setSkipBegin(int newValue)
           
 void setSkipBegin(int objectID, int newValue)
           
 void setSkipCount(tdg.draw.IdentObj id, int newValue)
           
 void setSkipCount(int newValue)
           
 void setSkipCount(int objectID, int newValue)
           
 void setSquareMarkers(boolean newValue)
          Property Name: SquareMarkers If TRUE, forces the legend markers to be perfect squares.
 void setStackedDataValueSum(boolean newValue)
          Property Name: StackedDataValueSum Should we display the sum or just the data value?
Default Value is (TRUE).
 void setStock52WeekHighDisplay(boolean newValue)
          Property Name: Stock52WeekHighDisplay Show 52-week high line?
Default Value is (TRUE).
 void setStock52WeekHighValue(double newValue)
          Property Name: Stock52WeekHighValue Set value for 52-week high line.
Default Value is (40).
 void setStock52WeekLowDisplay(boolean newValue)
          Property Name: Stock52WeekLowDisplay Show 52-week low line?
Default Value is (TRUE).
 void setStock52WeekLowValue(double newValue)
          Property Name: Stock52WeekLowValue Set value for 52-week low line.
Default Value is (10).
 void setStockCloseSplitDisplay(boolean newValue)
          Property Name: StockCloseSplitDisplay Split riser at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 void setStockCloseTicksDisplay(boolean newValue)
          Property Name: StockCloseTicksDisplay Stock tick at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 void setStockMovingAverageDisplay(boolean newValue)
          Property Name: StockMovingAverageDisplay Show moving average line?
Default Value is (TRUE).
 void setStockOpenTicksDisplay(boolean newValue)
          Property Name: StockOpenTicksDisplay Stock tick at open value? Does nothing if Open data not available.
Default Value is (TRUE).
 void setStockTickLength(int newValue)
          Property Name: StockTickLength How far the ticks extend by percentage of available space.
Default Value is (50).
 void setSubtitleAutofit(boolean newValue)
          Property Name: SubtitleAutofit NONE
Default Value is (FALSE).
 void setSubtitleDisplay(boolean newValue)
          Property Name: SubtitleDisplay NONE
Default Value is (TRUE).
 void setSubtitleString(java.lang.String newValue)
          Property Name: SubtitleString NONE
Default Value is (NULLSTRING).
 void setTextAutofitMax(int newValue)
          Property Name: TextAutofitMax Maximum virtual size for text autofitting.
Default Value is (2200).
 void setTextAutofitMin(int newValue)
          Property Name: TextAutofitMin Minimum virtual size for text autofitting.
Default Value is (200).
 void setTextFormatPattern(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setTextFormatPattern(int objectID, java.lang.String newValue)
           
 void setTextFormatPattern(java.lang.String newValue)
           
 void setTextFormatPreset(tdg.draw.IdentObj id, int newValue)
           
 void setTextFormatPreset(int newValue)
           
 void setTextFormatPreset(int objectID, int newValue)
           
 void setTextJustHoriz(tdg.draw.IdentObj id, int newValue)
           
 void setTextJustHoriz(int newValue)
           
 void setTextJustHoriz(int objectID, int newValue)
           
 void setTextJustVert(tdg.draw.IdentObj id, int newValue)
           
 void setTextJustVert(int newValue)
           
 void setTextJustVert(int objectID, int newValue)
           
 void setTextRotation(tdg.draw.IdentObj id, int newValue)
           
 void setTextRotation(int newValue)
           
 void setTextRotation(int objectID, int newValue)
           
 void setTextString(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setTextString(int objectID, java.lang.String newValue)
           
 void setTextString(java.lang.String newValue)
           
 void setTextWrap(boolean newValue)
           
 void setTextWrap(tdg.draw.IdentObj id, boolean newValue)
           
 void setTextWrap(int objectID, boolean newValue)
           
 void setTitleAutofit(boolean newValue)
          Property Name: TitleAutofit NONE
Default Value is (FALSE).
 void setTitleDisplay(boolean newValue)
          Property Name: TitleDisplay NONE
Default Value is (TRUE).
 void setTitleString(java.lang.String newValue)
          Property Name: TitleString NONE
Default Value is (NULLSTRING).
 void setToolTipCustomString(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setToolTipCustomString(int seriesID, int groupID, java.lang.String newValue)
           
 void setToolTipCustomString(int seriesID, java.lang.String newValue)
           
 void setToolTipCustomString(java.lang.String newValue)
           
 void setToolTipDisplay(boolean newValue)
          Property Name: ToolTipDisplay Display CharTips and WidgeTips
Default Value is (FALSE).
 void setToolTipMode(boolean newValue)
          Property Name: ToolTipMode Toggle CharTips between explicit Developer Info and User Level Info (FALSE == USER)
Default Value is (FALSE).
 void setURL(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setURL(int seriesID, int groupID, java.lang.String newValue)
           
 void setURL(int seriesID, java.lang.String newValue)
           
 void setURL(java.lang.String newValue)
           
 void setURLTarget(tdg.draw.IdentObj id, java.lang.String newValue)
           
 void setURLTarget(int seriesID, int groupID, java.lang.String newValue)
           
 void setURLTarget(int seriesID, java.lang.String newValue)
           
 void setURLTarget(java.lang.String newValue)
           
 void setUseOffScreen(boolean newValue)
           
 void setUseSeriesBorderDefaults(boolean newValue)
          Property Name: UseSeriesBorderDefaults Use the default (non-series-specific) border color and transparency?
Default Value is (FALSE).
 void setUseSeriesShapes(boolean newValue)
          Property Name: UseSeriesShapes Use the getMarkerTemplate shapes?
Default Value is (FALSE).
 void setValidGroupsMin(int newValue)
          Property Name: ValidGroupsMin Minimum number of Groups required for a valid chart
Default Value is (1).
 void setValidSeriesMin(int newValue)
          Property Name: ValidSeriesMin Minimum number of Series required for a valid chart
Default Value is (1).
 void setViewableGroups(int newValue)
          Property Name: ViewableGroups Number of Groups to Display
Default Value is (0).
 void setViewableGroupsStock(int newValue)
          Property Name: ViewableGroupsStock Number of Groups in Stock Charts to Display
Default Value is (52).
 void setViewableSeries(int newValue)
          Property Name: ViewableSeries Number of Series to Display
Default Value is (0).
 void setViewableSeriesStock(int newValue)
          Property Name: ViewableSeriesStock Number of Series in Stock Charts to Display
Default Value is (0).
 void setViewing3DAnglePreset(int newValue)
          Property Name: Viewing3DAnglePreset Value of -1 means custom angle in use, 0-15 are presets
Default Value is (0).
 void setX1AxisDescending(boolean newValue)
          Property Name: X1AxisDescending Ascending or Descending?
Default Value is (TRUE).
 void setX1AxisLineDisplay(boolean newValue)
          Property Name: X1AxisLineDisplay Dispay X1 Axis Line
Default Value is (FALSE).
 void setX1AxisSide(int newValue)
          Property Name: X1AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
 void setX1ExcludeMaxLabel(boolean newValue)
          Property Name: X1ExcludeMaxLabel Exclude Max Label on this Axis
Default Value is (FALSE).
 void setX1ExcludeMinLabel(boolean newValue)
          Property Name: X1ExcludeMinLabel Exclude Min Label on this Axis
Default Value is (FALSE).
 void setX1LabelAutofit(boolean newValue)
          Property Name: X1LabelAutofit NONE
Default Value is (FALSE).
 void setX1LabelDisplay(boolean newValue)
          Property Name: X1LabelDisplay NONE
Default Value is (TRUE).
 void setX1LabelFormat(int newValue)
          Property Name: X1LabelFormat (Number) Format for the default data text position
Default Value is (0).
 void setX1LabelFormatPattern(java.lang.String newValue)
          Property Name: X1LabelFormatPattern (Number) Custom format for the X1 labels.
Default Value is (#.#).
 void setX1LabelRotate(int newValue)
          Property Name: X1LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 void setX1LabelStagger(boolean newValue)
          Property Name: X1LabelStagger NONE
Default Value is (FALSE).
 void setX1LogScale(boolean newValue)
          Property Name: X1LogScale NONE
Default Value is (FALSE).
 void setX1MajorGridDisplay(boolean newValue)
          Property Name: X1MajorGridDisplay Display the X1 major gridlines?
Default Value is (TRUE).
 void setX1MajorGridStep(double newValue)
          Property Name: X1MajorGridStep NONE
Default Value is (20).
 void setX1MajorGridStepAuto(boolean newValue)
          Property Name: X1MajorGridStepAuto NONE
Default Value is (TRUE).
 void setX1MajorGridStyle(int newValue)
          Property Name: X1MajorGridStyle Solid, dashed, etc.
Default Value is (0).
 void setX1MinorGridDisplay(boolean newValue)
          Property Name: X1MinorGridDisplay Display the X1 minor gridlines?
Default Value is (TRUE).
 void setX1MinorGridStep(double newValue)
          Property Name: X1MinorGridStep NONE
Default Value is (10).
 void setX1MinorGridStepAuto(boolean newValue)
          Property Name: X1MinorGridStepAuto NONE
Default Value is (TRUE).
 void setX1MinorGridStyle(int newValue)
          Property Name: X1MinorGridStyle Solid, dashed, etc.
Default Value is (0).
 void setX1MustIncludeZero(boolean newValue)
          Property Name: X1MustIncludeZero NONE
Default Value is (FALSE).
 void setX1OffScaleDisplay(boolean newValue)
          Property Name: X1OffScaleDisplay NONE
Default Value is (TRUE).
 void setX1ScaleMax(double newValue)
          Property Name: X1ScaleMax NONE
Default Value is (100).
 void setX1ScaleMaxAuto(boolean newValue)
          Property Name: X1ScaleMaxAuto NONE
Default Value is (TRUE).
 void setX1ScaleMin(double newValue)
          Property Name: X1ScaleMin NONE
Default Value is (0).
 void setX1ScaleMinAuto(boolean newValue)
          Property Name: X1ScaleMinAuto NONE
Default Value is (TRUE).
 void setX1TitleAutofit(boolean newValue)
          Property Name: X1TitleAutofit NONE
Default Value is (FALSE).
 void setX1TitleDisplay(boolean newValue)
          Property Name: X1TitleDisplay NONE
Default Value is (TRUE).
 void setX1TitleString(java.lang.String newValue)
          Property Name: X1TitleString NONE
Default Value is (NULLSTRING).
 void setX1ZeroLineDisplay(boolean newValue)
          Property Name: X1ZeroLineDisplay NONE
Default Value is (FALSE).
 void setY1AxisDescending(boolean newValue)
          Property Name: Y1AxisDescending NONE
Default Value is (TRUE).
 void setY1AxisLineDisplay(boolean newValue)
          Property Name: Y1AxisLineDisplay Dispay Y1 Axis Line
Default Value is (FALSE).
 void setY1AxisSide(int newValue)
          Property Name: Y1AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
 void setY1ExcludeMaxLabel(boolean newValue)
          Property Name: Y1ExcludeMaxLabel Exclude Max Label on this Axis
Default Value is (FALSE).
 void setY1ExcludeMinLabel(boolean newValue)
          Property Name: Y1ExcludeMinLabel Exclude Min Label on this Axis
Default Value is (FALSE).
 void setY1LabelAutofit(boolean newValue)
          Property Name: Y1LabelAutofit NONE
Default Value is (FALSE).
 void setY1LabelDisplay(boolean newValue)
          Property Name: Y1LabelDisplay NONE
Default Value is (TRUE).
 void setY1LabelFormat(int newValue)
          Property Name: Y1LabelFormat (Number) Format for the default data text position
Default Value is (0).
 void setY1LabelFormatPattern(java.lang.String newValue)
          Property Name: Y1LabelFormatPattern (Number) Custom format for the Y1 labels.
Default Value is (#.#).
 void setY1LabelRotate(int newValue)
          Property Name: Y1LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 void setY1LabelStagger(boolean newValue)
          Property Name: Y1LabelStagger NONE
Default Value is (FALSE).
 void setY1LogScale(boolean newValue)
          Property Name: Y1LogScale NONE
Default Value is (FALSE).
 void setY1MajorGridDisplay(boolean newValue)
          Property Name: Y1MajorGridDisplay Display the Y1 major gridlines?
Default Value is (TRUE).
 void setY1MajorGridStep(double newValue)
          Property Name: Y1MajorGridStep NONE
Default Value is (20).
 void setY1MajorGridStepAuto(boolean newValue)
          Property Name: Y1MajorGridStepAuto NONE
Default Value is (TRUE).
 void setY1MajorGridStyle(int newValue)
          Property Name: Y1MajorGridStyle Solid, dashed, etc.
Default Value is (0).
 void setY1MinorGridDisplay(boolean newValue)
          Property Name: Y1MinorGridDisplay Display the Y1 minor gridlines?
Default Value is (TRUE).
 void setY1MinorGridStep(double newValue)
          Property Name: Y1MinorGridStep NONE
Default Value is (10).
 void setY1MinorGridStepAuto(boolean newValue)
          Property Name: Y1MinorGridStepAuto NONE
Default Value is (TRUE).
 void setY1MinorGridStyle(int newValue)
          Property Name: Y1MinorGridStyle Solid, dashed, etc.
Default Value is (0).
 void setY1MustIncludeZero(boolean newValue)
          Property Name: Y1MustIncludeZero NONE
Default Value is (FALSE).
 void setY1OffScaleDisplay(boolean newValue)
          Property Name: Y1OffScaleDisplay NONE
Default Value is (TRUE).
 void setY1ScaleMax(double newValue)
          Property Name: Y1ScaleMax NONE
Default Value is (100).
 void setY1ScaleMaxAuto(boolean newValue)
          Property Name: Y1ScaleMaxAuto NONE
Default Value is (TRUE).
 void setY1ScaleMin(double newValue)
          Property Name: Y1ScaleMin NONE
Default Value is (0).
 void setY1ScaleMinAuto(boolean newValue)
          Property Name: Y1ScaleMinAuto NONE
Default Value is (TRUE).
 void setY1TitleAutofit(boolean newValue)
          Property Name: Y1TitleAutofit NONE
Default Value is (FALSE).
 void setY1TitleDisplay(boolean newValue)
          Property Name: Y1TitleDisplay NONE
Default Value is (TRUE).
 void setY1TitleString(java.lang.String newValue)
          Property Name: Y1TitleString NONE
Default Value is (NULLSTRING).
 void setY1ZeroLineDisplay(boolean newValue)
          Property Name: Y1ZeroLineDisplay NONE
Default Value is (FALSE).
 void setY2AxisDescending(boolean newValue)
          Property Name: Y2AxisDescending NONE
Default Value is (TRUE).
 void setY2AxisLineDisplay(boolean newValue)
          Property Name: Y2AxisLineDisplay Display Y2 Axis Line
Default Value is (FALSE).
 void setY2AxisSide(int newValue)
          Property Name: Y2AxisSide Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (1).
 void setY2ExcludeMaxLabel(boolean newValue)
          Property Name: Y2ExcludeMaxLabel Exclude Max Label on this Axis
Default Value is (FALSE).
 void setY2ExcludeMinLabel(boolean newValue)
          Property Name: Y2ExcludeMinLabel Exclude Min Label on this Axis
Default Value is (FALSE).
 void setY2LabelAutofit(boolean newValue)
          Property Name: Y2LabelAutofit NONE
Default Value is (FALSE).
 void setY2LabelDisplay(boolean newValue)
          Property Name: Y2LabelDisplay NONE
Default Value is (TRUE).
 void setY2LabelFormat(int newValue)
          Property Name: Y2LabelFormat (Number) Format for the default data text position
Default Value is (0).
 void setY2LabelFormatPattern(java.lang.String newValue)
          Property Name: Y2LabelFormatPattern (Number) Custom format for the Y2 labels.
Default Value is (#.#).
 void setY2LabelRotate(int newValue)
          Property Name: Y2LabelRotate Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 void setY2LabelStagger(boolean newValue)
          Property Name: Y2LabelStagger NONE
Default Value is (FALSE).
 void setY2LogScale(boolean newValue)
          Property Name: Y2LogScale NONE
Default Value is (FALSE).
 void setY2MajorGridDisplay(boolean newValue)
          Property Name: Y2MajorGridDisplay Display the Y2 major gridlines?
Default Value is (TRUE).
 void setY2MajorGridStep(double newValue)
          Property Name: Y2MajorGridStep NONE
Default Value is (20).
 void setY2MajorGridStepAuto(boolean newValue)
          Property Name: Y2MajorGridStepAuto NONE
Default Value is (TRUE).
 void setY2MajorGridStyle(int newValue)
          Property Name: Y2MajorGridStyle Solid, dashed, etc.
Default Value is (0).
 void setY2MinorGridDisplay(boolean newValue)
          Property Name: Y2MinorGridDisplay Display the Y2 minor gridlines?
Default Value is (TRUE).
 void setY2MinorGridStep(double newValue)
          Property Name: Y2MinorGridStep NONE
Default Value is (10).
 void setY2MinorGridStepAuto(boolean newValue)
          Property Name: Y2MinorGridStepAuto NONE
Default Value is (TRUE).
 void setY2MinorGridStyle(int newValue)
          Property Name: Y2MinorGridStyle Solid, dashed, etc.
Default Value is (0).
 void setY2MustIncludeZero(boolean newValue)
          Property Name: Y2MustIncludeZero NONE
Default Value is (FALSE).
 void setY2OffScaleDisplay(boolean newValue)
          Property Name: Y2OffScaleDisplay NONE
Default Value is (TRUE).
 void setY2ScaleMax(double newValue)
          Property Name: Y2ScaleMax NONE
Default Value is (100).
 void setY2ScaleMaxAuto(boolean newValue)
          Property Name: Y2ScaleMaxAuto NONE
Default Value is (TRUE).
 void setY2ScaleMin(double newValue)
          Property Name: Y2ScaleMin NONE
Default Value is (0).
 void setY2ScaleMinAuto(boolean newValue)
          Property Name: Y2ScaleMinAuto NONE
Default Value is (TRUE).
 void setY2TitleAutofit(boolean newValue)
          Property Name: Y2TitleAutofit NONE
Default Value is (FALSE).
 void setY2TitleDisplay(boolean newValue)
          Property Name: Y2TitleDisplay NONE
Default Value is (TRUE).
 void setY2TitleString(java.lang.String newValue)
          Property Name: Y2TitleString NONE
Default Value is (NULLSTRING).
 void setZoomDirection(int newValue)
          Property Name: ZoomDirection Controls type of zooming user interface
Default Value is (0).
 void setZoomPercentage(double newValue)
          Property Name: ZoomPercentage Controls number of unique series colors
Default Value is (50.0).
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUIClassID, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInsets, getInsets, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, isDoubleBuffered, isFocusCycleRoot, isFocusTraversable, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, setForeground, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, remove, remove, removeAll, removeContainerListener, setCursor, setLayout, validate
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, createImage, createImage, disable, dispatchEvent, enable, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hide, imageUpdate, inside, isDisplayable, isEnabled, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setDropTarget, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_EXCEPTIONAL_RISERS

public static final int MAX_EXCEPTIONAL_RISERS

m_config

public tdg.ConfigObj m_config
Constructor Detail

PerspectiveBase

public PerspectiveBase()
Method Detail

deleteUserDefinedQAPositions

public void deleteUserDefinedQAPositions(tdg.draw.IdentObj id)
deleteUserDefinedQAPositions
Wipes out the user-defined positions for quality axis labels
Parameters:
id - IdentObj for the selected (or specified) object
Since:
JDK1.1
See Also:
setQALabelAlignment, setQALabelPosition

deleteUserDefinedQAPositions

public void deleteUserDefinedQAPositions()

getManualRedraw

public boolean getManualRedraw()
Property: ManualRedraw True means no redraws until user explicitly calls for one Status: Done
Returns:
boolean

setManualRedraw

public void setManualRedraw(boolean newValue)

getUseOffScreen

public boolean getUseOffScreen()
Property: UseOffScreen True means use OffScreen Double-Buffering to draw chart with no discernable drawing. Status: Done
Returns:
boolean

setUseOffScreen

public void setUseOffScreen(boolean newValue)

addPerspectiveListener

public void addPerspectiveListener(TDGListener Listener)

removePerspectiveListener

public void removePerspectiveListener(TDGListener Listener)

getConnectLineMarkers

public boolean getConnectLineMarkers()
Property Name: ConnectLineMarkers
Should the markers in a Line chart be connected by a line? Default is TRUE. Setting this to FALSE will produce a "floating marker" effect, with only markers and no connecting lines.
Default Value is (TRUE).
Returns:
boolean

setConnectLineMarkers

public void setConnectLineMarkers(boolean newValue)
Property Name: ConnectLineMarkers
Should the markers in a Line chart be connected by a line? Default is TRUE. Setting this to FALSE will produce a "floating marker" effect, with only markers and no connecting lines.
Default Value is (TRUE).

getConnectScatterMarkers

public boolean getConnectScatterMarkers()
Property Name: ConnectScatterMarkers
Has a visible effect on Scatter charts only. Should scatter markers be connected together by a series line? Default is FALSE. Setting this to TRUE draws a line connecting together all markers in the same series, in the order the points are in the data matrix.
Default Value is (FALSE).
Returns:
boolean

setConnectScatterMarkers

public void setConnectScatterMarkers(boolean newValue)
Property Name: ConnectScatterMarkers
Has a visible effect on Scatter charts only. Should scatter markers be connected together by a series line? Default is FALSE. Setting this to TRUE draws a line connecting together all markers in the same series, in the order the points are in the data matrix.
Default Value is (FALSE).

getCubeFocusFactor

public double getCubeFocusFactor()
Property Name: CubeFocusFactor
The ocus factor for setting perspective distortion. TBD: What value is this actually representing?
Default Value is (50).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeFocusFactor

public void setCubeFocusFactor(double newValue)
Property Name: CubeFocusFactor
The ocus factor for setting perspective distortion. TBD: What value is this actually representing?
Default Value is (50).

getCubeSizeX

public double getCubeSizeX()
Property Name: CubeSizeX
Size of the 3D cube in the (user) X-direction. Dimensions expressed in TDG Virtual Coordinates (VC).
Default Value is (30).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeSizeX

public void setCubeSizeX(double newValue)
Property Name: CubeSizeX
Size of the 3D cube in the (user) X-direction. Dimensions expressed in TDG Virtual Coordinates (VC).
Default Value is (30).

getCubeSizeY

public double getCubeSizeY()
Property Name: CubeSizeY
Size of the 3D cube in the (user) Y-direction. Dimensions expressed in TDG Virtual Coordinates (VC).
Default Value is (17.5).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeSizeY

public void setCubeSizeY(double newValue)
Property Name: CubeSizeY
Size of the 3D cube in the (user) Y-direction. Dimensions expressed in TDG Virtual Coordinates (VC).
Default Value is (17.5).

getCubeSizeZ

public double getCubeSizeZ()
Property Name: CubeSizeZ
Size of the 3D cube in the (user) Z-direction. Dimensions expressed in TDG Virtual Coordinates (VC).
Default Value is (30).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeSizeZ

public void setCubeSizeZ(double newValue)
Property Name: CubeSizeZ
Size of the 3D cube in the (user) Z-direction. Dimensions expressed in TDG Virtual Coordinates (VC).
Default Value is (30).

getCubeTranslationX

public double getCubeTranslationX()
Property Name: CubeTranslationX
Translation (in 3D cube coordinates) in the X direction.
Default Value is (50).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeTranslationX

public void setCubeTranslationX(double newValue)
Property Name: CubeTranslationX
Translation (in 3D cube coordinates) in the X direction.
Default Value is (50).

getCubeTranslationY

public double getCubeTranslationY()
Property Name: CubeTranslationY
Translation (in 3D cube coordinates) in Y direction.
Default Value is (50).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeTranslationY

public void setCubeTranslationY(double newValue)
Property Name: CubeTranslationY
Translation (in 3D cube coordinates) in Y direction.
Default Value is (50).

getCubeTranslationZ

public double getCubeTranslationZ()
Property Name: CubeTranslationZ
Translation (in 3D cube coordinates) in Z direction.
Default Value is (50).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeTranslationZ

public void setCubeTranslationZ(double newValue)
Property Name: CubeTranslationZ
Translation (in 3D cube coordinates) in Z direction.
Default Value is (50).

getCubeViewerX

public double getCubeViewerX()
Property Name: CubeViewerX
Viewer location (in 3D cube coordinates) in the X direction.
Default Value is (50).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeViewerX

public void setCubeViewerX(double newValue)
Property Name: CubeViewerX
Viewer location (in 3D cube coordinates) in the X direction.
Default Value is (50).

getCubeViewerY

public double getCubeViewerY()
Property Name: CubeViewerY
Viewer location (in 3D cube coordinates) in the Y direction.
Default Value is (100).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeViewerY

public void setCubeViewerY(double newValue)
Property Name: CubeViewerY
Viewer location (in 3D cube coordinates) in the Y direction.
Default Value is (100).

getCubeViewerZ

public double getCubeViewerZ()
Property Name: CubeViewerZ
Viewer location (in 3D cube coordinates) in the Z direction.
Default Value is (33).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeViewerZ

public void setCubeViewerZ(double newValue)
Property Name: CubeViewerZ
Viewer location (in 3D cube coordinates) in the Z direction.
Default Value is (33).

getCubeIsometricProjection

public boolean getCubeIsometricProjection()
Property Name: CubeIsometricProjection
If TRUE, perspective distortion (focus) factor is ignored, and the graph cube is project isometrically (no line of sight perspective distortion, but perfectly parallel lines, like a mechanical drawing).
Default Value is (FALSE).
Returns:
boolean

setCubeIsometricProjection

public void setCubeIsometricProjection(boolean newValue)
Property Name: CubeIsometricProjection
If TRUE, perspective distortion (focus) factor is ignored, and the graph cube is project isometrically (no line of sight perspective distortion, but perfectly parallel lines, like a mechanical drawing).
Default Value is (FALSE).

getSquareMarkers

public boolean getSquareMarkers()
Property Name: SquareMarkers
If TRUE, forces the legend markers to be perfect squares. If FALSE, legend markers can become rectangular based on the current dimensions of the legend.
Default Value is (TRUE).
Returns:
boolean

setSquareMarkers

public void setSquareMarkers(boolean newValue)
Property Name: SquareMarkers
If TRUE, forces the legend markers to be perfect squares. If FALSE, legend markers can become rectangular based on the current dimensions of the legend.
Default Value is (TRUE).

getCubeSquareRisers

public boolean getCubeSquareRisers()
Property Name: CubeSquareRisers
If TRUE, forces the aspect ratio of 3D risers to be perfectly sqaure, no matter what the cube dimensions are. If FALSE, risers will be drawn using the RiserThickness settings exactly.
Default Value is (TRUE).
Returns:
boolean

setCubeSquareRisers

public void setCubeSquareRisers(boolean newValue)
Property Name: CubeSquareRisers
If TRUE, forces the aspect ratio of 3D risers to be perfectly sqaure, no matter what the cube dimensions are. If FALSE, risers will be drawn using the RiserThickness settings exactly.
Default Value is (TRUE).

getColorMode

public int getColorMode()
Property Name: ColorMode
Changes between the various coloring modes:
0 = Automatic
1 = Color by Series
2 = Color by Group
3 = Color by Height
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setColorMode

public void setColorMode(int newValue)
Property Name: ColorMode
Changes between the various coloring modes:
0 = Automatic
1 = Color by Series
2 = Color by Group
3 = Color by Height
Default Value is (0).

getAutoshading

public boolean getAutoshading()
Property Name: Autoshading
If TRUE, light source settings are used to automatically shade the faces of a 3D graph, simulating a cast light beam. If FALSE, each face can be colored independently.
Default Value is (TRUE).
Returns:
boolean

setAutoshading

public void setAutoshading(boolean newValue)
Property Name: Autoshading
If TRUE, light source settings are used to automatically shade the faces of a 3D graph, simulating a cast light beam. If FALSE, each face can be colored independently.
Default Value is (TRUE).

getCubeWallThickX

public double getCubeWallThickX()
Property Name: CubeWallThickX
Thickness of the 3D cube wall in the (user) X-direction.
Default Value is (25).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeWallThickX

public void setCubeWallThickX(double newValue)
Property Name: CubeWallThickX
Thickness of the 3D cube wall in the (user) X-direction.
Default Value is (25).

getCubeWallThickY

public double getCubeWallThickY()
Property Name: CubeWallThickY
Thickness of the 3D cube wall in the (user) Y-direction.
Default Value is (30).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeWallThickY

public void setCubeWallThickY(double newValue)
Property Name: CubeWallThickY
Thickness of the 3D cube wall in the (user) Y-direction.
Default Value is (30).

getCubeWallThickZ

public double getCubeWallThickZ()
Property Name: CubeWallThickZ
Thickness of the 3D cube wall in the (user) Z-direction.
Default Value is (25).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeWallThickZ

public void setCubeWallThickZ(double newValue)
Property Name: CubeWallThickZ
Thickness of the 3D cube wall in the (user) Z-direction.
Default Value is (25).

getCubeZoomFactor

public double getCubeZoomFactor()
Property Name: CubeZoomFactor
Global scaling factor for zooming in/out (above 1 is zoomed in).
Default Value is (50).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeZoomFactor

public void setCubeZoomFactor(double newValue)
Property Name: CubeZoomFactor
Global scaling factor for zooming in/out (above 1 is zoomed in).
Default Value is (50).

getDataItemsAlongSeries

public boolean getDataItemsAlongSeries()
Property Name: DataItemsAlongSeries
Are the data items aligned parallel to the series (both rows, or both columns)?
Default Value is (TRUE).
Returns:
boolean

setDataItemsAlongSeries

public void setDataItemsAlongSeries(boolean newValue)
Property Name: DataItemsAlongSeries
Are the data items aligned parallel to the series (both rows, or both columns)?
Default Value is (TRUE).

getDataTextFormat

public int getDataTextFormat()
Property Name: DataTextFormat
(Number) Format for the default data text position. Currently, there are fourteen settings possible:
0= General
1= ???
2= ???
And so on.
Default Value is (0).
Returns:
integer value between -1 - 17 (inclusive)

setDataTextFormat

public void setDataTextFormat(int newValue)
Property Name: DataTextFormat
(Number) Format for the default data text position. Currently, there are fourteen settings possible:
0= General
1= ???
2= ???
And so on.
Default Value is (0).

getDataTextAngleDefault

public int getDataTextAngleDefault()
Property Name: DataTextAngleDefault
Angle from center point that all data text is drawn from. This can be overriden by applying a setDataTextAngle method to an individual series/group intersection.
Default Value is (90).
Returns:
integer value between 0 - 360 (inclusive)

setDataTextAngleDefault

public void setDataTextAngleDefault(int newValue)
Property Name: DataTextAngleDefault
Angle from center point that all data text is drawn from. This can be overriden by applying a setDataTextAngle method to an individual series/group intersection.
Default Value is (90).

getDataTextDisplay

public boolean getDataTextDisplay()
Property Name: DataTextDisplay
If TRUE, displays the data values for the selected IdentObj elements. If FALSE, do not display data text. This method is primarily for internal use by TDG.
Default Value is (FALSE).
Returns:
boolean

setDataTextDisplay

public void setDataTextDisplay(boolean newValue)
Property Name: DataTextDisplay
If TRUE, displays the data values for the selected IdentObj elements. If FALSE, do not display data text. This method is primarily for internal use by TDG.
Default Value is (FALSE).

getDataTextRadiusDefault

public int getDataTextRadiusDefault()
Property Name: DataTextRadiusDefault
Radius that a Data text value will be drawn out from the center of a chart riser by default. Can be overridden by a specific setDataTextRadius() call to a specific series/group intersection.
Default Value is (25).
Returns:
integer value between 0 - 100 (inclusive)

setDataTextRadiusDefault

public void setDataTextRadiusDefault(int newValue)
Property Name: DataTextRadiusDefault
Radius that a Data text value will be drawn out from the center of a chart riser by default. Can be overridden by a specific setDataTextRadius() call to a specific series/group intersection.
Default Value is (25).

getDepthAngle

public int getDepthAngle()
Property Name: DepthAngle
When charts are drawn using the "2.5D" effect, this is the angle in degrees that the extruded section is drawn at.
Default Value is (45).
Returns:
integer value between 0 - 180 (inclusive)

setDepthAngle

public void setDepthAngle(int newValue)
Property Name: DepthAngle
When charts are drawn using the "2.5D" effect, this is the angle in degrees that the extruded section is drawn at.
Default Value is (45).

getDepthRadius

public int getDepthRadius()
Property Name: DepthRadius
For "2.5D" effect, how far out from the chart will the extruded frame extend? Small values give very "narrow" charts, large values give very "thick" ones.
Default Value is (40).
Returns:
integer value between 0 - 100 (inclusive)

setDepthRadius

public void setDepthRadius(int newValue)
Property Name: DepthRadius
For "2.5D" effect, how far out from the chart will the extruded frame extend? Small values give very "narrow" charts, large values give very "thick" ones.
Default Value is (40).

getDisplay3DFloor

public boolean getDisplay3DFloor()
Property Name: Display3DFloor
Display the floor of the 3D cube?
Default Value is (TRUE).
Returns:
boolean

setDisplay3DFloor

public void setDisplay3DFloor(boolean newValue)
Property Name: Display3DFloor
Display the floor of the 3D cube?
Default Value is (TRUE).

getDisplay3DLeftWall

public boolean getDisplay3DLeftWall()
Property Name: Display3DLeftWall
Display the left wall of the 3D cube?
Default Value is (TRUE).
Returns:
boolean

setDisplay3DLeftWall

public void setDisplay3DLeftWall(boolean newValue)
Property Name: Display3DLeftWall
Display the left wall of the 3D cube?
Default Value is (TRUE).

getDisplay3DRightWall

public boolean getDisplay3DRightWall()
Property Name: Display3DRightWall
Display the right wall of the 3D cube?
Default Value is (TRUE).
Returns:
boolean

setDisplay3DRightWall

public void setDisplay3DRightWall(boolean newValue)
Property Name: Display3DRightWall
Display the right wall of the 3D cube?
Default Value is (TRUE).

getDualAxisSplitPosition

public int getDualAxisSplitPosition()
Property Name: DualAxisSplitPosition
Position within the chart frame that the DualY split position will be created. The default value of 50 is exactly in the middle. A lower number will move the split position closer to the bottom of the chart; a higher value will move it closer to the top.
Default Value is (50).
Returns:
integer value between 10 - 90 (inclusive)

setDualAxisSplitPosition

public void setDualAxisSplitPosition(int newValue)
Property Name: DualAxisSplitPosition
Position within the chart frame that the DualY split position will be created. The default value of 50 is exactly in the middle. A lower number will move the split position closer to the bottom of the chart; a higher value will move it closer to the top.
Default Value is (50).

getFootnoteAutofit

public boolean getFootnoteAutofit()
Property Name: FootnoteAutofit
Perform text autofitting on the chart footnote?
Default Value is (FALSE).
Returns:
boolean

setFootnoteAutofit

public void setFootnoteAutofit(boolean newValue)
Property Name: FootnoteAutofit
Perform text autofitting on the chart footnote?
Default Value is (FALSE).

getFootnoteDisplay

public boolean getFootnoteDisplay()
Property Name: FootnoteDisplay
Display the footnote?
Default Value is (TRUE).
Returns:
boolean

setFootnoteDisplay

public void setFootnoteDisplay(boolean newValue)
Property Name: FootnoteDisplay
Display the footnote?
Default Value is (TRUE).

getFootnoteString

public java.lang.String getFootnoteString()
Property Name: FootnoteString
Text string for the chart footnote.
Default Value is (NULLSTRING).
Returns:
String

setFootnoteString

public void setFootnoteString(java.lang.String newValue)
Property Name: FootnoteString
Text string for the chart footnote.
Default Value is (NULLSTRING).

getFrameDisplay

public boolean getFrameDisplay()
Property Name: FrameDisplay
Display the frame?
Default Value is (TRUE).
Returns:
boolean

setFrameDisplay

public void setFrameDisplay(boolean newValue)
Property Name: FrameDisplay
Display the frame?
Default Value is (TRUE).

getGrid3DFloorDisplayX

public boolean getGrid3DFloorDisplayX()
Property Name: Grid3DFloorDisplayX
Display Floor grids attached to (user) X-axis?
Default Value is (FALSE).
Returns:
boolean

setGrid3DFloorDisplayX

public void setGrid3DFloorDisplayX(boolean newValue)
Property Name: Grid3DFloorDisplayX
Display Floor grids attached to (user) X-axis?
Default Value is (FALSE).

getGrid3DFloorDisplayZ

public boolean getGrid3DFloorDisplayZ()
Property Name: Grid3DFloorDisplayZ
Display Floor grids attached to (user) Z-axis?
Default Value is (FALSE).
Returns:
boolean

setGrid3DFloorDisplayZ

public void setGrid3DFloorDisplayZ(boolean newValue)
Property Name: Grid3DFloorDisplayZ
Display Floor grids attached to (user) Z-axis?
Default Value is (FALSE).

getGrid3DLeftWallDisplayY

public boolean getGrid3DLeftWallDisplayY()
Property Name: Grid3DLeftWallDisplayY
Display Left Wall grids attached to (user) Y-axis?
Default Value is (FALSE).
Returns:
boolean

setGrid3DLeftWallDisplayY

public void setGrid3DLeftWallDisplayY(boolean newValue)
Property Name: Grid3DLeftWallDisplayY
Display Left Wall grids attached to (user) Y-axis?
Default Value is (FALSE).

getGrid3DLeftWallDisplayZ

public boolean getGrid3DLeftWallDisplayZ()
Property Name: Grid3DLeftWallDisplayZ
Display Left Wall grids attached to (user) Z-axis?
Default Value is (TRUE).
Returns:
boolean

setGrid3DLeftWallDisplayZ

public void setGrid3DLeftWallDisplayZ(boolean newValue)
Property Name: Grid3DLeftWallDisplayZ
Display Left Wall grids attached to (user) Z-axis?
Default Value is (TRUE).

getGrid3DRightWallDisplayX

public boolean getGrid3DRightWallDisplayX()
Property Name: Grid3DRightWallDisplayX
Display Right Wall grids attached to (user) X-axis?
Default Value is (FALSE).
Returns:
boolean

setGrid3DRightWallDisplayX

public void setGrid3DRightWallDisplayX(boolean newValue)
Property Name: Grid3DRightWallDisplayX
Display Right Wall grids attached to (user) X-axis?
Default Value is (FALSE).

getGrid3DRightWallDisplayY

public boolean getGrid3DRightWallDisplayY()
Property Name: Grid3DRightWallDisplayY
Display Right Wall grids attached to (user) Y-axis?
Default Value is (TRUE).
Returns:
boolean

setGrid3DRightWallDisplayY

public void setGrid3DRightWallDisplayY(boolean newValue)
Property Name: Grid3DRightWallDisplayY
Display Right Wall grids attached to (user) Y-axis?
Default Value is (TRUE).

getGrid3DRiserDisplayX

public boolean getGrid3DRiserDisplayX()
Property Name: Grid3DRiserDisplayX
Display Riser grids attached to (user) X-axis?
Default Value is (FALSE).
Returns:
boolean

setGrid3DRiserDisplayX

public void setGrid3DRiserDisplayX(boolean newValue)
Property Name: Grid3DRiserDisplayX
Display Riser grids attached to (user) X-axis?
Default Value is (FALSE).

getGrid3DRiserDisplayY

public boolean getGrid3DRiserDisplayY()
Property Name: Grid3DRiserDisplayY
Display Riser grids attached to (user) Y-axis?
Default Value is (FALSE).
Returns:
boolean

setGrid3DRiserDisplayY

public void setGrid3DRiserDisplayY(boolean newValue)
Property Name: Grid3DRiserDisplayY
Display Riser grids attached to (user) Y-axis?
Default Value is (FALSE).

getGrid3DRiserDisplayZ

public boolean getGrid3DRiserDisplayZ()
Property Name: Grid3DRiserDisplayZ
Display Riser grids attached to (user) Z-axis?
Default Value is (FALSE).
Returns:
boolean

setGrid3DRiserDisplayZ

public void setGrid3DRiserDisplayZ(boolean newValue)
Property Name: Grid3DRiserDisplayZ
Display Riser grids attached to (user) Z-axis?
Default Value is (FALSE).

getLegendAutomatic

public boolean getLegendAutomatic()
Property Name: LegendAutomatic
Let engine automagically position and size legend?
Default Value is (TRUE).
Returns:
boolean

setLegendAutomatic

public void setLegendAutomatic(boolean newValue)
Property Name: LegendAutomatic
Let engine automagically position and size legend?
Default Value is (TRUE).

getLegendDisplay

public boolean getLegendDisplay()
Property Name: LegendDisplay
Display the legend text?
Default Value is (TRUE).
Returns:
boolean

setLegendDisplay

public void setLegendDisplay(boolean newValue)
Property Name: LegendDisplay
Display the legend text?
Default Value is (TRUE).

getLegendMarkerPosition

public int getLegendMarkerPosition()
Property Name: LegendMarkerPosition
Position of legend marker relative to legend text.
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setLegendMarkerPosition

public void setLegendMarkerPosition(int newValue)
Property Name: LegendMarkerPosition
Position of legend marker relative to legend text.
Default Value is (0).

getLegendTextAutofit

public boolean getLegendTextAutofit()
Property Name: LegendTextAutofit
Autofit the legend text or not?
Default Value is (FALSE).
Returns:
boolean

setLegendTextAutofit

public void setLegendTextAutofit(boolean newValue)
Property Name: LegendTextAutofit
Autofit the legend text or not?
Default Value is (FALSE).

getMarkerDisplay

public boolean getMarkerDisplay()
Property Name: MarkerDisplay
Turns markers on or off for any 2D chart. Use this to turn off marker in a Line Chart when you only want to see the lines themselves, not markers.
Default Value is (TRUE).
Returns:
boolean

setMarkerDisplay

public void setMarkerDisplay(boolean newValue)
Property Name: MarkerDisplay
Turns markers on or off for any 2D chart. Use this to turn off marker in a Line Chart when you only want to see the lines themselves, not markers.
Default Value is (TRUE).

getMarkerSizeDefault

public int getMarkerSizeDefault()
Property Name: MarkerSizeDefault
Marker size unless a specific (s,g) point overrides; bubble charts ignore this.
Default Value is (30).
Returns:
integer value between 0 - 100 (inclusive)

setMarkerSizeDefault

public void setMarkerSizeDefault(int newValue)
Property Name: MarkerSizeDefault
Marker size unless a specific (s,g) point overrides; bubble charts ignore this.
Default Value is (30).

getO1AxisSide

public int getO1AxisSide()
Property Name: O1AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setO1AxisSide

public void setO1AxisSide(int newValue)
Property Name: O1AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).

getO1ExcludeMaxLabel

public boolean getO1ExcludeMaxLabel()
Property Name: O1ExcludeMaxLabel
Exclude Max Label on this Axis.
Default Value is (FALSE).
Returns:
boolean

setO1ExcludeMaxLabel

public void setO1ExcludeMaxLabel(boolean newValue)
Property Name: O1ExcludeMaxLabel
Exclude Max Label on this Axis.
Default Value is (FALSE).

getO1ExcludeMinLabel

public boolean getO1ExcludeMinLabel()
Property Name: O1ExcludeMinLabel
Exclude Min Label on this Axis.
Default Value is (FALSE).
Returns:
boolean

setO1ExcludeMinLabel

public void setO1ExcludeMinLabel(boolean newValue)
Property Name: O1ExcludeMinLabel
Exclude Min Label on this Axis.
Default Value is (FALSE).

getO1LabelAutofit

public boolean getO1LabelAutofit()
Property Name: O1LabelAutofit
Autofit this label or not?
Default Value is (FALSE).
Returns:
boolean

setO1LabelAutofit

public void setO1LabelAutofit(boolean newValue)
Property Name: O1LabelAutofit
Autofit this label or not?
Default Value is (FALSE).

getO1LabelDisplay

public boolean getO1LabelDisplay()
Property Name: O1LabelDisplay
Display the labels for the O1 (Group) axis of this chart?
Default Value is (TRUE).
Returns:
boolean

setO1LabelDisplay

public void setO1LabelDisplay(boolean newValue)
Property Name: O1LabelDisplay
Display the labels for the O1 (Group) axis of this chart?
Default Value is (TRUE).

getO1LabelStagger

public boolean getO1LabelStagger()
Property Name: O1LabelStagger
Stagger the labels for the O1 (Group) axis of this chart? Use this option when there are too many labels to read.
Not Implemented Yet
Default Value is (FALSE).
Returns:
boolean

setO1LabelStagger

public void setO1LabelStagger(boolean newValue)
Property Name: O1LabelStagger
Stagger the labels for the O1 (Group) axis of this chart? Use this option when there are too many labels to read.
Not Implemented Yet
Default Value is (FALSE).

getO1LabelWrap

public boolean getO1LabelWrap()
Property Name: O1LabelWrap
Use text wrapping for the O1 (Group) axis of this chart? Use this option when there are long text strings with spaces that will not fit next to each other on this axis.
Default Value is (FALSE).
Returns:
boolean

setO1LabelWrap

public void setO1LabelWrap(boolean newValue)
Property Name: O1LabelWrap
Use text wrapping for the O1 (Group) axis of this chart? Use this option when there are long text strings with spaces that will not fit next to each other on this axis.
Default Value is (FALSE).

getO1MajorGridDisplay

public boolean getO1MajorGridDisplay()
Property Name: O1MajorGridDisplay
Display the O1 major gridlines?
Default Value is (TRUE).
Returns:
boolean

setO1MajorGridDisplay

public void setO1MajorGridDisplay(boolean newValue)
Property Name: O1MajorGridDisplay
Display the O1 major gridlines?
Default Value is (TRUE).

getO1MajorGridStyle

public int getO1MajorGridStyle()
Property Name: O1MajorGridStyle
What line style should be used for the O1 (Group) Major Grid Lines? Valid settings are:
0=Normal Grid Lines
1=???
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setO1MajorGridStyle

public void setO1MajorGridStyle(int newValue)
Property Name: O1MajorGridStyle
What line style should be used for the O1 (Group) Major Grid Lines? Valid settings are:
0=Normal Grid Lines
1=???
Default Value is (0).

getO1MinorGridDisplay

public boolean getO1MinorGridDisplay()
Property Name: O1MinorGridDisplay
Display the O1 (Group) axis minor gridlines?
Default Value is (FALSE).
Returns:
boolean

setO1MinorGridDisplay

public void setO1MinorGridDisplay(boolean newValue)
Property Name: O1MinorGridDisplay
Display the O1 (Group) axis minor gridlines?
Default Value is (FALSE).

getO1MinorGridStyle

public int getO1MinorGridStyle()
Property Name: O1MinorGridStyle
Which style of grid lines should be used for the O1 (Group) axis minor grid lines?
0= Normal Grids
1=???
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setO1MinorGridStyle

public void setO1MinorGridStyle(int newValue)
Property Name: O1MinorGridStyle
Which style of grid lines should be used for the O1 (Group) axis minor grid lines?
0= Normal Grids
1=???
Default Value is (0).

getO1TitleAutofit

public boolean getO1TitleAutofit()
Property Name: O1TitleAutofit
Autofit the font for the O1 (Group) axis title? If FALSE, then the set font size will be used instead.
Default Value is (FALSE).
Returns:
boolean

setO1TitleAutofit

public void setO1TitleAutofit(boolean newValue)
Property Name: O1TitleAutofit
Autofit the font for the O1 (Group) axis title? If FALSE, then the set font size will be used instead.
Default Value is (FALSE).

getO1TitleDisplay

public boolean getO1TitleDisplay()
Property Name: O1TitleDisplay
Display the O1 (Group) axis title? Setting the string for this title will cause this property to automatically be set to TRUE.
Default Value is (TRUE).
Returns:
boolean

setO1TitleDisplay

public void setO1TitleDisplay(boolean newValue)
Property Name: O1TitleDisplay
Display the O1 (Group) axis title? Setting the string for this title will cause this property to automatically be set to TRUE.
Default Value is (TRUE).

getO1TitleString

public java.lang.String getO1TitleString()
Property Name: O1TitleString
Text string for the O1 (Group) axis title.
Default Value is (NULLSTRING).
Returns:
String

setO1TitleString

public void setO1TitleString(java.lang.String newValue)
Property Name: O1TitleString
Text string for the O1 (Group) axis title.
Default Value is (NULLSTRING).

getO2ExcludeMaxLabel

public boolean getO2ExcludeMaxLabel()
Property Name: O2ExcludeMaxLabel
Exclude Max Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
Returns:
boolean

setO2ExcludeMaxLabel

public void setO2ExcludeMaxLabel(boolean newValue)
Property Name: O2ExcludeMaxLabel
Exclude Max Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).

getO2ExcludeMinLabel

public boolean getO2ExcludeMinLabel()
Property Name: O2ExcludeMinLabel
Exclude Min Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
Returns:
boolean

setO2ExcludeMinLabel

public void setO2ExcludeMinLabel(boolean newValue)
Property Name: O2ExcludeMinLabel
Exclude Min Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).

getO2LabelAutofit

public boolean getO2LabelAutofit()
Property Name: O2LabelAutofit
Autofit the font for the O2 (Second Group) axis labels? If FALSE, then the set font size will be used instead. Visible ONLY for Spectral charts!
Default Value is (FALSE).
Returns:
boolean

setO2LabelAutofit

public void setO2LabelAutofit(boolean newValue)
Property Name: O2LabelAutofit
Autofit the font for the O2 (Second Group) axis labels? If FALSE, then the set font size will be used instead. Visible ONLY for Spectral charts!
Default Value is (FALSE).

getO2LabelDisplay

public boolean getO2LabelDisplay()
Property Name: O2LabelDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setO2LabelDisplay

public void setO2LabelDisplay(boolean newValue)
Property Name: O2LabelDisplay
NONE
Default Value is (TRUE).

getStockCloseTicksDisplay

public boolean getStockCloseTicksDisplay()
Property Name: StockCloseTicksDisplay
Stock tick at close value? Does nothing if Close data not available.
Default Value is (TRUE).
Returns:
boolean

setStockCloseTicksDisplay

public void setStockCloseTicksDisplay(boolean newValue)
Property Name: StockCloseTicksDisplay
Stock tick at close value? Does nothing if Close data not available.
Default Value is (TRUE).

getStockOpenTicksDisplay

public boolean getStockOpenTicksDisplay()
Property Name: StockOpenTicksDisplay
Stock tick at open value? Does nothing if Open data not available.
Default Value is (TRUE).
Returns:
boolean

setStockOpenTicksDisplay

public void setStockOpenTicksDisplay(boolean newValue)
Property Name: StockOpenTicksDisplay
Stock tick at open value? Does nothing if Open data not available.
Default Value is (TRUE).

getStockCloseSplitDisplay

public boolean getStockCloseSplitDisplay()
Property Name: StockCloseSplitDisplay
Split riser at close value? Does nothing if Close data not available.
Default Value is (TRUE).
Returns:
boolean

setStockCloseSplitDisplay

public void setStockCloseSplitDisplay(boolean newValue)
Property Name: StockCloseSplitDisplay
Split riser at close value? Does nothing if Close data not available.
Default Value is (TRUE).

getO2LabelWrap

public boolean getO2LabelWrap()
Property Name: O2LabelWrap
NONE
Default Value is (FALSE).
Returns:
boolean

setO2LabelWrap

public void setO2LabelWrap(boolean newValue)
Property Name: O2LabelWrap
NONE
Default Value is (FALSE).

getO2TitleAutofit

public boolean getO2TitleAutofit()
Property Name: O2TitleAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setO2TitleAutofit

public void setO2TitleAutofit(boolean newValue)
Property Name: O2TitleAutofit
NONE
Default Value is (FALSE).

getO2TitleDisplay

public boolean getO2TitleDisplay()
Property Name: O2TitleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setO2TitleDisplay

public void setO2TitleDisplay(boolean newValue)
Property Name: O2TitleDisplay
NONE
Default Value is (TRUE).

getO2TitleString

public java.lang.String getO2TitleString()
Property Name: O2TitleString
NONE
Default Value is (NULLSTRING).
Returns:
String

setO2TitleString

public void setO2TitleString(java.lang.String newValue)
Property Name: O2TitleString
NONE
Default Value is (NULLSTRING).

getCubePanX

public double getCubePanX()
Property Name: CubePanX
Pan (in 2D virtual coordinates) in X direction
Default Value is (0).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubePanX

public void setCubePanX(double newValue)
Property Name: CubePanX
Pan (in 2D virtual coordinates) in X direction
Default Value is (0).

getCubePanY

public double getCubePanY()
Property Name: CubePanY
Pan (in 2D virtual coordinates) in Y direction
Default Value is (0).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubePanY

public void setCubePanY(double newValue)
Property Name: CubePanY
Pan (in 2D virtual coordinates) in Y direction
Default Value is (0).

getPieDepth

public int getPieDepth()
Property Name: PieDepth
NONE
Default Value is (30).
Returns:
integer value between 0 - 100 (inclusive)

setPieDepth

public void setPieDepth(int newValue)
Property Name: PieDepth
NONE
Default Value is (30).

getPieFeelerTextDisplay

public int getPieFeelerTextDisplay()
Property Name: PieFeelerTextDisplay
NONE
Default Value is (1).
Returns:
integer value between 0 - 3 (inclusive)

setPieFeelerTextDisplay

public void setPieFeelerTextDisplay(int newValue)
Property Name: PieFeelerTextDisplay
NONE
Default Value is (1).

getPieFeelerTextFormat

public int getPieFeelerTextFormat()
Property Name: PieFeelerTextFormat
(Number) Format for the default data text position
Default Value is (0).
Returns:
integer value between -1 - 17 (inclusive)

setPieFeelerTextFormat

public void setPieFeelerTextFormat(int newValue)
Property Name: PieFeelerTextFormat
(Number) Format for the default data text position
Default Value is (0).

getPieLabelDisplay

public int getPieLabelDisplay()
Property Name: PieLabelDisplay
Huh? how about some symbolic constants
Default Value is (1).
Returns:
integer value between 0 - 3 (inclusive)

setPieLabelDisplay

public void setPieLabelDisplay(int newValue)
Property Name: PieLabelDisplay
Huh? how about some symbolic constants
Default Value is (1).

getPieRingSize

public int getPieRingSize()
Property Name: PieRingSize
Affects only RINGPIE graph type
Default Value is (30).
Returns:
integer value between 0 - 100 (inclusive)

setPieRingSize

public void setPieRingSize(int newValue)
Property Name: PieRingSize
Affects only RINGPIE graph type
Default Value is (30).

getPieRingTotalDisplay

public boolean getPieRingTotalDisplay()
Property Name: PieRingTotalDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setPieRingTotalDisplay

public void setPieRingTotalDisplay(boolean newValue)
Property Name: PieRingTotalDisplay
NONE
Default Value is (TRUE).

getPieRotate

public int getPieRotate()
Property Name: PieRotate
0 means 12 o'clock
Default Value is (0).
Returns:
integer value between 0 - 359 (inclusive)

setPieRotate

public void setPieRotate(int newValue)
Property Name: PieRotate
0 means 12 o'clock
Default Value is (0).

getPiesPerRow

public int getPiesPerRow()
Property Name: PiesPerRow
NONE
Default Value is (2).
Returns:
integer value between 0 - 32 (inclusive)

setPiesPerRow

public void setPiesPerRow(int newValue)
Property Name: PiesPerRow
NONE
Default Value is (2).

getPieTilt

public int getPieTilt()
Property Name: PieTilt
NONE
Default Value is (10).
Returns:
integer value between 0 - 100 (inclusive)

setPieTilt

public void setPieTilt(int newValue)
Property Name: PieTilt
NONE
Default Value is (10).

getReshapeEnable

public boolean getReshapeEnable()
Property Name: ReshapeEnable
Allow user to move and resize objects?
Default Value is (TRUE).
Returns:
boolean

setReshapeEnable

public void setReshapeEnable(boolean newValue)
Property Name: ReshapeEnable
Allow user to move and resize objects?
Default Value is (TRUE).

getResizeBarMode

public boolean getResizeBarMode()
Property Name: ResizeBarMode
NONE
Default Value is (FALSE).
Returns:
boolean

setResizeBarMode

public void setResizeBarMode(boolean newValue)
Property Name: ResizeBarMode
NONE
Default Value is (FALSE).

getGridCount

public int getGridCount()
Method Name: GridCount
Number of Minor Grids for Ordinal Axis
Default Value is (1).
Returns:
integer value between 1 - 500 (inclusive)

getGridCount

public int getGridCount(tdg.draw.IdentObj id)

getGridCount

public int getGridCount(int objectID)

setGridCount

public void setGridCount(int newValue)

setGridCount

public void setGridCount(tdg.draw.IdentObj id,
                         int newValue)

setGridCount

public void setGridCount(int objectID,
                         int newValue)

getStock52WeekHighValue

public double getStock52WeekHighValue()
Property Name: Stock52WeekHighValue
Set value for 52-week high line.
Default Value is (40).
Returns:
double

setStock52WeekHighValue

public void setStock52WeekHighValue(double newValue)
Property Name: Stock52WeekHighValue
Set value for 52-week high line.
Default Value is (40).

getReverseGroups

public boolean getReverseGroups()
Property Name: ReverseGroups
Draw groups in reverse order
Default Value is (FALSE).
Returns:
boolean

setReverseGroups

public void setReverseGroups(boolean newValue)
Property Name: ReverseGroups
Draw groups in reverse order
Default Value is (FALSE).

getReverseSeries

public boolean getReverseSeries()
Property Name: ReverseSeries
Draw series in reverse order
Default Value is (FALSE).
Returns:
boolean

setReverseSeries

public void setReverseSeries(boolean newValue)
Property Name: ReverseSeries
Draw series in reverse order
Default Value is (FALSE).

getRiser3DThicknessY

public int getRiser3DThicknessY()
Property Name: Riser3DThicknessY
NONE
Default Value is (75).
Returns:
integer value between 0 - 100 (inclusive)

setRiser3DThicknessY

public void setRiser3DThicknessY(int newValue)
Property Name: Riser3DThicknessY
NONE
Default Value is (75).

getRiserBarGroupSpacing

public int getRiserBarGroupSpacing()
Property Name: RiserBarGroupSpacing
NONE
Default Value is (25).
Returns:
integer value between 0 - 100 (inclusive)

setRiserBarGroupSpacing

public void setRiserBarGroupSpacing(int newValue)
Property Name: RiserBarGroupSpacing
NONE
Default Value is (25).

getRiserWidth

public int getRiserWidth()
Property Name: RiserWidth
NONE
Default Value is (75).
Returns:
integer value between 0 - 100 (inclusive)

setRiserWidth

public void setRiserWidth(int newValue)
Property Name: RiserWidth
NONE
Default Value is (75).

getScaleFromZero

public boolean getScaleFromZero()
Property Name: ScaleFromZero
Draw bar from 0 or from minimum value?
Default Value is (TRUE).
Returns:
boolean

setScaleFromZero

public void setScaleFromZero(boolean newValue)
Property Name: ScaleFromZero
Draw bar from 0 or from minimum value?
Default Value is (TRUE).

getSelectionEnable

public int getSelectionEnable()
Property Name: SelectionEnable
Allow user to select objects?
Default Value is (3).
Returns:
integer value between 0 - 5 (inclusive)

setSelectionEnable

public void setSelectionEnable(int newValue)
Property Name: SelectionEnable
Allow user to select objects?
Default Value is (3).

getSelectionEnableMove

public boolean getSelectionEnableMove()
Property Name: SelectionEnableMove
Enable objects moving and resizing
Default Value is (TRUE).
Returns:
boolean

setSelectionEnableMove

public void setSelectionEnableMove(boolean newValue)
Property Name: SelectionEnableMove
Enable objects moving and resizing
Default Value is (TRUE).

getShadowXOffsetDefault

public int getShadowXOffsetDefault()
Property Name: ShadowXOffsetDefault
Default x-offset of drop shadow
Default Value is (2).
Returns:
integer value between -20 - 20 (inclusive)

setShadowXOffsetDefault

public void setShadowXOffsetDefault(int newValue)
Property Name: ShadowXOffsetDefault
Default x-offset of drop shadow
Default Value is (2).

getShadowYOffsetDefault

public int getShadowYOffsetDefault()
Property Name: ShadowYOffsetDefault
Default y-offset of drop shadow
Default Value is (2).
Returns:
integer value between -20 - 20 (inclusive)

setShadowYOffsetDefault

public void setShadowYOffsetDefault(int newValue)
Property Name: ShadowYOffsetDefault
Default y-offset of drop shadow
Default Value is (2).

getStock52WeekHighDisplay

public boolean getStock52WeekHighDisplay()
Property Name: Stock52WeekHighDisplay
Show 52-week high line?
Default Value is (TRUE).
Returns:
boolean

setStock52WeekHighDisplay

public void setStock52WeekHighDisplay(boolean newValue)
Property Name: Stock52WeekHighDisplay
Show 52-week high line?
Default Value is (TRUE).

getStock52WeekLowDisplay

public boolean getStock52WeekLowDisplay()
Property Name: Stock52WeekLowDisplay
Show 52-week low line?
Default Value is (TRUE).
Returns:
boolean

setStock52WeekLowDisplay

public void setStock52WeekLowDisplay(boolean newValue)
Property Name: Stock52WeekLowDisplay
Show 52-week low line?
Default Value is (TRUE).

getStockMovingAverageDisplay

public boolean getStockMovingAverageDisplay()
Property Name: StockMovingAverageDisplay
Show moving average line?
Default Value is (TRUE).
Returns:
boolean

setStockMovingAverageDisplay

public void setStockMovingAverageDisplay(boolean newValue)
Property Name: StockMovingAverageDisplay
Show moving average line?
Default Value is (TRUE).

getStockTickLength

public int getStockTickLength()
Property Name: StockTickLength
How far the ticks extend by percentage of available space.
Default Value is (50).
Returns:
integer value between 0 - 100 (inclusive)

setStockTickLength

public void setStockTickLength(int newValue)
Property Name: StockTickLength
How far the ticks extend by percentage of available space.
Default Value is (50).

getSubtitleAutofit

public boolean getSubtitleAutofit()
Property Name: SubtitleAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setSubtitleAutofit

public void setSubtitleAutofit(boolean newValue)
Property Name: SubtitleAutofit
NONE
Default Value is (FALSE).

getSubtitleDisplay

public boolean getSubtitleDisplay()
Property Name: SubtitleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setSubtitleDisplay

public void setSubtitleDisplay(boolean newValue)
Property Name: SubtitleDisplay
NONE
Default Value is (TRUE).

getSubtitleString

public java.lang.String getSubtitleString()
Property Name: SubtitleString
NONE
Default Value is (NULLSTRING).
Returns:
String

setSubtitleString

public void setSubtitleString(java.lang.String newValue)
Property Name: SubtitleString
NONE
Default Value is (NULLSTRING).

getTitleAutofit

public boolean getTitleAutofit()
Property Name: TitleAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setTitleAutofit

public void setTitleAutofit(boolean newValue)
Property Name: TitleAutofit
NONE
Default Value is (FALSE).

getTitleDisplay

public boolean getTitleDisplay()
Property Name: TitleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setTitleDisplay

public void setTitleDisplay(boolean newValue)
Property Name: TitleDisplay
NONE
Default Value is (TRUE).

getTitleString

public java.lang.String getTitleString()
Property Name: TitleString
NONE
Default Value is (NULLSTRING).
Returns:
String

setTitleString

public void setTitleString(java.lang.String newValue)
Property Name: TitleString
NONE
Default Value is (NULLSTRING).

getToolTipDisplay

public boolean getToolTipDisplay()
Property Name: ToolTipDisplay
Display CharTips and WidgeTips
Default Value is (FALSE).
Returns:
boolean

setToolTipDisplay

public void setToolTipDisplay(boolean newValue)
Property Name: ToolTipDisplay
Display CharTips and WidgeTips
Default Value is (FALSE).

getToolTipMode

public boolean getToolTipMode()
Property Name: ToolTipMode
Toggle CharTips between explicit Developer Info and User Level Info (FALSE == USER)
Default Value is (FALSE).
Returns:
boolean

setToolTipMode

public void setToolTipMode(boolean newValue)
Property Name: ToolTipMode
Toggle CharTips between explicit Developer Info and User Level Info (FALSE == USER)
Default Value is (FALSE).

getUseSeriesShapes

public boolean getUseSeriesShapes()
Property Name: UseSeriesShapes
Use the getMarkerTemplate shapes?
Default Value is (FALSE).
Returns:
boolean

setUseSeriesShapes

public void setUseSeriesShapes(boolean newValue)
Property Name: UseSeriesShapes
Use the getMarkerTemplate shapes?
Default Value is (FALSE).

getViewing3DAnglePreset

public int getViewing3DAnglePreset()
Property Name: Viewing3DAnglePreset
Value of -1 means custom angle in use, 0-15 are presets
Default Value is (0).
Returns:
integer value between -1 - 15 (inclusive)

setViewing3DAnglePreset

public void setViewing3DAnglePreset(int newValue)
Property Name: Viewing3DAnglePreset
Value of -1 means custom angle in use, 0-15 are presets
Default Value is (0).

getX1AxisDescending

public boolean getX1AxisDescending()
Property Name: X1AxisDescending
Ascending or Descending?
Default Value is (TRUE).
Returns:
boolean

setX1AxisDescending

public void setX1AxisDescending(boolean newValue)
Property Name: X1AxisDescending
Ascending or Descending?
Default Value is (TRUE).

getX1AxisSide

public int getX1AxisSide()
Property Name: X1AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setX1AxisSide

public void setX1AxisSide(int newValue)
Property Name: X1AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).

getX1OffScaleDisplay

public boolean getX1OffScaleDisplay()
Property Name: X1OffScaleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setX1OffScaleDisplay

public void setX1OffScaleDisplay(boolean newValue)
Property Name: X1OffScaleDisplay
NONE
Default Value is (TRUE).

getX1ExcludeMaxLabel

public boolean getX1ExcludeMaxLabel()
Property Name: X1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
Returns:
boolean

setX1ExcludeMaxLabel

public void setX1ExcludeMaxLabel(boolean newValue)
Property Name: X1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).

getX1ExcludeMinLabel

public boolean getX1ExcludeMinLabel()
Property Name: X1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
Returns:
boolean

setX1ExcludeMinLabel

public void setX1ExcludeMinLabel(boolean newValue)
Property Name: X1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).

getX1LabelAutofit

public boolean getX1LabelAutofit()
Property Name: X1LabelAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setX1LabelAutofit

public void setX1LabelAutofit(boolean newValue)
Property Name: X1LabelAutofit
NONE
Default Value is (FALSE).

getY2TitleDisplay

public boolean getY2TitleDisplay()
Property Name: Y2TitleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setY2TitleDisplay

public void setY2TitleDisplay(boolean newValue)
Property Name: Y2TitleDisplay
NONE
Default Value is (TRUE).

getX1LabelDisplay

public boolean getX1LabelDisplay()
Property Name: X1LabelDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setX1LabelDisplay

public void setX1LabelDisplay(boolean newValue)
Property Name: X1LabelDisplay
NONE
Default Value is (TRUE).

getX1LabelFormat

public int getX1LabelFormat()
Property Name: X1LabelFormat
(Number) Format for the default data text position
Default Value is (0).
Returns:
integer value between -1 - 17 (inclusive)

setX1LabelFormat

public void setX1LabelFormat(int newValue)
Property Name: X1LabelFormat
(Number) Format for the default data text position
Default Value is (0).

getX1LabelStagger

public boolean getX1LabelStagger()
Property Name: X1LabelStagger
NONE
Default Value is (FALSE).
Returns:
boolean

setX1LabelStagger

public void setX1LabelStagger(boolean newValue)
Property Name: X1LabelStagger
NONE
Default Value is (FALSE).

getX1LogScale

public boolean getX1LogScale()
Property Name: X1LogScale
NONE
Default Value is (FALSE).
Returns:
boolean

setX1LogScale

public void setX1LogScale(boolean newValue)
Property Name: X1LogScale
NONE
Default Value is (FALSE).

getX1MajorGridDisplay

public boolean getX1MajorGridDisplay()
Property Name: X1MajorGridDisplay
Display the X1 major gridlines?
Default Value is (TRUE).
Returns:
boolean

setX1MajorGridDisplay

public void setX1MajorGridDisplay(boolean newValue)
Property Name: X1MajorGridDisplay
Display the X1 major gridlines?
Default Value is (TRUE).

getX1MajorGridStep

public double getX1MajorGridStep()
Property Name: X1MajorGridStep
NONE
Default Value is (20).
Returns:
double

setX1MajorGridStep

public void setX1MajorGridStep(double newValue)
Property Name: X1MajorGridStep
NONE
Default Value is (20).

getX1MajorGridStepAuto

public boolean getX1MajorGridStepAuto()
Property Name: X1MajorGridStepAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setX1MajorGridStepAuto

public void setX1MajorGridStepAuto(boolean newValue)
Property Name: X1MajorGridStepAuto
NONE
Default Value is (TRUE).

getX1MajorGridStyle

public int getX1MajorGridStyle()
Property Name: X1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setX1MajorGridStyle

public void setX1MajorGridStyle(int newValue)
Property Name: X1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).

getX1MinorGridDisplay

public boolean getX1MinorGridDisplay()
Property Name: X1MinorGridDisplay
Display the X1 minor gridlines?
Default Value is (TRUE).
Returns:
boolean

setX1MinorGridDisplay

public void setX1MinorGridDisplay(boolean newValue)
Property Name: X1MinorGridDisplay
Display the X1 minor gridlines?
Default Value is (TRUE).

getX1MinorGridStep

public double getX1MinorGridStep()
Property Name: X1MinorGridStep
NONE
Default Value is (10).
Returns:
double

setX1MinorGridStep

public void setX1MinorGridStep(double newValue)
Property Name: X1MinorGridStep
NONE
Default Value is (10).

getX1MinorGridStepAuto

public boolean getX1MinorGridStepAuto()
Property Name: X1MinorGridStepAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setX1MinorGridStepAuto

public void setX1MinorGridStepAuto(boolean newValue)
Property Name: X1MinorGridStepAuto
NONE
Default Value is (TRUE).

getX1MinorGridStyle

public int getX1MinorGridStyle()
Property Name: X1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setX1MinorGridStyle

public void setX1MinorGridStyle(int newValue)
Property Name: X1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).

getX1MustIncludeZero

public boolean getX1MustIncludeZero()
Property Name: X1MustIncludeZero
NONE
Default Value is (FALSE).
Returns:
boolean

setX1MustIncludeZero

public void setX1MustIncludeZero(boolean newValue)
Property Name: X1MustIncludeZero
NONE
Default Value is (FALSE).

getX1ScaleMax

public double getX1ScaleMax()
Property Name: X1ScaleMax
NONE
Default Value is (100).
Returns:
double

setX1ScaleMax

public void setX1ScaleMax(double newValue)
Property Name: X1ScaleMax
NONE
Default Value is (100).

getX1ScaleMaxAuto

public boolean getX1ScaleMaxAuto()
Property Name: X1ScaleMaxAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setX1ScaleMaxAuto

public void setX1ScaleMaxAuto(boolean newValue)
Property Name: X1ScaleMaxAuto
NONE
Default Value is (TRUE).

getX1ScaleMin

public double getX1ScaleMin()
Property Name: X1ScaleMin
NONE
Default Value is (0).
Returns:
double

setX1ScaleMin

public void setX1ScaleMin(double newValue)
Property Name: X1ScaleMin
NONE
Default Value is (0).

getX1ScaleMinAuto

public boolean getX1ScaleMinAuto()
Property Name: X1ScaleMinAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setX1ScaleMinAuto

public void setX1ScaleMinAuto(boolean newValue)
Property Name: X1ScaleMinAuto
NONE
Default Value is (TRUE).

getX1TitleAutofit

public boolean getX1TitleAutofit()
Property Name: X1TitleAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setX1TitleAutofit

public void setX1TitleAutofit(boolean newValue)
Property Name: X1TitleAutofit
NONE
Default Value is (FALSE).

getX1TitleDisplay

public boolean getX1TitleDisplay()
Property Name: X1TitleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setX1TitleDisplay

public void setX1TitleDisplay(boolean newValue)
Property Name: X1TitleDisplay
NONE
Default Value is (TRUE).

getX1TitleString

public java.lang.String getX1TitleString()
Property Name: X1TitleString
NONE
Default Value is (NULLSTRING).
Returns:
String

setX1TitleString

public void setX1TitleString(java.lang.String newValue)
Property Name: X1TitleString
NONE
Default Value is (NULLSTRING).

getX1ZeroLineDisplay

public boolean getX1ZeroLineDisplay()
Property Name: X1ZeroLineDisplay
NONE
Default Value is (FALSE).
Returns:
boolean

setX1ZeroLineDisplay

public void setX1ZeroLineDisplay(boolean newValue)
Property Name: X1ZeroLineDisplay
NONE
Default Value is (FALSE).

getY1AxisDescending

public boolean getY1AxisDescending()
Property Name: Y1AxisDescending
NONE
Default Value is (TRUE).
Returns:
boolean

setY1AxisDescending

public void setY1AxisDescending(boolean newValue)
Property Name: Y1AxisDescending
NONE
Default Value is (TRUE).

getY1AxisSide

public int getY1AxisSide()
Property Name: Y1AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setY1AxisSide

public void setY1AxisSide(int newValue)
Property Name: Y1AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).

getY1OffScaleDisplay

public boolean getY1OffScaleDisplay()
Property Name: Y1OffScaleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setY1OffScaleDisplay

public void setY1OffScaleDisplay(boolean newValue)
Property Name: Y1OffScaleDisplay
NONE
Default Value is (TRUE).

getY1ExcludeMaxLabel

public boolean getY1ExcludeMaxLabel()
Property Name: Y1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
Returns:
boolean

setY1ExcludeMaxLabel

public void setY1ExcludeMaxLabel(boolean newValue)
Property Name: Y1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).

getO1LabelAutoSkip

public int getO1LabelAutoSkip()
Property Name: O1LabelAutoSkip
Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setO1LabelAutoSkip

public void setO1LabelAutoSkip(int newValue)
Property Name: O1LabelAutoSkip
Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).

getO1LabelSkipCount

public int getO1LabelSkipCount()
Property Name: O1LabelSkipCount
Manual Label Skip Number of Labels to Skip
Default Value is (0).
Returns:
integer

setO1LabelSkipCount

public void setO1LabelSkipCount(int newValue)
Property Name: O1LabelSkipCount
Manual Label Skip Number of Labels to Skip
Default Value is (0).

getO1LabelSkipBegin

public int getO1LabelSkipBegin()
Property Name: O1LabelSkipBegin
Manual Label Skip Begin Label
Default Value is (0).
Returns:
integer

setO1LabelSkipBegin

public void setO1LabelSkipBegin(int newValue)
Property Name: O1LabelSkipBegin
Manual Label Skip Begin Label
Default Value is (0).

getAutoSkip

public int getAutoSkip()
Method Name: AutoSkip
Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

getAutoSkip

public int getAutoSkip(tdg.draw.IdentObj id)

getAutoSkip

public int getAutoSkip(int objectID)

setAutoSkip

public void setAutoSkip(int newValue)

setAutoSkip

public void setAutoSkip(tdg.draw.IdentObj id,
                        int newValue)

setAutoSkip

public void setAutoSkip(int objectID,
                        int newValue)

getSkipBegin

public int getSkipBegin()
Method Name: SkipBegin
Manual Label Skip, Begin Label
Default Value is (0).
Returns:
integer

getSkipBegin

public int getSkipBegin(tdg.draw.IdentObj id)

getSkipBegin

public int getSkipBegin(int objectID)

setSkipBegin

public void setSkipBegin(int newValue)

setSkipBegin

public void setSkipBegin(tdg.draw.IdentObj id,
                         int newValue)

setSkipBegin

public void setSkipBegin(int objectID,
                         int newValue)

getSkipCount

public int getSkipCount()
Method Name: SkipCount
Manual Label Skip, Number of Labels to Skip
Default Value is (0).
Returns:
integer

getSkipCount

public int getSkipCount(tdg.draw.IdentObj id)

getSkipCount

public int getSkipCount(int objectID)

setSkipCount

public void setSkipCount(int newValue)

setSkipCount

public void setSkipCount(tdg.draw.IdentObj id,
                         int newValue)

setSkipCount

public void setSkipCount(int objectID,
                         int newValue)

getExactColorByHeight

public boolean getExactColorByHeight()
Property Name: ExactColorByHeight
If true, interpolate color "exactly", else use closest color on spectral legend.
Default Value is (TRUE).
Returns:
boolean

setExactColorByHeight

public void setExactColorByHeight(boolean newValue)
Property Name: ExactColorByHeight
If true, interpolate color "exactly", else use closest color on spectral legend.
Default Value is (TRUE).

getViewableSeries

public int getViewableSeries()
Property Name: ViewableSeries
Number of Series to Display
Default Value is (0).
Returns:
integer value between 0 - 100 (inclusive)

setViewableSeries

public void setViewableSeries(int newValue)
Property Name: ViewableSeries
Number of Series to Display
Default Value is (0).

getViewableGroups

public int getViewableGroups()
Property Name: ViewableGroups
Number of Groups to Display
Default Value is (0).
Returns:
integer value between 0 - 100 (inclusive)

setViewableGroups

public void setViewableGroups(int newValue)
Property Name: ViewableGroups
Number of Groups to Display
Default Value is (0).

getViewableSeriesStock

public int getViewableSeriesStock()
Property Name: ViewableSeriesStock
Number of Series in Stock Charts to Display
Default Value is (0).
Returns:
integer value between 0 - 100 (inclusive)

setViewableSeriesStock

public void setViewableSeriesStock(int newValue)
Property Name: ViewableSeriesStock
Number of Series in Stock Charts to Display
Default Value is (0).

getViewableGroupsStock

public int getViewableGroupsStock()
Property Name: ViewableGroupsStock
Number of Groups in Stock Charts to Display
Default Value is (52).
Returns:
integer value between 0 - 100 (inclusive)

setViewableGroupsStock

public void setViewableGroupsStock(int newValue)
Property Name: ViewableGroupsStock
Number of Groups in Stock Charts to Display
Default Value is (52).

getScrollOffsetSeries

public int getScrollOffsetSeries()
Property Name: ScrollOffsetSeries
Series offset within DataRange
Default Value is (0).
Returns:
integer value between 0 - 10000 (inclusive)

setScrollOffsetSeries

public void setScrollOffsetSeries(int newValue)
Property Name: ScrollOffsetSeries
Series offset within DataRange
Default Value is (0).

getScrollOffsetGroup

public int getScrollOffsetGroup()
Property Name: ScrollOffsetGroup
Group offset within DataRange
Default Value is (0).
Returns:
integer value between 0 - 10000 (inclusive)

setScrollOffsetGroup

public void setScrollOffsetGroup(int newValue)
Property Name: ScrollOffsetGroup
Group offset within DataRange
Default Value is (0).

getSeriesLooping

public int getSeriesLooping()
Property Name: SeriesLooping
Controls number of unique series colors
Default Value is (32).
Returns:
integer value between 1 - 128 (inclusive)

setSeriesLooping

public void setSeriesLooping(int newValue)
Property Name: SeriesLooping
Controls number of unique series colors
Default Value is (32).

getZoomPercentage

public double getZoomPercentage()
Property Name: ZoomPercentage
Controls number of unique series colors
Default Value is (50.0).
Returns:
double value between 20.0 - 100.0 (inclusive)

setZoomPercentage

public void setZoomPercentage(double newValue)
Property Name: ZoomPercentage
Controls number of unique series colors
Default Value is (50.0).

getRiserBorderMode

public int getRiserBorderMode()
Property Name: RiserBorderMode
Whether to draw the border of risers, 0 is automatic (yes for small data only), 1 is no, 2 is yes.
Default Value is (2).
Returns:
integer value between 0 - 2 (inclusive)

setRiserBorderMode

public void setRiserBorderMode(int newValue)
Property Name: RiserBorderMode
Whether to draw the border of risers, 0 is automatic (yes for small data only), 1 is no, 2 is yes.
Default Value is (2).

getFontSizeAbsolute

public boolean getFontSizeAbsolute()
Property Name: FontSizeAbsolute
If TRUE, fonts are specified by FontSize (not FontSizeVC).
Default Value is (FALSE).
Returns:
boolean

setFontSizeAbsolute

public void setFontSizeAbsolute(boolean newValue)
Property Name: FontSizeAbsolute
If TRUE, fonts are specified by FontSize (not FontSizeVC).
Default Value is (FALSE).

getOtherSeries

public boolean getOtherSeries()
Property Name: OtherSeries
If TRUE, we calculate and show an "Other" slice/riser.
Default Value is (FALSE).
Returns:
boolean

setOtherSeries

public void setOtherSeries(boolean newValue)
Property Name: OtherSeries
If TRUE, we calculate and show an "Other" slice/riser.
Default Value is (FALSE).

getOtherPercentage

public double getOtherPercentage()
Property Name: OtherPercentage
Threshold (% of total) below which slices/risers get lumped in with "Other"
Default Value is (0.5).
Returns:
double value between 0.01 - 50.0 (inclusive)

setOtherPercentage

public void setOtherPercentage(double newValue)
Property Name: OtherPercentage
Threshold (% of total) below which slices/risers get lumped in with "Other"
Default Value is (0.5).

getCubeRiserInterpolation

public int getCubeRiserInterpolation()
Property Name: CubeRiserInterpolation
Mode: 0 = large dataset only, 1 = isometric only, 2 = never
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setCubeRiserInterpolation

public void setCubeRiserInterpolation(int newValue)
Property Name: CubeRiserInterpolation
Mode: 0 = large dataset only, 1 = isometric only, 2 = never
Default Value is (0).

getOverdrawSkip

public boolean getOverdrawSkip()
Property Name: OverdrawSkip
If TRUE, we skip risers that can never be seen.
Default Value is (TRUE).
Returns:
boolean

setOverdrawSkip

public void setOverdrawSkip(boolean newValue)
Property Name: OverdrawSkip
If TRUE, we skip risers that can never be seen.
Default Value is (TRUE).

getInterpretAsHLOC

public boolean getInterpretAsHLOC()
Property Name: InterpretAsHLOC
Should Open-High-Low-Close charts interpret the data as in the SDK (Hi-Lo-Open-Close)?
Default Value is (FALSE).
Returns:
boolean

setInterpretAsHLOC

public void setInterpretAsHLOC(boolean newValue)
Property Name: InterpretAsHLOC
Should Open-High-Low-Close charts interpret the data as in the SDK (Hi-Lo-Open-Close)?
Default Value is (FALSE).

getUseSeriesBorderDefaults

public boolean getUseSeriesBorderDefaults()
Property Name: UseSeriesBorderDefaults
Use the default (non-series-specific) border color and transparency?
Default Value is (FALSE).
Returns:
boolean

setUseSeriesBorderDefaults

public void setUseSeriesBorderDefaults(boolean newValue)
Property Name: UseSeriesBorderDefaults
Use the default (non-series-specific) border color and transparency?
Default Value is (FALSE).

getSeriesDefaultBorderColor

public java.awt.Color getSeriesDefaultBorderColor()
Property Name: SeriesDefaultBorderColor
Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (Color.black).
Returns:
Color

setSeriesDefaultBorderColor

public void setSeriesDefaultBorderColor(java.awt.Color newValue)
Property Name: SeriesDefaultBorderColor
Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (Color.black).

getSeriesDefaultTransparentBorderColor

public boolean getSeriesDefaultTransparentBorderColor()
Property Name: SeriesDefaultTransparentBorderColor
Transparent Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (FALSE).
Returns:
boolean

setSeriesDefaultTransparentBorderColor

public void setSeriesDefaultTransparentBorderColor(boolean newValue)
Property Name: SeriesDefaultTransparentBorderColor
Transparent Border Color default for series (used when UseSeriesBorderColor is TRUE)
Default Value is (FALSE).

getStackedDataValueSum

public boolean getStackedDataValueSum()
Property Name: StackedDataValueSum
Should we display the sum or just the data value?
Default Value is (TRUE).
Returns:
boolean

setStackedDataValueSum

public void setStackedDataValueSum(boolean newValue)
Property Name: StackedDataValueSum
Should we display the sum or just the data value?
Default Value is (TRUE).

getValidGroupsMin

public int getValidGroupsMin()
Property Name: ValidGroupsMin
Minimum number of Groups required for a valid chart
Default Value is (1).
Returns:
integer value between 0 - 10 (inclusive)

setValidGroupsMin

public void setValidGroupsMin(int newValue)
Property Name: ValidGroupsMin
Minimum number of Groups required for a valid chart
Default Value is (1).

getValidSeriesMin

public int getValidSeriesMin()
Property Name: ValidSeriesMin
Minimum number of Series required for a valid chart
Default Value is (1).
Returns:
integer value between 0 - 10 (inclusive)

setValidSeriesMin

public void setValidSeriesMin(int newValue)
Property Name: ValidSeriesMin
Minimum number of Series required for a valid chart
Default Value is (1).

getCurveFitType

public int getCurveFitType()
Method Name: CurveFitType
0 is NONE, 1 is LINEAR, etc. (see constants in Perspective)
Default Value is (0).
Returns:
integer value between 0 - 11 (inclusive)

getCurveFitType

public int getCurveFitType(tdg.draw.IdentObj id)

getCurveFitType

public int getCurveFitType(int seriesID)

setCurveFitType

public void setCurveFitType(int newValue)

setCurveFitType

public void setCurveFitType(tdg.draw.IdentObj id,
                            int newValue)

setCurveFitType

public void setCurveFitType(int seriesID,
                            int newValue)

getCurveFitPolynomialOrder

public int getCurveFitPolynomialOrder()
Method Name: CurveFitPolynomialOrder
Order of polynomial curve fit (1 is linear, 2 is quadratic, etc.)
Default Value is (3).
Returns:
integer value between 0 - 10 (inclusive)

getCurveFitPolynomialOrder

public int getCurveFitPolynomialOrder(tdg.draw.IdentObj id)

getCurveFitPolynomialOrder

public int getCurveFitPolynomialOrder(int seriesID)

setCurveFitPolynomialOrder

public void setCurveFitPolynomialOrder(int newValue)

setCurveFitPolynomialOrder

public void setCurveFitPolynomialOrder(tdg.draw.IdentObj id,
                                       int newValue)

setCurveFitPolynomialOrder

public void setCurveFitPolynomialOrder(int seriesID,
                                       int newValue)

getCurveFitNumSegments

public int getCurveFitNumSegments()
Property Name: CurveFitNumSegments
Number of interpolated points to calculate to draw the fit line
Default Value is (50).
Returns:
integer value between 1 - 200 (inclusive)

setCurveFitNumSegments

public void setCurveFitNumSegments(int newValue)
Property Name: CurveFitNumSegments
Number of interpolated points to calculate to draw the fit line
Default Value is (50).

getCurveFitEquationDisplay

public boolean getCurveFitEquationDisplay()
Property Name: CurveFitEquationDisplay
If TRUE, equations are shown for all curve fits drawn
Default Value is (TRUE).
Returns:
boolean

setCurveFitEquationDisplay

public void setCurveFitEquationDisplay(boolean newValue)
Property Name: CurveFitEquationDisplay
If TRUE, equations are shown for all curve fits drawn
Default Value is (TRUE).

getCurveFitHighOrderFirst

public boolean getCurveFitHighOrderFirst()
Property Name: CurveFitHighOrderFirst
Order of terms for equation text (TRUE: ax + b; FALSE: b + ax)
Default Value is (TRUE).
Returns:
boolean

setCurveFitHighOrderFirst

public void setCurveFitHighOrderFirst(boolean newValue)
Property Name: CurveFitHighOrderFirst
Order of terms for equation text (TRUE: ax + b; FALSE: b + ax)
Default Value is (TRUE).

getDeadZonePercent

public int getDeadZonePercent()
Property Name: DeadZonePercent
Percentage of Dead Zone Area, Oracle 106
Default Value is (0).
Returns:
integer value between 0 - 100 (inclusive)

setDeadZonePercent

public void setDeadZonePercent(int newValue)
Property Name: DeadZonePercent
Percentage of Dead Zone Area, Oracle 106
Default Value is (0).

getY1ExcludeMinLabel

public boolean getY1ExcludeMinLabel()
Property Name: Y1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
Returns:
boolean

setY1ExcludeMinLabel

public void setY1ExcludeMinLabel(boolean newValue)
Property Name: Y1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).

getY1LabelAutofit

public boolean getY1LabelAutofit()
Property Name: Y1LabelAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setY1LabelAutofit

public void setY1LabelAutofit(boolean newValue)
Property Name: Y1LabelAutofit
NONE
Default Value is (FALSE).

getY1LabelDisplay

public boolean getY1LabelDisplay()
Property Name: Y1LabelDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setY1LabelDisplay

public void setY1LabelDisplay(boolean newValue)
Property Name: Y1LabelDisplay
NONE
Default Value is (TRUE).

getY1LabelFormat

public int getY1LabelFormat()
Property Name: Y1LabelFormat
(Number) Format for the default data text position
Default Value is (0).
Returns:
integer value between -1 - 17 (inclusive)

setY1LabelFormat

public void setY1LabelFormat(int newValue)
Property Name: Y1LabelFormat
(Number) Format for the default data text position
Default Value is (0).

getY1LabelStagger

public boolean getY1LabelStagger()
Property Name: Y1LabelStagger
NONE
Default Value is (FALSE).
Returns:
boolean

setY1LabelStagger

public void setY1LabelStagger(boolean newValue)
Property Name: Y1LabelStagger
NONE
Default Value is (FALSE).

getY1LogScale

public boolean getY1LogScale()
Property Name: Y1LogScale
NONE
Default Value is (FALSE).
Returns:
boolean

setY1LogScale

public void setY1LogScale(boolean newValue)
Property Name: Y1LogScale
NONE
Default Value is (FALSE).

getY1MajorGridDisplay

public boolean getY1MajorGridDisplay()
Property Name: Y1MajorGridDisplay
Display the Y1 major gridlines?
Default Value is (TRUE).
Returns:
boolean

setY1MajorGridDisplay

public void setY1MajorGridDisplay(boolean newValue)
Property Name: Y1MajorGridDisplay
Display the Y1 major gridlines?
Default Value is (TRUE).

getY1MajorGridStep

public double getY1MajorGridStep()
Property Name: Y1MajorGridStep
NONE
Default Value is (20).
Returns:
double

setY1MajorGridStep

public void setY1MajorGridStep(double newValue)
Property Name: Y1MajorGridStep
NONE
Default Value is (20).

getY1MajorGridStepAuto

public boolean getY1MajorGridStepAuto()
Property Name: Y1MajorGridStepAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY1MajorGridStepAuto

public void setY1MajorGridStepAuto(boolean newValue)
Property Name: Y1MajorGridStepAuto
NONE
Default Value is (TRUE).

getY1MajorGridStyle

public int getY1MajorGridStyle()
Property Name: Y1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setY1MajorGridStyle

public void setY1MajorGridStyle(int newValue)
Property Name: Y1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).

getY1MinorGridDisplay

public boolean getY1MinorGridDisplay()
Property Name: Y1MinorGridDisplay
Display the Y1 minor gridlines?
Default Value is (TRUE).
Returns:
boolean

setY1MinorGridDisplay

public void setY1MinorGridDisplay(boolean newValue)
Property Name: Y1MinorGridDisplay
Display the Y1 minor gridlines?
Default Value is (TRUE).

getY1MinorGridStep

public double getY1MinorGridStep()
Property Name: Y1MinorGridStep
NONE
Default Value is (10).
Returns:
double

setY1MinorGridStep

public void setY1MinorGridStep(double newValue)
Property Name: Y1MinorGridStep
NONE
Default Value is (10).

getY1MinorGridStepAuto

public boolean getY1MinorGridStepAuto()
Property Name: Y1MinorGridStepAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY1MinorGridStepAuto

public void setY1MinorGridStepAuto(boolean newValue)
Property Name: Y1MinorGridStepAuto
NONE
Default Value is (TRUE).

getY1MinorGridStyle

public int getY1MinorGridStyle()
Property Name: Y1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setY1MinorGridStyle

public void setY1MinorGridStyle(int newValue)
Property Name: Y1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).

getY1MustIncludeZero

public boolean getY1MustIncludeZero()
Property Name: Y1MustIncludeZero
NONE
Default Value is (FALSE).
Returns:
boolean

setY1MustIncludeZero

public void setY1MustIncludeZero(boolean newValue)
Property Name: Y1MustIncludeZero
NONE
Default Value is (FALSE).

getY1ScaleMax

public double getY1ScaleMax()
Property Name: Y1ScaleMax
NONE
Default Value is (100).
Returns:
double

setY1ScaleMax

public void setY1ScaleMax(double newValue)
Property Name: Y1ScaleMax
NONE
Default Value is (100).

getY1ScaleMaxAuto

public boolean getY1ScaleMaxAuto()
Property Name: Y1ScaleMaxAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY1ScaleMaxAuto

public void setY1ScaleMaxAuto(boolean newValue)
Property Name: Y1ScaleMaxAuto
NONE
Default Value is (TRUE).

getY1ScaleMin

public double getY1ScaleMin()
Property Name: Y1ScaleMin
NONE
Default Value is (0).
Returns:
double

setY1ScaleMin

public void setY1ScaleMin(double newValue)
Property Name: Y1ScaleMin
NONE
Default Value is (0).

getY1ScaleMinAuto

public boolean getY1ScaleMinAuto()
Property Name: Y1ScaleMinAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY1ScaleMinAuto

public void setY1ScaleMinAuto(boolean newValue)
Property Name: Y1ScaleMinAuto
NONE
Default Value is (TRUE).

getY1TitleAutofit

public boolean getY1TitleAutofit()
Property Name: Y1TitleAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setY1TitleAutofit

public void setY1TitleAutofit(boolean newValue)
Property Name: Y1TitleAutofit
NONE
Default Value is (FALSE).

getY1TitleDisplay

public boolean getY1TitleDisplay()
Property Name: Y1TitleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setY1TitleDisplay

public void setY1TitleDisplay(boolean newValue)
Property Name: Y1TitleDisplay
NONE
Default Value is (TRUE).

getY1TitleString

public java.lang.String getY1TitleString()
Property Name: Y1TitleString
NONE
Default Value is (NULLSTRING).
Returns:
String

setY1TitleString

public void setY1TitleString(java.lang.String newValue)
Property Name: Y1TitleString
NONE
Default Value is (NULLSTRING).

getY1ZeroLineDisplay

public boolean getY1ZeroLineDisplay()
Property Name: Y1ZeroLineDisplay
NONE
Default Value is (FALSE).
Returns:
boolean

setY1ZeroLineDisplay

public void setY1ZeroLineDisplay(boolean newValue)
Property Name: Y1ZeroLineDisplay
NONE
Default Value is (FALSE).

getY2AxisDescending

public boolean getY2AxisDescending()
Property Name: Y2AxisDescending
NONE
Default Value is (TRUE).
Returns:
boolean

setY2AxisDescending

public void setY2AxisDescending(boolean newValue)
Property Name: Y2AxisDescending
NONE
Default Value is (TRUE).

getY2AxisSide

public int getY2AxisSide()
Property Name: Y2AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (1).
Returns:
integer value between 0 - 2 (inclusive)

setY2AxisSide

public void setY2AxisSide(int newValue)
Property Name: Y2AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (1).

getY2OffScaleDisplay

public boolean getY2OffScaleDisplay()
Property Name: Y2OffScaleDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setY2OffScaleDisplay

public void setY2OffScaleDisplay(boolean newValue)
Property Name: Y2OffScaleDisplay
NONE
Default Value is (TRUE).

getY2ExcludeMaxLabel

public boolean getY2ExcludeMaxLabel()
Property Name: Y2ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
Returns:
boolean

setY2ExcludeMaxLabel

public void setY2ExcludeMaxLabel(boolean newValue)
Property Name: Y2ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).

getY2ExcludeMinLabel

public boolean getY2ExcludeMinLabel()
Property Name: Y2ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
Returns:
boolean

setY2ExcludeMinLabel

public void setY2ExcludeMinLabel(boolean newValue)
Property Name: Y2ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).

getY2LabelAutofit

public boolean getY2LabelAutofit()
Property Name: Y2LabelAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setY2LabelAutofit

public void setY2LabelAutofit(boolean newValue)
Property Name: Y2LabelAutofit
NONE
Default Value is (FALSE).

getY2LabelDisplay

public boolean getY2LabelDisplay()
Property Name: Y2LabelDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setY2LabelDisplay

public void setY2LabelDisplay(boolean newValue)
Property Name: Y2LabelDisplay
NONE
Default Value is (TRUE).

getY2LabelFormat

public int getY2LabelFormat()
Property Name: Y2LabelFormat
(Number) Format for the default data text position
Default Value is (0).
Returns:
integer value between -1 - 17 (inclusive)

setY2LabelFormat

public void setY2LabelFormat(int newValue)
Property Name: Y2LabelFormat
(Number) Format for the default data text position
Default Value is (0).

getY2LabelStagger

public boolean getY2LabelStagger()
Property Name: Y2LabelStagger
NONE
Default Value is (FALSE).
Returns:
boolean

setY2LabelStagger

public void setY2LabelStagger(boolean newValue)
Property Name: Y2LabelStagger
NONE
Default Value is (FALSE).

getY2LogScale

public boolean getY2LogScale()
Property Name: Y2LogScale
NONE
Default Value is (FALSE).
Returns:
boolean

setY2LogScale

public void setY2LogScale(boolean newValue)
Property Name: Y2LogScale
NONE
Default Value is (FALSE).

getY2MajorGridDisplay

public boolean getY2MajorGridDisplay()
Property Name: Y2MajorGridDisplay
Display the Y2 major gridlines?
Default Value is (TRUE).
Returns:
boolean

setY2MajorGridDisplay

public void setY2MajorGridDisplay(boolean newValue)
Property Name: Y2MajorGridDisplay
Display the Y2 major gridlines?
Default Value is (TRUE).

getY2MajorGridStep

public double getY2MajorGridStep()
Property Name: Y2MajorGridStep
NONE
Default Value is (20).
Returns:
double

setY2MajorGridStep

public void setY2MajorGridStep(double newValue)
Property Name: Y2MajorGridStep
NONE
Default Value is (20).

getY2MajorGridStepAuto

public boolean getY2MajorGridStepAuto()
Property Name: Y2MajorGridStepAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY2MajorGridStepAuto

public void setY2MajorGridStepAuto(boolean newValue)
Property Name: Y2MajorGridStepAuto
NONE
Default Value is (TRUE).

getY2MajorGridStyle

public int getY2MajorGridStyle()
Property Name: Y2MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setY2MajorGridStyle

public void setY2MajorGridStyle(int newValue)
Property Name: Y2MajorGridStyle
Solid, dashed, etc.
Default Value is (0).

getY2MinorGridDisplay

public boolean getY2MinorGridDisplay()
Property Name: Y2MinorGridDisplay
Display the Y2 minor gridlines?
Default Value is (TRUE).
Returns:
boolean

setY2MinorGridDisplay

public void setY2MinorGridDisplay(boolean newValue)
Property Name: Y2MinorGridDisplay
Display the Y2 minor gridlines?
Default Value is (TRUE).

getY2MinorGridStep

public double getY2MinorGridStep()
Property Name: Y2MinorGridStep
NONE
Default Value is (10).
Returns:
double

setY2MinorGridStep

public void setY2MinorGridStep(double newValue)
Property Name: Y2MinorGridStep
NONE
Default Value is (10).

getY2MinorGridStepAuto

public boolean getY2MinorGridStepAuto()
Property Name: Y2MinorGridStepAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY2MinorGridStepAuto

public void setY2MinorGridStepAuto(boolean newValue)
Property Name: Y2MinorGridStepAuto
NONE
Default Value is (TRUE).

getY2MinorGridStyle

public int getY2MinorGridStyle()
Property Name: Y2MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
Returns:
integer value between 0 - 4 (inclusive)

setY2MinorGridStyle

public void setY2MinorGridStyle(int newValue)
Property Name: Y2MinorGridStyle
Solid, dashed, etc.
Default Value is (0).

getY2MustIncludeZero

public boolean getY2MustIncludeZero()
Property Name: Y2MustIncludeZero
NONE
Default Value is (FALSE).
Returns:
boolean

setY2MustIncludeZero

public void setY2MustIncludeZero(boolean newValue)
Property Name: Y2MustIncludeZero
NONE
Default Value is (FALSE).

getY2ScaleMax

public double getY2ScaleMax()
Property Name: Y2ScaleMax
NONE
Default Value is (100).
Returns:
double

setY2ScaleMax

public void setY2ScaleMax(double newValue)
Property Name: Y2ScaleMax
NONE
Default Value is (100).

getY2ScaleMaxAuto

public boolean getY2ScaleMaxAuto()
Property Name: Y2ScaleMaxAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY2ScaleMaxAuto

public void setY2ScaleMaxAuto(boolean newValue)
Property Name: Y2ScaleMaxAuto
NONE
Default Value is (TRUE).

getY2ScaleMin

public double getY2ScaleMin()
Property Name: Y2ScaleMin
NONE
Default Value is (0).
Returns:
double

setY2ScaleMin

public void setY2ScaleMin(double newValue)
Property Name: Y2ScaleMin
NONE
Default Value is (0).

getY2ScaleMinAuto

public boolean getY2ScaleMinAuto()
Property Name: Y2ScaleMinAuto
NONE
Default Value is (TRUE).
Returns:
boolean

setY2ScaleMinAuto

public void setY2ScaleMinAuto(boolean newValue)
Property Name: Y2ScaleMinAuto
NONE
Default Value is (TRUE).

getY2TitleAutofit

public boolean getY2TitleAutofit()
Property Name: Y2TitleAutofit
NONE
Default Value is (FALSE).
Returns:
boolean

setY2TitleAutofit

public void setY2TitleAutofit(boolean newValue)
Property Name: Y2TitleAutofit
NONE
Default Value is (FALSE).

getAxisAssignment

public int getAxisAssignment()
Method Name: AxisAssignment
0 is Y1, 1 is Y2
Default Value is (0).
Returns:
integer value between 0 - 1 (inclusive)

getAxisAssignment

public int getAxisAssignment(tdg.draw.IdentObj id)

getAxisAssignment

public int getAxisAssignment(int seriesID)

setAxisAssignment

public void setAxisAssignment(int newValue)

setAxisAssignment

public void setAxisAssignment(tdg.draw.IdentObj id,
                              int newValue)

setAxisAssignment

public void setAxisAssignment(int seriesID,
                              int newValue)

getAutofit

public boolean getAutofit()
Method Name: Autofit
Turn on text autofitting?
Default Value is (FALSE).
Returns:
boolean

getAutofit

public boolean getAutofit(tdg.draw.IdentObj id)

getAutofit

public boolean getAutofit(int objectID)

setAutofit

public void setAutofit(boolean newValue)

setAutofit

public void setAutofit(tdg.draw.IdentObj id,
                       boolean newValue)

setAutofit

public void setAutofit(int objectID,
                       boolean newValue)

getO1MinorGridCount

public int getO1MinorGridCount()
Property Name: O1MinorGridCount
Number of Minor Grids for O1 Axis
Default Value is (1).
Returns:
integer value between 1 - 500 (inclusive)

setO1MinorGridCount

public void setO1MinorGridCount(int newValue)
Property Name: O1MinorGridCount
Number of Minor Grids for O1 Axis
Default Value is (1).

getDataTextPosition

public int getDataTextPosition()
Property Name: DataTextPosition
Position of the Data Value:
0 = Custom
1 = Above Riser
2 = On Riser Edge
3 = Below Riser Edge
4 = Center on Riser
5 = Above Riser Base
Default Value is (1).
Returns:
integer value between 0 - 5 (inclusive)

setDataTextPosition

public void setDataTextPosition(int newValue)
Property Name: DataTextPosition
Position of the Data Value:
0 = Custom
1 = Above Riser
2 = On Riser Edge
3 = Below Riser Edge
4 = Center on Riser
5 = Above Riser Base
Default Value is (1).

getPieRingTotalFormat

public int getPieRingTotalFormat()
Property Name: PieRingTotalFormat
Selects format for Ring Total
Default Value is (0).
Returns:
integer value between -1 - 17 (inclusive)

setPieRingTotalFormat

public void setPieRingTotalFormat(int newValue)
Property Name: PieRingTotalFormat
Selects format for Ring Total
Default Value is (0).

getX1AxisLineDisplay

public boolean getX1AxisLineDisplay()
Property Name: X1AxisLineDisplay
Dispay X1 Axis Line
Default Value is (FALSE).
Returns:
boolean

setX1AxisLineDisplay

public void setX1AxisLineDisplay(boolean newValue)
Property Name: X1AxisLineDisplay
Dispay X1 Axis Line
Default Value is (FALSE).

getY1AxisLineDisplay

public boolean getY1AxisLineDisplay()
Property Name: Y1AxisLineDisplay
Dispay Y1 Axis Line
Default Value is (FALSE).
Returns:
boolean

setY1AxisLineDisplay

public void setY1AxisLineDisplay(boolean newValue)
Property Name: Y1AxisLineDisplay
Dispay Y1 Axis Line
Default Value is (FALSE).

getY2AxisLineDisplay

public boolean getY2AxisLineDisplay()
Property Name: Y2AxisLineDisplay
Display Y2 Axis Line
Default Value is (FALSE).
Returns:
boolean

setY2AxisLineDisplay

public void setY2AxisLineDisplay(boolean newValue)
Property Name: Y2AxisLineDisplay
Display Y2 Axis Line
Default Value is (FALSE).

getO1AxisLineDisplay

public boolean getO1AxisLineDisplay()
Property Name: O1AxisLineDisplay
Dispay O1 Axis Line
Default Value is (FALSE).
Returns:
boolean

setO1AxisLineDisplay

public void setO1AxisLineDisplay(boolean newValue)
Property Name: O1AxisLineDisplay
Dispay O1 Axis Line
Default Value is (FALSE).

getDualAxisLineDisplay

public boolean getDualAxisLineDisplay()
Property Name: DualAxisLineDisplay
Display line separating axis
Default Value is (FALSE).
Returns:
boolean

setDualAxisLineDisplay

public void setDualAxisLineDisplay(boolean newValue)
Property Name: DualAxisLineDisplay
Display line separating axis
Default Value is (FALSE).

getStock52WeekLowValue

public double getStock52WeekLowValue()
Property Name: Stock52WeekLowValue
Set value for 52-week low line.
Default Value is (10).
Returns:
double

setStock52WeekLowValue

public void setStock52WeekLowValue(double newValue)
Property Name: Stock52WeekLowValue
Set value for 52-week low line.
Default Value is (10).

getAxisDescending

public boolean getAxisDescending()
Method Name: AxisDescending
True means Descending
Default Value is (FALSE).
Returns:
boolean

getAxisDescending

public boolean getAxisDescending(tdg.draw.IdentObj id)

getAxisDescending

public boolean getAxisDescending(int objectID)

setAxisDescending

public void setAxisDescending(boolean newValue)

setAxisDescending

public void setAxisDescending(tdg.draw.IdentObj id,
                              boolean newValue)

setAxisDescending

public void setAxisDescending(int objectID,
                              boolean newValue)

getAxisSide

public int getAxisSide()
Method Name: AxisSide
Which side of the chart will the labels for this axis be drawn on?
0=Left side (or bottom for Horizontal charts)
1=Right side (or top for Horizontal charts)
2=Both sides of the chart
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

getAxisSide

public int getAxisSide(tdg.draw.IdentObj id)

getAxisSide

public int getAxisSide(int objectID)

setAxisSide

public void setAxisSide(int newValue)

setAxisSide

public void setAxisSide(tdg.draw.IdentObj id,
                        int newValue)

setAxisSide

public void setAxisSide(int objectID,
                        int newValue)

getDataTextAngle

public int getDataTextAngle()
Method Name: DataTextAngle
Angle in degrees for the data text position of specified data point (s,g), or series (s)
Default Value is (90).
Returns:
integer value between 0 - 360 (inclusive)

getDataTextAngle

public int getDataTextAngle(tdg.draw.IdentObj id)

getDataTextAngle

public int getDataTextAngle(int seriesID)

getDataTextAngle

public int getDataTextAngle(int seriesID,
                            int groupID)

setDataTextAngle

public void setDataTextAngle(int newValue)

setDataTextAngle

public void setDataTextAngle(tdg.draw.IdentObj id,
                             int newValue)

setDataTextAngle

public void setDataTextAngle(int seriesID,
                             int newValue)

setDataTextAngle

public void setDataTextAngle(int seriesID,
                             int groupID,
                             int newValue)

getDataTextRadius

public int getDataTextRadius()
Method Name: DataTextRadius
Radius (0 is centered) for the data text position of specified data point (s,g), or series (s)
Default Value is (20).
Returns:
integer value between 0 - 100 (inclusive)

getDataTextRadius

public int getDataTextRadius(tdg.draw.IdentObj id)

getDataTextRadius

public int getDataTextRadius(int seriesID)

getDataTextRadius

public int getDataTextRadius(int seriesID,
                             int groupID)

setDataTextRadius

public void setDataTextRadius(int newValue)

setDataTextRadius

public void setDataTextRadius(tdg.draw.IdentObj id,
                              int newValue)

setDataTextRadius

public void setDataTextRadius(int seriesID,
                              int newValue)

setDataTextRadius

public void setDataTextRadius(int seriesID,
                              int groupID,
                              int newValue)

getDisplay

public boolean getDisplay()
Method Name: Display
Whether the specified object is displayed
Default Value is (TRUE).
Returns:
boolean

getDisplay

public boolean getDisplay(tdg.draw.IdentObj id)

getDisplay

public boolean getDisplay(int objectID)

setDisplay

public void setDisplay(boolean newValue)

setDisplay

public void setDisplay(tdg.draw.IdentObj id,
                       boolean newValue)

setDisplay

public void setDisplay(int objectID,
                       boolean newValue)

getDisplayOffScale

public boolean getDisplayOffScale()
Method Name: DisplayOffScale
Whether to cut off data point or leave blank
Default Value is (TRUE).
Returns:
boolean

getDisplayOffScale

public boolean getDisplayOffScale(tdg.draw.IdentObj id)

getDisplayOffScale

public boolean getDisplayOffScale(int objectID)

setDisplayOffScale

public void setDisplayOffScale(boolean newValue)

setDisplayOffScale

public void setDisplayOffScale(tdg.draw.IdentObj id,
                               boolean newValue)

setDisplayOffScale

public void setDisplayOffScale(int objectID,
                               boolean newValue)

getExcludeMaxLabel

public boolean getExcludeMaxLabel()
Method Name: ExcludeMaxLabel
Exclude Max Label on Axis
Default Value is (FALSE).
Returns:
boolean

getExcludeMaxLabel

public boolean getExcludeMaxLabel(tdg.draw.IdentObj id)

getExcludeMaxLabel

public boolean getExcludeMaxLabel(int objectID)

setExcludeMaxLabel

public void setExcludeMaxLabel(boolean newValue)

setExcludeMaxLabel

public void setExcludeMaxLabel(tdg.draw.IdentObj id,
                               boolean newValue)

setExcludeMaxLabel

public void setExcludeMaxLabel(int objectID,
                               boolean newValue)

getExcludeMinLabel

public boolean getExcludeMinLabel()
Method Name: ExcludeMinLabel
Exclude Min Label on Axis
Default Value is (FALSE).
Returns:
boolean

getExcludeMinLabel

public boolean getExcludeMinLabel(tdg.draw.IdentObj id)

getExcludeMinLabel

public boolean getExcludeMinLabel(int objectID)

setExcludeMinLabel

public void setExcludeMinLabel(boolean newValue)

setExcludeMinLabel

public void setExcludeMinLabel(tdg.draw.IdentObj id,
                               boolean newValue)

setExcludeMinLabel

public void setExcludeMinLabel(int objectID,
                               boolean newValue)

getFontName

public java.lang.String getFontName()
Method Name: FontName
Font name
Default Value is (SansSerif).
Returns:
String

getFontName

public java.lang.String getFontName(tdg.draw.IdentObj id)

getFontName

public java.lang.String getFontName(int objectID)

setFontName

public void setFontName(java.lang.String newValue)

setFontName

public void setFontName(tdg.draw.IdentObj id,
                        java.lang.String newValue)

setFontName

public void setFontName(int objectID,
                        java.lang.String newValue)

getFontSizeVC

public int getFontSizeVC()
Method Name: FontSizeVC
Font size, in virtual coords
Default Value is (1000).
Returns:
integer

getFontSizeVC

public int getFontSizeVC(tdg.draw.IdentObj id)

getFontSizeVC

public int getFontSizeVC(int objectID)

setFontSizeVC

public void setFontSizeVC(int newValue)

setFontSizeVC

public void setFontSizeVC(tdg.draw.IdentObj id,
                          int newValue)

setFontSizeVC

public void setFontSizeVC(int objectID,
                          int newValue)

getFontStyle

public int getFontStyle()
Method Name: FontStyle
Font style
Default Value is (0).
Returns:
integer

getFontStyle

public int getFontStyle(tdg.draw.IdentObj id)

getFontStyle

public int getFontStyle(int objectID)

setFontStyle

public void setFontStyle(int newValue)

setFontStyle

public void setFontStyle(tdg.draw.IdentObj id,
                         int newValue)

setFontStyle

public void setFontStyle(int objectID,
                         int newValue)

getGridStep

public double getGridStep()
Method Name: GridStep
What is the scale step (between gridlines) for specified numeric axis?
Default Value is (15).
Returns:
double

getGridStep

public double getGridStep(tdg.draw.IdentObj id)

getGridStep

public double getGridStep(int objectID)

setGridStep

public void setGridStep(double newValue)

setGridStep

public void setGridStep(tdg.draw.IdentObj id,
                        double newValue)

setGridStep

public void setGridStep(int objectID,
                        double newValue)

getGridStepAuto

public boolean getGridStepAuto()
Method Name: GridStepAuto
Is gridline scale step automatically calculated?
Default Value is (TRUE).
Returns:
boolean

getGridStepAuto

public boolean getGridStepAuto(tdg.draw.IdentObj id)

getGridStepAuto

public boolean getGridStepAuto(int objectID)

setGridStepAuto

public void setGridStepAuto(boolean newValue)

setGridStepAuto

public void setGridStepAuto(tdg.draw.IdentObj id,
                            boolean newValue)

setGridStepAuto

public void setGridStepAuto(int objectID,
                            boolean newValue)

getGridStyle

public int getGridStyle()
Method Name: GridStyle
Solid, dashed, etc.
Default Value is (0).
Returns:
integer value between 0 - 5 (inclusive)

getGridStyle

public int getGridStyle(tdg.draw.IdentObj id)

getGridStyle

public int getGridStyle(int objectID)

setGridStyle

public void setGridStyle(int newValue)

setGridStyle

public void setGridStyle(tdg.draw.IdentObj id,
                         int newValue)

setGridStyle

public void setGridStyle(int objectID,
                         int newValue)

getGroupLabel

public java.lang.String getGroupLabel()
Method Name: GroupLabel
Text String for Group
Default Value is (NULLSTRING).
Returns:
String

getGroupLabel

public java.lang.String getGroupLabel(tdg.draw.IdentObj id)

getGroupLabel

public java.lang.String getGroupLabel(int groupID)

setGroupLabel

public void setGroupLabel(java.lang.String newValue)

setGroupLabel

public void setGroupLabel(tdg.draw.IdentObj id,
                          java.lang.String newValue)

setGroupLabel

public void setGroupLabel(int groupID,
                          java.lang.String newValue)

getLabelStagger

public boolean getLabelStagger()
Method Name: LabelStagger
Stagger this (axis) label?
Default Value is (FALSE).
Returns:
boolean

getLabelStagger

public boolean getLabelStagger(tdg.draw.IdentObj id)

getLabelStagger

public boolean getLabelStagger(int objectID)

setLabelStagger

public void setLabelStagger(boolean newValue)

setLabelStagger

public void setLabelStagger(tdg.draw.IdentObj id,
                            boolean newValue)

setLabelStagger

public void setLabelStagger(int objectID,
                            boolean newValue)

getLogScale

public boolean getLogScale()
Method Name: LogScale
Is specified numeric axis logarithmic?
Default Value is (FALSE).
Returns:
boolean

getLogScale

public boolean getLogScale(tdg.draw.IdentObj id)

getLogScale

public boolean getLogScale(int objectID)

setLogScale

public void setLogScale(boolean newValue)

setLogScale

public void setLogScale(tdg.draw.IdentObj id,
                        boolean newValue)

setLogScale

public void setLogScale(int objectID,
                        boolean newValue)

getMarkerSize

public int getMarkerSize()
Method Name: MarkerSize
Marker size for specified point (s,g), series (s)
Default Value is (30).
Returns:
integer value between 0 - 100 (inclusive)

getMarkerSize

public int getMarkerSize(tdg.draw.IdentObj id)

getMarkerSize

public int getMarkerSize(int seriesID)

getMarkerSize

public int getMarkerSize(int seriesID,
                         int groupID)

setMarkerSize

public void setMarkerSize(int newValue)

setMarkerSize

public void setMarkerSize(tdg.draw.IdentObj id,
                          int newValue)

setMarkerSize

public void setMarkerSize(int seriesID,
                          int newValue)

setMarkerSize

public void setMarkerSize(int seriesID,
                          int groupID,
                          int newValue)

getPieSliceDelete

public boolean getPieSliceDelete()
Method Name: PieSliceDelete
Whether to delete specified slice (s,g) or slices in series (s)
Default Value is (FALSE).
Returns:
boolean

getPieSliceDelete

public boolean getPieSliceDelete(tdg.draw.IdentObj id)

getPieSliceDelete

public boolean getPieSliceDelete(int seriesID)

getPieSliceDelete

public boolean getPieSliceDelete(int seriesID,
                                 int groupID)

setPieSliceDelete

public void setPieSliceDelete(boolean newValue)

setPieSliceDelete

public void setPieSliceDelete(tdg.draw.IdentObj id,
                              boolean newValue)

setPieSliceDelete

public void setPieSliceDelete(int seriesID,
                              boolean newValue)

setPieSliceDelete

public void setPieSliceDelete(int seriesID,
                              int groupID,
                              boolean newValue)

getPieSliceDetach

public int getPieSliceDetach()
Method Name: PieSliceDetach
How much to detach specified slice (s,g), or slices in series (s)
Default Value is (0).
Returns:
integer value between 0 - 100 (inclusive)

getPieSliceDetach

public int getPieSliceDetach(tdg.draw.IdentObj id)

getPieSliceDetach

public int getPieSliceDetach(int seriesID)

getPieSliceDetach

public int getPieSliceDetach(int seriesID,
                             int groupID)

setPieSliceDetach

public void setPieSliceDetach(int newValue)

setPieSliceDetach

public void setPieSliceDetach(tdg.draw.IdentObj id,
                              int newValue)

setPieSliceDetach

public void setPieSliceDetach(int seriesID,
                              int newValue)

setPieSliceDetach

public void setPieSliceDetach(int seriesID,
                              int groupID,
                              int newValue)

getRect

public java.awt.Rectangle getRect()
Method Name: Rect
Sets the bounding rect for a user-movable object in VC (x,y,width,height)
Default Value is (0,0,0,0).
Returns:
Rectangle

getRect

public java.awt.Rectangle getRect(tdg.draw.IdentObj id)

getRect

public java.awt.Rectangle getRect(int objectID)

setRect

public void setRect(java.awt.Rectangle newValue)

setRect

public void setRect(tdg.draw.IdentObj id,
                    java.awt.Rectangle newValue)

setRect

public void setRect(int objectID,
                    java.awt.Rectangle newValue)

getScaleMax

public double getScaleMax()
Method Name: ScaleMax
What is the scale maximum for specified numeric axis?
Default Value is (150).
Returns:
double

getScaleMax

public double getScaleMax(tdg.draw.IdentObj id)

getScaleMax

public double getScaleMax(int objectID)

setScaleMax

public void setScaleMax(double newValue)

setScaleMax

public void setScaleMax(tdg.draw.IdentObj id,
                        double newValue)

setScaleMax

public void setScaleMax(int objectID,
                        double newValue)

getScaleMaxAuto

public boolean getScaleMaxAuto()
Method Name: ScaleMaxAuto
Is scale maximum automatically calculated?
Default Value is (TRUE).
Returns:
boolean

getScaleMaxAuto

public boolean getScaleMaxAuto(tdg.draw.IdentObj id)

getScaleMaxAuto

public boolean getScaleMaxAuto(int objectID)

setScaleMaxAuto

public void setScaleMaxAuto(boolean newValue)

setScaleMaxAuto

public void setScaleMaxAuto(tdg.draw.IdentObj id,
                            boolean newValue)

setScaleMaxAuto

public void setScaleMaxAuto(int objectID,
                            boolean newValue)

getScaleMin

public double getScaleMin()
Method Name: ScaleMin
What is the scale minimum for specified numeric axis?
Default Value is (0).
Returns:
double

getScaleMin

public double getScaleMin(tdg.draw.IdentObj id)

getScaleMin

public double getScaleMin(int objectID)

setScaleMin

public void setScaleMin(double newValue)

setScaleMin

public void setScaleMin(tdg.draw.IdentObj id,
                        double newValue)

setScaleMin

public void setScaleMin(int objectID,
                        double newValue)

getScaleMinAuto

public boolean getScaleMinAuto()
Method Name: ScaleMinAuto
Is scale minimum automatically calculated?
Default Value is (TRUE).
Returns:
boolean

getScaleMinAuto

public boolean getScaleMinAuto(tdg.draw.IdentObj id)

getScaleMinAuto

public boolean getScaleMinAuto(int objectID)

setScaleMinAuto

public void setScaleMinAuto(boolean newValue)

setScaleMinAuto

public void setScaleMinAuto(tdg.draw.IdentObj id,
                            boolean newValue)

setScaleMinAuto

public void setScaleMinAuto(int objectID,
                            boolean newValue)

getScaleMustIncludeZero

public boolean getScaleMustIncludeZero()
Method Name: ScaleMustIncludeZero
Must the scale of the specified axis include zero?
Default Value is (FALSE).
Returns:
boolean

getScaleMustIncludeZero

public boolean getScaleMustIncludeZero(tdg.draw.IdentObj id)

getScaleMustIncludeZero

public boolean getScaleMustIncludeZero(int objectID)

setScaleMustIncludeZero

public void setScaleMustIncludeZero(boolean newValue)

setScaleMustIncludeZero

public void setScaleMustIncludeZero(tdg.draw.IdentObj id,
                                    boolean newValue)

setScaleMustIncludeZero

public void setScaleMustIncludeZero(int objectID,
                                    boolean newValue)

getSeriesLabel

public java.lang.String getSeriesLabel()
Method Name: SeriesLabel
Text String for Series
Default Value is (NULLSTRING).
Returns:
String

getSeriesLabel

public java.lang.String getSeriesLabel(tdg.draw.IdentObj id)

getSeriesLabel

public java.lang.String getSeriesLabel(int seriesID)

setSeriesLabel

public void setSeriesLabel(java.lang.String newValue)

setSeriesLabel

public void setSeriesLabel(tdg.draw.IdentObj id,
                           java.lang.String newValue)

setSeriesLabel

public void setSeriesLabel(int seriesID,
                           java.lang.String newValue)

getShadowDisplay

public boolean getShadowDisplay()
Method Name: ShadowDisplay
Display drop shadow on specified object?
Default Value is (FALSE).
Returns:
boolean

getShadowDisplay

public boolean getShadowDisplay(tdg.draw.IdentObj id)

getShadowDisplay

public boolean getShadowDisplay(int objectID)

setShadowDisplay

public void setShadowDisplay(boolean newValue)

setShadowDisplay

public void setShadowDisplay(tdg.draw.IdentObj id,
                             boolean newValue)

setShadowDisplay

public void setShadowDisplay(int objectID,
                             boolean newValue)

getShadowXOffset

public int getShadowXOffset()
Method Name: ShadowXOffset
X-offset of drop shadow on specified object
Default Value is (2).
Returns:
integer value between 0 - 20 (inclusive)

getShadowXOffset

public int getShadowXOffset(tdg.draw.IdentObj id)

getShadowXOffset

public int getShadowXOffset(int objectID)

setShadowXOffset

public void setShadowXOffset(int newValue)

setShadowXOffset

public void setShadowXOffset(tdg.draw.IdentObj id,
                             int newValue)

setShadowXOffset

public void setShadowXOffset(int objectID,
                             int newValue)

getShadowYOffset

public int getShadowYOffset()
Method Name: ShadowYOffset
Y-offset of drop shadow on specified object
Default Value is (2).
Returns:
integer value between 0 - 20 (inclusive)

getShadowYOffset

public int getShadowYOffset(tdg.draw.IdentObj id)

getShadowYOffset

public int getShadowYOffset(int objectID)

setShadowYOffset

public void setShadowYOffset(int newValue)

setShadowYOffset

public void setShadowYOffset(tdg.draw.IdentObj id,
                             int newValue)

setShadowYOffset

public void setShadowYOffset(int objectID,
                             int newValue)

getTextFormatPreset

public int getTextFormatPreset()
Method Name: TextFormatPreset
Standard Format for the text
Default Value is (0).
Returns:
integer value between -1 - 17 (inclusive)

getTextFormatPreset

public int getTextFormatPreset(tdg.draw.IdentObj id)

getTextFormatPreset

public int getTextFormatPreset(int objectID)

setTextFormatPreset

public void setTextFormatPreset(int newValue)

setTextFormatPreset

public void setTextFormatPreset(tdg.draw.IdentObj id,
                                int newValue)

setTextFormatPreset

public void setTextFormatPreset(int objectID,
                                int newValue)

getTextJustHoriz

public int getTextJustHoriz()
Method Name: TextJustHoriz
Horizontal justification
Default Value is (1).
Returns:
integer value between 0 - 2 (inclusive)

getTextJustHoriz

public int getTextJustHoriz(tdg.draw.IdentObj id)

getTextJustHoriz

public int getTextJustHoriz(int objectID)

setTextJustHoriz

public void setTextJustHoriz(int newValue)

setTextJustHoriz

public void setTextJustHoriz(tdg.draw.IdentObj id,
                             int newValue)

setTextJustHoriz

public void setTextJustHoriz(int objectID,
                             int newValue)

getTextJustVert

public int getTextJustVert()
Method Name: TextJustVert
Vertical justification
Default Value is (1).
Returns:
integer value between 0 - 2 (inclusive)

getTextJustVert

public int getTextJustVert(tdg.draw.IdentObj id)

getTextJustVert

public int getTextJustVert(int objectID)

setTextJustVert

public void setTextJustVert(int newValue)

setTextJustVert

public void setTextJustVert(tdg.draw.IdentObj id,
                            int newValue)

setTextJustVert

public void setTextJustVert(int objectID,
                            int newValue)

getTextRotation

public int getTextRotation()
Method Name: TextRotation
Angle, 0 = No Rotation, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

getTextRotation

public int getTextRotation(tdg.draw.IdentObj id)

getTextRotation

public int getTextRotation(int objectID)

setTextRotation

public void setTextRotation(int newValue)

setTextRotation

public void setTextRotation(tdg.draw.IdentObj id,
                            int newValue)

setTextRotation

public void setTextRotation(int objectID,
                            int newValue)

getTextString

public java.lang.String getTextString()
Method Name: TextString
Sets the string to be displayed in a text object
Default Value is (NULLSTRING).
Returns:
String

getTextString

public java.lang.String getTextString(tdg.draw.IdentObj id)

getTextString

public java.lang.String getTextString(int objectID)

setTextString

public void setTextString(java.lang.String newValue)

setTextString

public void setTextString(tdg.draw.IdentObj id,
                          java.lang.String newValue)

setTextString

public void setTextString(int objectID,
                          java.lang.String newValue)

getTextWrap

public boolean getTextWrap()
Method Name: TextWrap
Turn on text wrapping?
Default Value is (FALSE).
Returns:
boolean

getTextWrap

public boolean getTextWrap(tdg.draw.IdentObj id)

getTextWrap

public boolean getTextWrap(int objectID)

setTextWrap

public void setTextWrap(boolean newValue)

setTextWrap

public void setTextWrap(tdg.draw.IdentObj id,
                        boolean newValue)

setTextWrap

public void setTextWrap(int objectID,
                        boolean newValue)

getURL

public java.lang.String getURL()
Method Name: URL
Universal Resource Locator for any specific Object
Default Value is (NULLSTRING).
Returns:
String

getURL

public java.lang.String getURL(tdg.draw.IdentObj id)

getURL

public java.lang.String getURL(int seriesID)

getURL

public java.lang.String getURL(int seriesID,
                               int groupID)

setURL

public void setURL(java.lang.String newValue)

setURL

public void setURL(tdg.draw.IdentObj id,
                   java.lang.String newValue)

setURL

public void setURL(int seriesID,
                   java.lang.String newValue)

setURL

public void setURL(int seriesID,
                   int groupID,
                   java.lang.String newValue)

getURLTarget

public java.lang.String getURLTarget()
Method Name: URLTarget
Frame Target for URL associated with any specific Object
Default Value is (NULLSTRING).
Returns:
String

getURLTarget

public java.lang.String getURLTarget(tdg.draw.IdentObj id)

getURLTarget

public java.lang.String getURLTarget(int seriesID)

getURLTarget

public java.lang.String getURLTarget(int seriesID,
                                     int groupID)

setURLTarget

public void setURLTarget(java.lang.String newValue)

setURLTarget

public void setURLTarget(tdg.draw.IdentObj id,
                         java.lang.String newValue)

setURLTarget

public void setURLTarget(int seriesID,
                         java.lang.String newValue)

setURLTarget

public void setURLTarget(int seriesID,
                         int groupID,
                         java.lang.String newValue)

getSeriesType

public int getSeriesType()
Method Name: SeriesType
Specify series type independent of chart type
Default Value is (0).
Returns:
integer value between 0 - 3 (inclusive)

getSeriesType

public int getSeriesType(tdg.draw.IdentObj id)

getSeriesType

public int getSeriesType(int seriesID)

setSeriesType

public void setSeriesType(int newValue)

setSeriesType

public void setSeriesType(tdg.draw.IdentObj id,
                          int newValue)

setSeriesType

public void setSeriesType(int seriesID,
                          int newValue)

getDataLineThickness

public int getDataLineThickness()
Property Name: DataLineThickness
For a "2.5D effect" chart, how wide is the "fake 3D" line, expressed as a percentage from 1 to 100? 1 would be basically a thin line, 100 would be a very thick 3D ribbon extending all the way across the extruded frame.
Default Value is (30).
Returns:
integer value between 1 - 100 (inclusive)

setDataLineThickness

public void setDataLineThickness(int newValue)
Property Name: DataLineThickness
For a "2.5D effect" chart, how wide is the "fake 3D" line, expressed as a percentage from 1 to 100? 1 would be basically a thin line, 100 would be a very thick 3D ribbon extending all the way across the extruded frame.
Default Value is (30).

getLegendReverse

public boolean getLegendReverse()
Property Name: LegendReverse
Draw legend in reverse order?
Default Value is (FALSE).
Returns:
boolean

setLegendReverse

public void setLegendReverse(boolean newValue)
Property Name: LegendReverse
Draw legend in reverse order?
Default Value is (FALSE).

getY2TitleString

public java.lang.String getY2TitleString()
Property Name: Y2TitleString
NONE
Default Value is (NULLSTRING).
Returns:
String

setY2TitleString

public void setY2TitleString(java.lang.String newValue)
Property Name: Y2TitleString
NONE
Default Value is (NULLSTRING).

getDisplayBarAsPictograph

public boolean getDisplayBarAsPictograph()
Property Name: DisplayBarAsPictograph
Display Bar as Pictograph (Only for Flat 2D)
Default Value is (FALSE).
Returns:
boolean

setDisplayBarAsPictograph

public void setDisplayBarAsPictograph(boolean newValue)
Property Name: DisplayBarAsPictograph
Display Bar as Pictograph (Only for Flat 2D)
Default Value is (FALSE).

getDataTextTemplateHiLo

public java.lang.String getDataTextTemplateHiLo()
Property Name: DataTextTemplateHiLo
Template for Data Text Labels for Stock Charts [empty string = Close for Charts which have Close or High for all others]
Default Value is (NULLSTRING).
Returns:
String

setDataTextTemplateHiLo

public void setDataTextTemplateHiLo(java.lang.String newValue)
Property Name: DataTextTemplateHiLo
Template for Data Text Labels for Stock Charts [empty string = Close for Charts which have Close or High for all others]
Default Value is (NULLSTRING).

getTextFormatPattern

public java.lang.String getTextFormatPattern()
Method Name: TextFormatPattern
(Number) Format for specified object
Default Value is (#.#).
Returns:
String

getTextFormatPattern

public java.lang.String getTextFormatPattern(tdg.draw.IdentObj id)

getTextFormatPattern

public java.lang.String getTextFormatPattern(int objectID)

setTextFormatPattern

public void setTextFormatPattern(java.lang.String newValue)

setTextFormatPattern

public void setTextFormatPattern(tdg.draw.IdentObj id,
                                 java.lang.String newValue)

setTextFormatPattern

public void setTextFormatPattern(int objectID,
                                 java.lang.String newValue)

getDataTextFormatPattern

public java.lang.String getDataTextFormatPattern()
Property Name: DataTextFormatPattern
(Number) Custom format for the data text.
Default Value is (#.#).
Returns:
String

setDataTextFormatPattern

public void setDataTextFormatPattern(java.lang.String newValue)
Property Name: DataTextFormatPattern
(Number) Custom format for the data text.
Default Value is (#.#).

getCubeLightSourceX

public double getCubeLightSourceX()
Property Name: CubeLightSourceX
X-coord (unit space) of light source
Default Value is (0).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeLightSourceX

public void setCubeLightSourceX(double newValue)
Property Name: CubeLightSourceX
X-coord (unit space) of light source
Default Value is (0).

getCubeLightSourceY

public double getCubeLightSourceY()
Property Name: CubeLightSourceY
Y-coord (unit space) of light source
Default Value is (1).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeLightSourceY

public void setCubeLightSourceY(double newValue)
Property Name: CubeLightSourceY
Y-coord (unit space) of light source
Default Value is (1).

getPieFeelerTextFormatPattern

public java.lang.String getPieFeelerTextFormatPattern()
Property Name: PieFeelerTextFormatPattern
(Number) Custom format for the pie feeler text.
Default Value is (#.#).
Returns:
String

setPieFeelerTextFormatPattern

public void setPieFeelerTextFormatPattern(java.lang.String newValue)
Property Name: PieFeelerTextFormatPattern
(Number) Custom format for the pie feeler text.
Default Value is (#.#).

getPieRingTotalFormatPattern

public java.lang.String getPieRingTotalFormatPattern()
Property Name: PieRingTotalFormatPattern
Selects format for Ring Total.
Default Value is (#.#).
Returns:
String

setPieRingTotalFormatPattern

public void setPieRingTotalFormatPattern(java.lang.String newValue)
Property Name: PieRingTotalFormatPattern
Selects format for Ring Total.
Default Value is (#.#).

getX1LabelFormatPattern

public java.lang.String getX1LabelFormatPattern()
Property Name: X1LabelFormatPattern
(Number) Custom format for the X1 labels.
Default Value is (#.#).
Returns:
String

setX1LabelFormatPattern

public void setX1LabelFormatPattern(java.lang.String newValue)
Property Name: X1LabelFormatPattern
(Number) Custom format for the X1 labels.
Default Value is (#.#).

getQuadrantLineCountX

public int getQuadrantLineCountX()
Property Name: QuadrantLineCountX
Number of vertical Quadrant Lines
Default Value is (1).
Returns:
integer value between 1 - 10 (inclusive)

setQuadrantLineCountX

public void setQuadrantLineCountX(int newValue)
Property Name: QuadrantLineCountX
Number of vertical Quadrant Lines
Default Value is (1).

getO1LabelRotate

public int getO1LabelRotate()
Property Name: O1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setO1LabelRotate

public void setO1LabelRotate(int newValue)
Property Name: O1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).

getO2LabelRotate

public int getO2LabelRotate()
Property Name: O2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setO2LabelRotate

public void setO2LabelRotate(int newValue)
Property Name: O2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).

getY1LabelRotate

public int getY1LabelRotate()
Property Name: Y1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setY1LabelRotate

public void setY1LabelRotate(int newValue)
Property Name: Y1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).

getY2LabelRotate

public int getY2LabelRotate()
Property Name: Y2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setY2LabelRotate

public void setY2LabelRotate(int newValue)
Property Name: Y2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).

getX1LabelRotate

public int getX1LabelRotate()
Property Name: X1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setX1LabelRotate

public void setX1LabelRotate(int newValue)
Property Name: X1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).

getToolTipCustomString

public java.lang.String getToolTipCustomString()
Method Name: ToolTipCustomString
Custom string for ToolTip Customization
Default Value is (NULLSTRING).
Returns:
String

getToolTipCustomString

public java.lang.String getToolTipCustomString(tdg.draw.IdentObj id)

getToolTipCustomString

public java.lang.String getToolTipCustomString(int seriesID)

getToolTipCustomString

public java.lang.String getToolTipCustomString(int seriesID,
                                               int groupID)

setToolTipCustomString

public void setToolTipCustomString(java.lang.String newValue)

setToolTipCustomString

public void setToolTipCustomString(tdg.draw.IdentObj id,
                                   java.lang.String newValue)

setToolTipCustomString

public void setToolTipCustomString(int seriesID,
                                   java.lang.String newValue)

setToolTipCustomString

public void setToolTipCustomString(int seriesID,
                                   int groupID,
                                   java.lang.String newValue)

getCubeLightSourceZ

public double getCubeLightSourceZ()
Property Name: CubeLightSourceZ
Z-coord (unit space) of light source
Default Value is (1).
Returns:
double value between 0.0 - 100.0 (inclusive)

setCubeLightSourceZ

public void setCubeLightSourceZ(double newValue)
Property Name: CubeLightSourceZ
Z-coord (unit space) of light source
Default Value is (1).

getY1LabelFormatPattern

public java.lang.String getY1LabelFormatPattern()
Property Name: Y1LabelFormatPattern
(Number) Custom format for the Y1 labels.
Default Value is (#.#).
Returns:
String

setY1LabelFormatPattern

public void setY1LabelFormatPattern(java.lang.String newValue)
Property Name: Y1LabelFormatPattern
(Number) Custom format for the Y1 labels.
Default Value is (#.#).

getY2LabelFormatPattern

public java.lang.String getY2LabelFormatPattern()
Property Name: Y2LabelFormatPattern
(Number) Custom format for the Y2 labels.
Default Value is (#.#).
Returns:
String

setY2LabelFormatPattern

public void setY2LabelFormatPattern(java.lang.String newValue)
Property Name: Y2LabelFormatPattern
(Number) Custom format for the Y2 labels.
Default Value is (#.#).

getTextAutofitMin

public int getTextAutofitMin()
Property Name: TextAutofitMin
Minimum virtual size for text autofitting.
Default Value is (200).
Returns:
integer

setTextAutofitMin

public void setTextAutofitMin(int newValue)
Property Name: TextAutofitMin
Minimum virtual size for text autofitting.
Default Value is (200).

getTextAutofitMax

public int getTextAutofitMax()
Property Name: TextAutofitMax
Maximum virtual size for text autofitting.
Default Value is (2200).
Returns:
integer

setTextAutofitMax

public void setTextAutofitMax(int newValue)
Property Name: TextAutofitMax
Maximum virtual size for text autofitting.
Default Value is (2200).

getQuadrantLineCountY

public int getQuadrantLineCountY()
Property Name: QuadrantLineCountY
Number of horizontal Quadrant Lines
Default Value is (1).
Returns:
integer value between 1 - 10 (inclusive)

setQuadrantLineCountY

public void setQuadrantLineCountY(int newValue)
Property Name: QuadrantLineCountY
Number of horizontal Quadrant Lines
Default Value is (1).

getZoomDirection

public int getZoomDirection()
Property Name: ZoomDirection
Controls type of zooming user interface
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setZoomDirection

public void setZoomDirection(int newValue)
Property Name: ZoomDirection
Controls type of zooming user interface
Default Value is (0).

getIgnoreSeries

public boolean getIgnoreSeries()
Method Name: IgnoreSeries
TRUE ignores this series
Default Value is (FALSE).
Returns:
boolean

getIgnoreSeries

public boolean getIgnoreSeries(tdg.draw.IdentObj id)

getIgnoreSeries

public boolean getIgnoreSeries(int seriesID)

setIgnoreSeries

public void setIgnoreSeries(boolean newValue)

setIgnoreSeries

public void setIgnoreSeries(tdg.draw.IdentObj id,
                            boolean newValue)

setIgnoreSeries

public void setIgnoreSeries(int seriesID,
                            boolean newValue)

getDataScrollerPresenceGroups

public int getDataScrollerPresenceGroups()
Property Name: DataScrollerPresenceGroups
Determines when Group Data Scroller is visible
Default Value is (1).
Returns:
integer value between 0 - 2 (inclusive)

setDataScrollerPresenceGroups

public void setDataScrollerPresenceGroups(int newValue)
Property Name: DataScrollerPresenceGroups
Determines when Group Data Scroller is visible
Default Value is (1).

getPieBarSeries

public int getPieBarSeries()
Property Name: PieBarSeries
Which series is exploded as a Bar in PieBar charts
Default Value is (0).
Returns:
integer value between 0 - 511 (inclusive)

setPieBarSeries

public void setPieBarSeries(int newValue)
Property Name: PieBarSeries
Which series is exploded as a Bar in PieBar charts
Default Value is (0).

getO1LabelMargin

public int getO1LabelMargin()
Property Name: O1LabelMargin
Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
Returns:
integer value between 0 - 100 (inclusive)

setO1LabelMargin

public void setO1LabelMargin(int newValue)
Property Name: O1LabelMargin
Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).

getLabelMargin

public int getLabelMargin()
Method Name: LabelMargin
Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
Returns:
integer value between 0 - 100 (inclusive)

getLabelMargin

public int getLabelMargin(tdg.draw.IdentObj id)

getLabelMargin

public int getLabelMargin(int objectID)

setLabelMargin

public void setLabelMargin(int newValue)

setLabelMargin

public void setLabelMargin(tdg.draw.IdentObj id,
                           int newValue)

setLabelMargin

public void setLabelMargin(int objectID,
                           int newValue)

getDataScrollerPresenceSeries

public int getDataScrollerPresenceSeries()
Property Name: DataScrollerPresenceSeries
Determines when Series Data Scroller is visible
Default Value is (1).
Returns:
integer value between 0 - 2 (inclusive)

setDataScrollerPresenceSeries

public void setDataScrollerPresenceSeries(int newValue)
Property Name: DataScrollerPresenceSeries
Determines when Series Data Scroller is visible
Default Value is (1).

getBiDirectional

public boolean getBiDirectional()
Property Name: BiDirectional
FALSE = Left to Right, TRUE = Right to Left
Default Value is (FALSE).
Returns:
boolean

setBiDirectional

public void setBiDirectional(boolean newValue)
Property Name: BiDirectional
FALSE = Left to Right, TRUE = Right to Left
Default Value is (FALSE).

getAxisTextAutofitMax

public int getAxisTextAutofitMax()
Property Name: AxisTextAutofitMax
Maximum virtual size for Axis Text while autofitted.
Default Value is (2000).
Returns:
integer

setAxisTextAutofitMax

public void setAxisTextAutofitMax(int newValue)
Property Name: AxisTextAutofitMax
Maximum virtual size for Axis Text while autofitted.
Default Value is (2000).

getAxisTextAutofitMin

public int getAxisTextAutofitMin()
Property Name: AxisTextAutofitMin
Minimum virtual size for Axis Text while autofitted.
Default Value is (500).
Returns:
integer

setAxisTextAutofitMin

public void setAxisTextAutofitMin(int newValue)
Property Name: AxisTextAutofitMin
Minimum virtual size for Axis Text while autofitted.
Default Value is (500).

getAxisTextAutofitMode

public int getAxisTextAutofitMode()
Property Name: AxisTextAutofitMode
Determine how Axis Text is Autofitted
Default Value is (0).
Returns:
integer value between 0 - 2 (inclusive)

setAxisTextAutofitMode

public void setAxisTextAutofitMode(int newValue)
Property Name: AxisTextAutofitMode
Determine how Axis Text is Autofitted
Default Value is (0).

getAxisTextAutofitPercent

public int getAxisTextAutofitPercent()
Property Name: AxisTextAutofitPercent
Deviation Percentage for Autofitted Axis Text
Default Value is (10).
Returns:
integer value between 0 - 100 (inclusive)

setAxisTextAutofitPercent

public void setAxisTextAutofitPercent(int newValue)
Property Name: AxisTextAutofitPercent
Deviation Percentage for Autofitted Axis Text
Default Value is (10).

getNestedLabels

public boolean getNestedLabels()
Property Name: NestedLabels
If true, use TDGNestedLabelsObj for nested O1 labels.
Default Value is (FALSE).
Returns:
boolean

setNestedLabels

public void setNestedLabels(boolean newValue)
Property Name: NestedLabels
If true, use TDGNestedLabelsObj for nested O1 labels.
Default Value is (FALSE).

getNestedLabelsUniformStyle

public boolean getNestedLabelsUniformStyle()
Property Name: NestedLabelsUniformStyle
If true, all nested O1 labels have same font, size, style and color.
Default Value is (FALSE).
Returns:
boolean

setNestedLabelsUniformStyle

public void setNestedLabelsUniformStyle(boolean newValue)
Property Name: NestedLabelsUniformStyle
If true, all nested O1 labels have same font, size, style and color.
Default Value is (FALSE).

getDataTextTemplateScatter

public java.lang.String getDataTextTemplateScatter()
Property Name: DataTextTemplateScatter
Template for Data Text Labels for Scatter
Default Value is ([X], [Y]).
Returns:
String

setDataTextTemplateScatter

public void setDataTextTemplateScatter(java.lang.String newValue)
Property Name: DataTextTemplateScatter
Template for Data Text Labels for Scatter
Default Value is ([X], [Y]).

getDataTextTemplateBubble

public java.lang.String getDataTextTemplateBubble()
Property Name: DataTextTemplateBubble
Template for Data Text Labels for Bubble
Default Value is ([SIZE]).
Returns:
String

setDataTextTemplateBubble

public void setDataTextTemplateBubble(java.lang.String newValue)
Property Name: DataTextTemplateBubble
Template for Data Text Labels for Bubble
Default Value is ([SIZE]).

getFontSize

public int getFontSize()
Method Name: FontSize
Font size, in destination coords
Default Value is (12).
Returns:
integer value between 1 - 128 (inclusive)

getFontSize

public int getFontSize(tdg.draw.IdentObj id)

getFontSize

public int getFontSize(int objectID)

setFontSize

public void setFontSize(int newValue)

setFontSize

public void setFontSize(tdg.draw.IdentObj id,
                        int newValue)

setFontSize

public void setFontSize(int objectID,
                        int newValue)

getLegendMarkersPerRow

public int getLegendMarkersPerRow()
Property Name: LegendMarkersPerRow
0 means use number of series
Default Value is (0).
Returns:
integer value between 0 - 9999 (inclusive)

setLegendMarkersPerRow

public void setLegendMarkersPerRow(int newValue)
Property Name: LegendMarkersPerRow
0 means use number of series
Default Value is (0).

getLegendOrient

public int getLegendOrient()
Property Name: LegendOrient
Controls drawing order of legend items to be Horiz, Vert or Auto (determined by height/width of LegendRect)
Default Value is (2).
Returns:
integer value between 0 - 2 (inclusive)

setLegendOrient

public void setLegendOrient(int newValue)
Property Name: LegendOrient
Controls drawing order of legend items to be Horiz, Vert or Auto (determined by height/width of LegendRect)
Default Value is (2).

getLogScaleBase

public double getLogScaleBase()
Method Name: LogScaleBase
Logarithmic Scale Base
Default Value is (10.0).
Returns:
double

getLogScaleBase

public double getLogScaleBase(tdg.draw.IdentObj id)

getLogScaleBase

public double getLogScaleBase(int objectID)

setLogScaleBase

public void setLogScaleBase(double newValue)

setLogScaleBase

public void setLogScaleBase(tdg.draw.IdentObj id,
                            double newValue)

setLogScaleBase

public void setLogScaleBase(int objectID,
                            double newValue)

getMoveAxisTitles

public boolean getMoveAxisTitles()
Property Name: MoveAxisTitles
Allow axis titles to be movable
Default Value is (FALSE).
Returns:
boolean

setMoveAxisTitles

public void setMoveAxisTitles(boolean newValue)
Property Name: MoveAxisTitles
Allow axis titles to be movable
Default Value is (FALSE).

getPieBarLabelString

public java.lang.String getPieBarLabelString()
Property Name: PieBarLabelString
NONE
Default Value is (NULLSTRING).
Returns:
String

setPieBarLabelString

public void setPieBarLabelString(java.lang.String newValue)
Property Name: PieBarLabelString
NONE
Default Value is (NULLSTRING).

getPieBarLabelDisplay

public boolean getPieBarLabelDisplay()
Property Name: PieBarLabelDisplay
NONE
Default Value is (TRUE).
Returns:
boolean

setPieBarLabelDisplay

public void setPieBarLabelDisplay(boolean newValue)
Property Name: PieBarLabelDisplay
NONE
Default Value is (TRUE).

getChartBackground

public tdg.draw.IdentObj getChartBackground()

getFrame

public tdg.draw.IdentObj getFrame()

getFootnote

public tdg.draw.IdentObj getFootnote()

getSubtitle

public tdg.draw.IdentObj getSubtitle()

getTitle

public tdg.draw.IdentObj getTitle()

getY1Title

public tdg.draw.IdentObj getY1Title()

getY2Title

public tdg.draw.IdentObj getY2Title()

getO1Title

public tdg.draw.IdentObj getO1Title()

getO2Title

public tdg.draw.IdentObj getO2Title()

getX1Title

public tdg.draw.IdentObj getX1Title()

getLegendArea

public tdg.draw.IdentObj getLegendArea()

getLegendMarker

public tdg.draw.IdentObj getLegendMarker()

getLegendText

public tdg.draw.IdentObj getLegendText()

getFrameSide

public tdg.draw.IdentObj getFrameSide()

getFrameBottom

public tdg.draw.IdentObj getFrameBottom()

getFrameSeparator

public tdg.draw.IdentObj getFrameSeparator()

getSpectralLegendMarker

public tdg.draw.IdentObj getSpectralLegendMarker()

getGroupScroller

public tdg.draw.IdentObj getGroupScroller()

getGroupScrollerThumb

public tdg.draw.IdentObj getGroupScrollerThumb()

getGroupScrollerEditBox

public tdg.draw.IdentObj getGroupScrollerEditBox()

getGroupScrollerEditLeft

public tdg.draw.IdentObj getGroupScrollerEditLeft()

getGroupScrollerEditThumb

public tdg.draw.IdentObj getGroupScrollerEditThumb()

getGroupScrollerEditRight

public tdg.draw.IdentObj getGroupScrollerEditRight()

getSeriesScroller

public tdg.draw.IdentObj getSeriesScroller()

getSeriesScrollerThumb

public tdg.draw.IdentObj getSeriesScrollerThumb()

getSeriesScrollerEditBox

public tdg.draw.IdentObj getSeriesScrollerEditBox()

getSeriesScrollerEditLeft

public tdg.draw.IdentObj getSeriesScrollerEditLeft()

getSeriesScrollerEditThumb

public tdg.draw.IdentObj getSeriesScrollerEditThumb()

getSeriesScrollerEditRight

public tdg.draw.IdentObj getSeriesScrollerEditRight()

getNestedO1Label0

public tdg.draw.IdentObj getNestedO1Label0()

getNestedO1Label1

public tdg.draw.IdentObj getNestedO1Label1()

getNestedO1Label2

public tdg.draw.IdentObj getNestedO1Label2()

getNestedO1Label3

public tdg.draw.IdentObj getNestedO1Label3()

getNestedO1Label4

public tdg.draw.IdentObj getNestedO1Label4()

getNestedO1Label5

public tdg.draw.IdentObj getNestedO1Label5()

getNestedO1Label6

public tdg.draw.IdentObj getNestedO1Label6()

getNestedO1Label7

public tdg.draw.IdentObj getNestedO1Label7()

getNestedO1Label8

public tdg.draw.IdentObj getNestedO1Label8()

getNestedO1LabelLine

public tdg.draw.IdentObj getNestedO1LabelLine()

getCurveFitLineRiser

public tdg.draw.IdentObj getCurveFitLineRiser()

getCurveFitEquationText

public tdg.draw.IdentObj getCurveFitEquationText()

getCurveFitCorrelationText

public tdg.draw.IdentObj getCurveFitCorrelationText()

getAreaRiser

public tdg.draw.IdentObj getAreaRiser()

getLineRiser

public tdg.draw.IdentObj getLineRiser()

getLineMarker

public tdg.draw.IdentObj getLineMarker()

getDataText

public tdg.draw.IdentObj getDataText()

getO1AxisLine

public tdg.draw.IdentObj getO1AxisLine()

getO1Label

public tdg.draw.IdentObj getO1Label()

getO1MajorGrid

public tdg.draw.IdentObj getO1MajorGrid()

getO1MinorGrid

public tdg.draw.IdentObj getO1MinorGrid()

getO2AxisLine

public tdg.draw.IdentObj getO2AxisLine()

getO2Label

public tdg.draw.IdentObj getO2Label()

getO2MajorGrid

public tdg.draw.IdentObj getO2MajorGrid()

getO2MinorGrid

public tdg.draw.IdentObj getO2MinorGrid()

getBarRiser

public tdg.draw.IdentObj getBarRiser()

getX1AxisLine

public tdg.draw.IdentObj getX1AxisLine()

getX1Label

public tdg.draw.IdentObj getX1Label()

getX1MajorGrid

public tdg.draw.IdentObj getX1MajorGrid()

getX1MinorGrid

public tdg.draw.IdentObj getX1MinorGrid()

getY1AxisLine

public tdg.draw.IdentObj getY1AxisLine()

getY1Label

public tdg.draw.IdentObj getY1Label()

getY1MajorGrid

public tdg.draw.IdentObj getY1MajorGrid()

getY1MinorGrid

public tdg.draw.IdentObj getY1MinorGrid()

getY2AxisLine

public tdg.draw.IdentObj getY2AxisLine()

getY2Label

public tdg.draw.IdentObj getY2Label()

getY2MajorGrid

public tdg.draw.IdentObj getY2MajorGrid()

getY2MinorGrid

public tdg.draw.IdentObj getY2MinorGrid()

getX1ZeroLine

public tdg.draw.IdentObj getX1ZeroLine()

getY1ZeroLine

public tdg.draw.IdentObj getY1ZeroLine()

getY2ZeroLine

public tdg.draw.IdentObj getY2ZeroLine()

getPieFeelerLine

public tdg.draw.IdentObj getPieFeelerLine()

getPieSliceLabel

public tdg.draw.IdentObj getPieSliceLabel()

getPieLabel

public tdg.draw.IdentObj getPieLabel()

getPieRingLabel

public tdg.draw.IdentObj getPieRingLabel()

getSlice

public tdg.draw.IdentObj getSlice()

getPieBarSlice

public tdg.draw.IdentObj getPieBarSlice()

getSliceCrust

public tdg.draw.IdentObj getSliceCrust()

getPieBarSliceCrust

public tdg.draw.IdentObj getPieBarSliceCrust()

getSliceRing

public tdg.draw.IdentObj getSliceRing()

getPieBarConnectLines

public tdg.draw.IdentObj getPieBarConnectLines()

getPieFrame

public tdg.draw.IdentObj getPieFrame()

getStockRiser

public tdg.draw.IdentObj getStockRiser()

getStock52WeekHighLine

public tdg.draw.IdentObj getStock52WeekHighLine()

getStock52WeekLowLine

public tdg.draw.IdentObj getStock52WeekLowLine()

getStockLowerRiser

public tdg.draw.IdentObj getStockLowerRiser()

getStockCloseTick

public tdg.draw.IdentObj getStockCloseTick()

getStockOpenTick

public tdg.draw.IdentObj getStockOpenTick()

getStockMALine

public tdg.draw.IdentObj getStockMALine()

getStockVolumeRiser

public tdg.draw.IdentObj getStockVolumeRiser()

getStockRisingRiser

public tdg.draw.IdentObj getStockRisingRiser()

getStockFallingRiser

public tdg.draw.IdentObj getStockFallingRiser()

getStockHighLine

public tdg.draw.IdentObj getStockHighLine()

getStockLowLine

public tdg.draw.IdentObj getStockLowLine()

getHistogramRiser

public tdg.draw.IdentObj getHistogramRiser()

getBarRiserSide

public tdg.draw.IdentObj getBarRiserSide()

getBarRiserBottom

public tdg.draw.IdentObj getBarRiserBottom()

getAreaRiserTop

public tdg.draw.IdentObj getAreaRiserTop()

getAreaRiserBottom

public tdg.draw.IdentObj getAreaRiserBottom()

getLineRiserSide

public tdg.draw.IdentObj getLineRiserSide()

getLineRiserTop

public tdg.draw.IdentObj getLineRiserTop()

getQuadrantLine

public tdg.draw.IdentObj getQuadrantLine()

getScatterQuadrantLine

public tdg.draw.IdentObj getScatterQuadrantLine()

getSpectralMarker

public tdg.draw.IdentObj getSpectralMarker()

getPieBarRiser

public tdg.draw.IdentObj getPieBarRiser()

getPieBarRiserSide

public tdg.draw.IdentObj getPieBarRiserSide()

getPieBarRiserTop

public tdg.draw.IdentObj getPieBarRiserTop()

getX1QualityAxisLower

public tdg.draw.IdentObj getX1QualityAxisLower()

getX1QualityAxisMedium

public tdg.draw.IdentObj getX1QualityAxisMedium()

getX1QualityAxisHigher

public tdg.draw.IdentObj getX1QualityAxisHigher()

getX1QualityLabelLower

public tdg.draw.IdentObj getX1QualityLabelLower()

getX1QualityLabelMedium

public tdg.draw.IdentObj getX1QualityLabelMedium()

getX1QualityLabelHigher

public tdg.draw.IdentObj getX1QualityLabelHigher()

getY1QualityAxisLower

public tdg.draw.IdentObj getY1QualityAxisLower()

getY1QualityAxisMedium

public tdg.draw.IdentObj getY1QualityAxisMedium()

getY1QualityAxisHigher

public tdg.draw.IdentObj getY1QualityAxisHigher()

getY1QualityLabelLower

public tdg.draw.IdentObj getY1QualityLabelLower()

getY1QualityLabelMedium

public tdg.draw.IdentObj getY1QualityLabelMedium()

getY1QualityLabelHigher

public tdg.draw.IdentObj getY1QualityLabelHigher()

getY2QualityAxisLower

public tdg.draw.IdentObj getY2QualityAxisLower()

getY2QualityAxisMedium

public tdg.draw.IdentObj getY2QualityAxisMedium()

getY2QualityAxisHigher

public tdg.draw.IdentObj getY2QualityAxisHigher()

getY2QualityLabelLower

public tdg.draw.IdentObj getY2QualityLabelLower()

getY2QualityLabelMedium

public tdg.draw.IdentObj getY2QualityLabelMedium()

getY2QualityLabelHigher

public tdg.draw.IdentObj getY2QualityLabelHigher()

getCubeFloor

public tdg.draw.IdentObj getCubeFloor()

getCubeLeftWall

public tdg.draw.IdentObj getCubeLeftWall()

getCubeRightWall

public tdg.draw.IdentObj getCubeRightWall()

getCubeRiserFace

public tdg.draw.IdentObj getCubeRiserFace()

getCubeRiserGridX

public tdg.draw.IdentObj getCubeRiserGridX()

getCubeRiserGridY

public tdg.draw.IdentObj getCubeRiserGridY()

getCubeRiserGridZ

public tdg.draw.IdentObj getCubeRiserGridZ()

getCubeFloorGridX

public tdg.draw.IdentObj getCubeFloorGridX()

getCubeFloorGridZ

public tdg.draw.IdentObj getCubeFloorGridZ()

getCubeLeftWallGridY

public tdg.draw.IdentObj getCubeLeftWallGridY()

getCubeLeftWallGridZ

public tdg.draw.IdentObj getCubeLeftWallGridZ()

getCubeRightWallGridX

public tdg.draw.IdentObj getCubeRightWallGridX()

getCubeRightWallGridY

public tdg.draw.IdentObj getCubeRightWallGridY()

getO1Axis

public tdg.draw.IdentObj getO1Axis()

getO2Axis

public tdg.draw.IdentObj getO2Axis()

getX1Axis

public tdg.draw.IdentObj getX1Axis()

getY1Axis

public tdg.draw.IdentObj getY1Axis()

getY2Axis

public tdg.draw.IdentObj getY2Axis()

getColorByHeight

public tdg.draw.IdentObj getColorByHeight()

getSeries

public tdg.draw.IdentObj getSeries(int nSeries)

getGroup

public tdg.draw.IdentObj getGroup(int nGroup)

getSeriesGroup

public tdg.draw.IdentObj getSeriesGroup(int nSeries,
                                        int nGroup)

getGlobal

public tdg.draw.IdentObj getGlobal()

getAreaRiser

public tdg.draw.IdentObj getAreaRiser(int s,
                                      int g)

getBarRiser

public tdg.draw.IdentObj getBarRiser(int s,
                                     int g)

getCurveFitEquationText

public tdg.draw.IdentObj getCurveFitEquationText(int s)

getCurveFitLineRiser

public tdg.draw.IdentObj getCurveFitLineRiser(int s)

getDataText

public tdg.draw.IdentObj getDataText(int s,
                                     int g)

getLegendMarker

public tdg.draw.IdentObj getLegendMarker(int s)

getLegendText

public tdg.draw.IdentObj getLegendText(int s)

getLineMarker

public tdg.draw.IdentObj getLineMarker(int s,
                                       int g)

getLineRiser

public tdg.draw.IdentObj getLineRiser(int s,
                                      int g)

getO1Label

public tdg.draw.IdentObj getO1Label(int g)

getPieBarConnectLineBottom

public tdg.draw.IdentObj getPieBarConnectLineBottom()

getPieBarConnectLineTop

public tdg.draw.IdentObj getPieBarConnectLineTop()

getPieBarSlice

public tdg.draw.IdentObj getPieBarSlice(int s,
                                        int g)

getPieFeelerLine

public tdg.draw.IdentObj getPieFeelerLine(int s,
                                          int g)

getPieSliceLabel

public tdg.draw.IdentObj getPieSliceLabel(int s,
                                          int g)

getPieLabel

public tdg.draw.IdentObj getPieLabel(int g)

getPieRingLabel

public tdg.draw.IdentObj getPieRingLabel(int g)

getSlice

public tdg.draw.IdentObj getSlice(int s,
                                  int g)

getSpectralLegendMarker

public tdg.draw.IdentObj getSpectralLegendMarker(int i)

getStockMALine

public tdg.draw.IdentObj getStockMALine(int s,
                                        int g)

getStockVolumeRiser

public tdg.draw.IdentObj getStockVolumeRiser(int g)

getStockCloseTick

public tdg.draw.IdentObj getStockCloseTick(int s,
                                           int g)

getStockOpenTick

public tdg.draw.IdentObj getStockOpenTick(int s,
                                          int g)

getStockRisingRiser

public tdg.draw.IdentObj getStockRisingRiser(int s,
                                             int g)

getStockFallingRiser

public tdg.draw.IdentObj getStockFallingRiser(int s,
                                              int g)