All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tdg.PerspectiveBase

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

public class PerspectiveBase
extends JPanel

Variable Index

 o m_config
 o MAX_EXCEPTIONAL_RISERS

Constructor Index

 o PerspectiveBase()

Method Index

 o addPerspectiveListener(TDGListener)
 o getAreaRiser()
 o getAreaRiser(int, int)
 o getAreaRiserBottom()
 o getAreaRiserTop()
 o getAutofit()
Method Name: Autofit
Turn on text autofitting?
Default Value is (FALSE).
 o getAutofit(IdentObj)
 o getAutofit(int)
 o 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.
 o getAutoSkip()
Method Name: AutoSkip
Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
 o getAutoSkip(IdentObj)
 o getAutoSkip(int)
 o getAxisAssignment()
Method Name: AxisAssignment
0 is Y1, 1 is Y2
Default Value is (0).
 o getAxisAssignment(IdentObj)
 o getAxisAssignment(int)
 o getAxisDescending()
Method Name: AxisDescending
True means Descending
Default Value is (FALSE).
 o getAxisDescending(IdentObj)
 o getAxisDescending(int)
 o 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).
 o getAxisSide(IdentObj)
 o getAxisSide(int)
 o getAxisTextAutofitMax()
Property Name: AxisTextAutofitMax
Maximum virtual size for Axis Text while autofitted.
Default Value is (2000).
 o getAxisTextAutofitMin()
Property Name: AxisTextAutofitMin
Minimum virtual size for Axis Text while autofitted.
Default Value is (500).
 o getAxisTextAutofitMode()
Property Name: AxisTextAutofitMode
Determine how Axis Text is Autofitted
Default Value is (0).
 o getAxisTextAutofitPercent()
Property Name: AxisTextAutofitPercent
Deviation Percentage for Autofitted Axis Text
Default Value is (10).
 o getBarRiser()
 o getBarRiser(int, int)
 o getBarRiserBottom()
 o getBarRiserSide()
 o getBiDirectional()
Property Name: BiDirectional
FALSE = Left to Right, TRUE = Right to Left
Default Value is (FALSE).
 o getChartBackground()
 o getColorByHeight()
 o getColorMode()
Property Name: ColorMode
Changes between the five different "Coloring" modes:
0 = Color by Series
1 = ???
2 = ???
3 = ???
4= ???
5= ???
Default Value is (0).
 o getConnectLineMarkers()
Property Name: ConnectLineMarkers
Should the markers in a Line chart be connected by a line? Default is TRUE.
 o getConnectScatterMarkers()
Property Name: ConnectScatterMarkers
Has a visible effect on Scatter charts only.
 o getCubeFloor()
 o getCubeFloorGridX()
 o getCubeFloorGridZ()
 o getCubeFocusFactor()
Property Name: CubeFocusFactor
The ocus factor for setting perspective distortion.
 o 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).
 o getCubeLeftWall()
 o getCubeLeftWallGridY()
 o getCubeLeftWallGridZ()
 o getCubeLightSourceX()
Property Name: CubeLightSourceX
X-coord (unit space) of light source
Default Value is (0).
 o getCubeLightSourceY()
Property Name: CubeLightSourceY
Y-coord (unit space) of light source
Default Value is (1).
 o getCubeLightSourceZ()
Property Name: CubeLightSourceZ
Z-coord (unit space) of light source
Default Value is (1).
 o getCubePanX()
Property Name: CubePanX
Pan (in 2D virtual coordinates) in X direction
Default Value is (0).
 o getCubePanY()
Property Name: CubePanY
Pan (in 2D virtual coordinates) in Y direction
Default Value is (0).
 o getCubeRightWall()
 o getCubeRightWallGridX()
 o getCubeRightWallGridY()
 o getCubeRiserFace()
 o getCubeRiserGridX()
 o getCubeRiserGridY()
 o getCubeRiserGridZ()
 o getCubeSizeX()
Property Name: CubeSizeX
Size of the 3D cube in the (user) X-direction.
 o getCubeSizeY()
Property Name: CubeSizeY
Size of the 3D cube in the (user) Y-direction.
 o getCubeSizeZ()
Property Name: CubeSizeZ
Size of the 3D cube in the (user) Z-direction.
 o getCubeSquareRisers()
Property Name: CubeSquareRisers
If TRUE, forces the aspect ratio of 3D risers to be perfectly sqaure, no matter what the cube dimensions are.
 o getCubeTranslationX()
Property Name: CubeTranslationX
Translation (in 3D cube coordinates) in the X direction.
Default Value is (50).
 o getCubeTranslationY()
Property Name: CubeTranslationY
Translation (in 3D cube coordinates) in Y direction.
Default Value is (50).
 o getCubeTranslationZ()
Property Name: CubeTranslationZ
Translation (in 3D cube coordinates) in Z direction.
Default Value is (50).
 o getCubeViewerX()
Property Name: CubeViewerX
Viewer location (in 3D cube coordinates) in the X direction.
Default Value is (50).
 o getCubeViewerY()
Property Name: CubeViewerY
Viewer location (in 3D cube coordinates) in the Y direction.
Default Value is (100).
 o getCubeViewerZ()
Property Name: CubeViewerZ
Viewer location (in 3D cube coordinates) in the Z direction.
Default Value is (33).
 o getCubeWallThickX()
Property Name: CubeWallThickX
Thickness of the 3D cube wall in the (user) X-direction.
Default Value is (25).
 o getCubeWallThickY()
Property Name: CubeWallThickY
Thickness of the 3D cube wall in the (user) Y-direction.
Default Value is (30).
 o getCubeWallThickZ()
Property Name: CubeWallThickZ
Thickness of the 3D cube wall in the (user) Z-direction.
Default Value is (25).
 o getCubeZoomFactor()
Property Name: CubeZoomFactor
Global scaling factor for zooming in/out (above 1 is zoomed in).
Default Value is (50).
 o getDataItemsAlongSeries()
Property Name: DataItemsAlongSeries
Are the data items aligned parallel to the series (both rows, or both columns)?
Default Value is (TRUE).
 o 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).
 o getDataScrollerPresenceGroups()
Property Name: DataScrollerPresenceGroups
Determines when Group Data Scroller is visible
Default Value is (1).
 o getDataScrollerPresenceSeries()
Property Name: DataScrollerPresenceSeries
Determines when Series Data Scroller is visible
Default Value is (1).
 o getDataText()
 o getDataText(int, int)
 o 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).
 o getDataTextAngle(IdentObj)
 o getDataTextAngle(int)
 o getDataTextAngle(int, int)
 o getDataTextAngleDefault()
Property Name: DataTextAngleDefault
Angle from center point that all data text is drawn from.
 o getDataTextDisplay()
Property Name: DataTextDisplay
If TRUE, displays the data values for the selected IdentObj elements.
 o getDataTextFormat()
Property Name: DataTextFormat
(Number) Format for the default data text position.
 o getDataTextFormatPattern()
Property Name: DataTextFormatPattern
(Number) Custom format for the data text.
Default Value is (#.#).
 o 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).
 o 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).
 o getDataTextRadius(IdentObj)
 o getDataTextRadius(int)
 o getDataTextRadius(int, int)
 o getDataTextRadiusDefault()
Property Name: DataTextRadiusDefault
Radius that a Data text value will be drawn out from the center of a chart riser by default.
 o getDataTextTemplateBubble()
Property Name: DataTextTemplateBubble
Template for Data Text Labels for Bubble
Default Value is ([SIZE]).
 o 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).
 o getDataTextTemplateScatter()
Property Name: DataTextTemplateScatter
Template for Data Text Labels for Scatter
Default Value is ([X], [Y]).
 o 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).
 o 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).
 o getDisplay()
Method Name: Display
Whether the specified object is displayed
Default Value is (TRUE).
 o getDisplay(IdentObj)
 o getDisplay(int)
 o getDisplay3DFloor()
Property Name: Display3DFloor
Display the floor of the 3D cube?
Default Value is (TRUE).
 o getDisplay3DLeftWall()
Property Name: Display3DLeftWall
Display the left wall of the 3D cube?
Default Value is (TRUE).
 o getDisplay3DRightWall()
Property Name: Display3DRightWall
Display the right wall of the 3D cube?
Default Value is (TRUE).
 o getDisplayBarAsPictograph()
Property Name: DisplayBarAsPictograph
Display Bar as Pictograph (Only for Flat 2D)
Default Value is (FALSE).
 o getDisplayOffScale()
Method Name: DisplayOffScale
Whether to cut off data point or leave blank
Default Value is (TRUE).
 o getDisplayOffScale(IdentObj)
 o getDisplayOffScale(int)
 o getDualAxisLineDisplay()
Property Name: DualAxisLineDisplay
Display line separating axis
Default Value is (FALSE).
 o getDualAxisSplitPosition()
Property Name: DualAxisSplitPosition
Position within the chart frame that the DualY split position will be created.
 o getExactColorByHeight()
Property Name: ExactColorByHeight
If true, interpolate color "exactly", else use closest color on spectral legend.
Default Value is (TRUE).
 o getExcludeMaxLabel()
Method Name: ExcludeMaxLabel
Exclude Max Label on Axis
Default Value is (FALSE).
 o getExcludeMaxLabel(IdentObj)
 o getExcludeMaxLabel(int)
 o getExcludeMinLabel()
Method Name: ExcludeMinLabel
Exclude Min Label on Axis
Default Value is (FALSE).
 o getExcludeMinLabel(IdentObj)
 o getExcludeMinLabel(int)
 o getFontName()
Method Name: FontName
Font name
Default Value is (Serif).
 o getFontName(IdentObj)
 o getFontName(int)
 o getFontSize()
Method Name: FontSize
Font size, in destination coords
Default Value is (12).
 o getFontSize(IdentObj)
 o getFontSize(int)
 o getFontSizeVC()
Method Name: FontSizeVC
Font size, in virtual coords
Default Value is (1000).
 o getFontSizeVC(IdentObj)
 o getFontSizeVC(int)
 o getFontStyle()
Method Name: FontStyle
Font style
Default Value is (0).
 o getFontStyle(IdentObj)
 o getFontStyle(int)
 o getFootnote()
 o getFootnoteAutofit()
Property Name: FootnoteAutofit
Perform text autofitting on the chart footnote?
Default Value is (FALSE).
 o getFootnoteDisplay()
Property Name: FootnoteDisplay
Display the footnote?
Default Value is (TRUE).
 o getFootnoteString()
Property Name: FootnoteString
Text string for the chart footnote.
Default Value is (NULLSTRING).
 o getFrame()
 o getFrameBottom()
 o getFrameDisplay()
Property Name: FrameDisplay
Display the frame?
Default Value is (TRUE).
 o getFrameSeparator()
 o getFrameSide()
 o getGlobal()
 o getGrid3DFloorDisplayX()
Property Name: Grid3DFloorDisplayX
Display Floor grids attached to (user) X-axis?
Default Value is (FALSE).
 o getGrid3DFloorDisplayZ()
Property Name: Grid3DFloorDisplayZ
Display Floor grids attached to (user) Z-axis?
Default Value is (FALSE).
 o getGrid3DLeftWallDisplayY()
Property Name: Grid3DLeftWallDisplayY
Display Left Wall grids attached to (user) Y-axis?
Default Value is (FALSE).
 o getGrid3DLeftWallDisplayZ()
Property Name: Grid3DLeftWallDisplayZ
Display Left Wall grids attached to (user) Z-axis?
Default Value is (TRUE).
 o getGrid3DRightWallDisplayX()
Property Name: Grid3DRightWallDisplayX
Display Right Wall grids attached to (user) X-axis?
Default Value is (FALSE).
 o getGrid3DRightWallDisplayY()
Property Name: Grid3DRightWallDisplayY
Display Right Wall grids attached to (user) Y-axis?
Default Value is (TRUE).
 o getGrid3DRiserDisplayX()
Property Name: Grid3DRiserDisplayX
Display Riser grids attached to (user) X-axis?
Default Value is (FALSE).
 o getGrid3DRiserDisplayY()
Property Name: Grid3DRiserDisplayY
Display Riser grids attached to (user) Y-axis?
Default Value is (FALSE).
 o getGrid3DRiserDisplayZ()
Property Name: Grid3DRiserDisplayZ
Display Riser grids attached to (user) Z-axis?
Default Value is (FALSE).
 o getGridCount()
Method Name: GridCount
Number of Minor Grids for Ordinal Axis
Default Value is (1).
 o getGridCount(IdentObj)
 o getGridCount(int)
 o getGridStep()
Method Name: GridStep
What is the scale step (between gridlines) for specified numeric axis?
Default Value is (15).
 o getGridStep(IdentObj)
 o getGridStep(int)
 o getGridStepAuto()
Method Name: GridStepAuto
Is gridline scale step automatically calculated?
Default Value is (TRUE).
 o getGridStepAuto(IdentObj)
 o getGridStepAuto(int)
 o getGridStyle()
Method Name: GridStyle
Solid, dashed, etc.
Default Value is (0).
 o getGridStyle(IdentObj)
 o getGridStyle(int)
 o getGroup(int)
 o getGroupLabel()
Method Name: GroupLabel
Text String for Group
Default Value is (NULLSTRING).
 o getGroupLabel(IdentObj)
 o getGroupLabel(int)
 o getGroupScroller()
 o getGroupScrollerEditBox()
 o getGroupScrollerEditLeft()
 o getGroupScrollerEditRight()
 o getGroupScrollerEditThumb()
 o getGroupScrollerThumb()
 o getHistogramRiser()
 o getIgnoreSeries()
Method Name: IgnoreSeries
TRUE ignores this series
Default Value is (FALSE).
 o getIgnoreSeries(IdentObj)
 o getIgnoreSeries(int)
 o getLabelMargin()
Method Name: LabelMargin
Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
 o getLabelMargin(IdentObj)
 o getLabelMargin(int)
 o getLabelStagger()
Method Name: LabelStagger
Stagger this (axis) label?
Default Value is (FALSE).
 o getLabelStagger(IdentObj)
 o getLabelStagger(int)
 o getLegendArea()
 o getLegendAutomatic()
Property Name: LegendAutomatic
Let engine automagically position and size legend?
Default Value is (TRUE).
 o getLegendDisplay()
Property Name: LegendDisplay
Display the legend text?
Default Value is (TRUE).
 o getLegendMarker()
 o getLegendMarker(int)
 o getLegendMarkerPosition()
Property Name: LegendMarkerPosition
Position of legend marker relative to legend text.
Default Value is (0).
 o getLegendMarkersPerCol()
Property Name: LegendMarkersPerCol
0 means automatic
Default Value is (0).
 o getLegendMarkersPerRow()
Property Name: LegendMarkersPerRow
0 means automatic
Default Value is (0).
 o getLegendReverse()
Property Name: LegendReverse
Draw legend in reverse order?
Default Value is (FALSE).
 o getLegendText()
 o getLegendText(int)
 o getLegendTextAutofit()
Property Name: LegendTextAutofit
Autofit the legend text or not?
Default Value is (FALSE).
 o getLineMarker()
 o getLineMarker(int, int)
 o getLineRiser()
 o getLineRiser(int, int)
 o getLineRiserSide()
 o getLineRiserTop()
 o getLogScale()
Method Name: LogScale
Is specified numeric axis logarithmic?
Default Value is (FALSE).
 o getLogScale(IdentObj)
 o getLogScale(int)
 o getManualRedraw()
Property: ManualRedraw True means no redraws until user explicitly calls for one Status: Done
 o getMarkerDisplay()
Property Name: MarkerDisplay
Turns markers on or off for any 2D chart.
 o getMarkerSize()
Method Name: MarkerSize
Marker size for specified point (s,g), series (s)
Default Value is (30).
 o getMarkerSize(IdentObj)
 o getMarkerSize(int)
 o getMarkerSize(int, int)
 o getMarkerSizeDefault()
Property Name: MarkerSizeDefault
Marker size unless a specific (s,g) point overrides; bubble charts ignore this.
Default Value is (30).
 o getNestedLabels()
Property Name: NestedLabels
If true, use TDGNestedLabelsObj for nested O1 labels.
Default Value is (FALSE).
 o getNestedLabelsUniformStyle()
Property Name: NestedLabelsUniformStyle
If true, all nested O1 labels have same font, size, style and color.
Default Value is (FALSE).
 o getNestedO1Label0()
 o getNestedO1Label1()
 o getNestedO1Label2()
 o getNestedO1Label3()
 o getNestedO1Label4()
 o getNestedO1Label5()
 o getNestedO1Label6()
 o getNestedO1Label7()
 o getNestedO1Label8()
 o getNestedO1LabelLine()
 o getO1Axis()
 o getO1AxisLine()
 o getO1AxisLineDisplay()
Property Name: O1AxisLineDisplay
Dispay O1 Axis Line
Default Value is (FALSE).
 o 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).
 o getO1ExcludeMaxLabel()
Property Name: O1ExcludeMaxLabel
Exclude Max Label on this Axis.
Default Value is (FALSE).
 o getO1ExcludeMinLabel()
Property Name: O1ExcludeMinLabel
Exclude Min Label on this Axis.
Default Value is (FALSE).
 o getO1Label()
 o getO1LabelAutofit()
Property Name: O1LabelAutofit
Autofit this label or not?
Default Value is (FALSE).
 o getO1LabelAutoSkip()
Property Name: O1LabelAutoSkip
Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
 o getO1LabelDisplay()
Property Name: O1LabelDisplay
Display the labels for the O1 (Group) axis of this chart?
Default Value is (TRUE).
 o getO1LabelMargin()
Property Name: O1LabelMargin
Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
 o getO1LabelRotate()
Property Name: O1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o getO1LabelSkipBegin()
Property Name: O1LabelSkipBegin
Manual Label Skip Begin Label
Default Value is (0).
 o getO1LabelSkipCount()
Property Name: O1LabelSkipCount
Manual Label Skip Number of Labels to Skip
Default Value is (0).
 o 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).
 o 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).
 o getO1MajorGrid()
 o getO1MajorGridDisplay()
Property Name: O1MajorGridDisplay
Display the O1 major gridlines?
Default Value is (TRUE).
 o 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).
 o getO1MinorGrid()
 o getO1MinorGridCount()
Property Name: O1MinorGridCount
Number of Minor Grids for O1 Axis
Default Value is (1).
 o getO1MinorGridDisplay()
Property Name: O1MinorGridDisplay
Display the O1 (Group) axis minor gridlines?
Default Value is (FALSE).
 o 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).
 o getO1Title()
 o 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).
 o 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).
 o getO1TitleString()
Property Name: O1TitleString
Text string for the O1 (Group) axis title.
Default Value is (NULLSTRING).
 o getO2Axis()
 o getO2AxisLine()
 o getO2ExcludeMaxLabel()
Property Name: O2ExcludeMaxLabel
Exclude Max Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 o getO2ExcludeMinLabel()
Property Name: O2ExcludeMinLabel
Exclude Min Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 o getO2Label()
 o 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.
 o getO2LabelDisplay()
Property Name: O2LabelDisplay
NONE
Default Value is (TRUE).
 o getO2LabelRotate()
Property Name: O2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o getO2LabelWrap()
Property Name: O2LabelWrap
NONE
Default Value is (FALSE).
 o getO2MajorGrid()
 o getO2MinorGrid()
 o getO2Title()
 o getO2TitleAutofit()
Property Name: O2TitleAutofit
NONE
Default Value is (FALSE).
 o getO2TitleDisplay()
Property Name: O2TitleDisplay
NONE
Default Value is (TRUE).
 o getO2TitleString()
Property Name: O2TitleString
NONE
Default Value is (NULLSTRING).
 o getPieBarConnectLineBottom()
 o getPieBarConnectLines()
 o getPieBarConnectLineTop()
 o getPieBarRiser()
 o getPieBarRiserSide()
 o getPieBarRiserTop()
 o getPieBarSeries()
Property Name: PieBarSeries
Which series is exploded as a Bar in PieBar charts
Default Value is (0).
 o getPieBarSlice()
 o getPieBarSlice(int, int)
 o getPieBarSliceCrust()
 o getPieDepth()
Property Name: PieDepth
NONE
Default Value is (30).
 o getPieFeelerLine()
 o getPieFeelerLine(int, int)
 o getPieFeelerTextDisplay()
Property Name: PieFeelerTextDisplay
NONE
Default Value is (1).
 o getPieFeelerTextFormat()
Property Name: PieFeelerTextFormat
(Number) Format for the default data text position
Default Value is (0).
 o getPieFeelerTextFormatPattern()
Property Name: PieFeelerTextFormatPattern
(Number) Custom format for the pie feeler text.
Default Value is (#.#).
 o getPieFrame()
 o getPieLabel()
 o getPieLabel(int)
 o getPieLabelDisplay()
Property Name: PieLabelDisplay
Huh? how about some symbolic constants
Default Value is (1).
 o getPieRingLabel()
 o getPieRingLabel(int)
 o getPieRingSize()
Property Name: PieRingSize
Affects only RINGPIE graph type
Default Value is (30).
 o getPieRingTotalDisplay()
Property Name: PieRingTotalDisplay
NONE
Default Value is (TRUE).
 o getPieRingTotalFormat()
Property Name: PieRingTotalFormat
Selects format for Ring Total
Default Value is (0).
 o getPieRingTotalFormatPattern()
Property Name: PieRingTotalFormatPattern
Selects format for Ring Total.
Default Value is (#.#).
 o getPieRotate()
Property Name: PieRotate
0 means 12 o'clock
Default Value is (0).
 o getPieSliceDelete()
Method Name: PieSliceDelete
Whether to delete specified slice (s,g) or slices in series (s)
Default Value is (FALSE).
 o getPieSliceDelete(IdentObj)
 o getPieSliceDelete(int)
 o getPieSliceDelete(int, int)
 o getPieSliceDetach()
Method Name: PieSliceDetach
How much to detach specified slice (s,g), or slices in series (s)
Default Value is (0).
 o getPieSliceDetach(IdentObj)
 o getPieSliceDetach(int)
 o getPieSliceDetach(int, int)
 o getPieSliceLabel()
 o getPieSliceLabel(int, int)
 o getPiesPerRow()
Property Name: PiesPerRow
NONE
Default Value is (2).
 o getPieTilt()
Property Name: PieTilt
NONE
Default Value is (10).
 o getQuadrantLine()
 o getQuadrantLineCountX()
Property Name: QuadrantLineCountX
Number of vertical Quadrant Lines
Default Value is (1).
 o getQuadrantLineCountY()
Property Name: QuadrantLineCountY
Number of horizontal Quadrant Lines
Default Value is (1).
 o 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).
 o getRect(IdentObj)
 o getRect(int)
 o getReshapeEnable()
Property Name: ReshapeEnable
Allow user to move and resize objects?
Default Value is (TRUE).
 o getResizeBarMode()
Property Name: ResizeBarMode
NONE
Default Value is (FALSE).
 o getReverseGroups()
Property Name: ReverseGroups
Draw groups in reverse order
Default Value is (FALSE).
 o getReverseSeries()
Property Name: ReverseSeries
Draw series in reverse order
Default Value is (FALSE).
 o getRiser3DThicknessY()
Property Name: Riser3DThicknessY
NONE
Default Value is (75).
 o getRiserBarGroupSpacing()
Property Name: RiserBarGroupSpacing
NONE
Default Value is (25).
 o getRiserWidth()
Property Name: RiserWidth
NONE
Default Value is (75).
 o getScaleFromZero()
Property Name: ScaleFromZero
Draw bar from 0 or from minimum value?
Default Value is (TRUE).
 o getScaleMax()
Method Name: ScaleMax
What is the scale maximum for specified numeric axis?
Default Value is (150).
 o getScaleMax(IdentObj)
 o getScaleMax(int)
 o getScaleMaxAuto()
Method Name: ScaleMaxAuto
Is scale maximum automatically calculated?
Default Value is (TRUE).
 o getScaleMaxAuto(IdentObj)
 o getScaleMaxAuto(int)
 o getScaleMin()
Method Name: ScaleMin
What is the scale minimum for specified numeric axis?
Default Value is (0).
 o getScaleMin(IdentObj)
 o getScaleMin(int)
 o getScaleMinAuto()
Method Name: ScaleMinAuto
Is scale minimum automatically calculated?
Default Value is (TRUE).
 o getScaleMinAuto(IdentObj)
 o getScaleMinAuto(int)
 o getScaleMustIncludeZero()
Method Name: ScaleMustIncludeZero
Must the scale of the specified axis include zero?
Default Value is (FALSE).
 o getScaleMustIncludeZero(IdentObj)
 o getScaleMustIncludeZero(int)
 o getScatterQuadrantLine()
 o getScrollOffsetGroup()
Property Name: ScrollOffsetGroup
Group offset within DataRange
Default Value is (0).
 o getScrollOffsetSeries()
Property Name: ScrollOffsetSeries
Series offset within DataRange
Default Value is (0).
 o getSelectionEnable()
Property Name: SelectionEnable
Allow user to select objects?
Default Value is (3).
 o getSelectionEnableMove()
Property Name: SelectionEnableMove
Enable objects moving and resizing
Default Value is (TRUE).
 o getSeries(int)
 o getSeriesGroup(int, int)
 o getSeriesLabel()
Method Name: SeriesLabel
Text String for Series
Default Value is (NULLSTRING).
 o getSeriesLabel(IdentObj)
 o getSeriesLabel(int)
 o getSeriesLooping()
Property Name: SeriesLooping
Controls number of unique series colors
Default Value is (32).
 o getSeriesScroller()
 o getSeriesScrollerEditBox()
 o getSeriesScrollerEditLeft()
 o getSeriesScrollerEditRight()
 o getSeriesScrollerEditThumb()
 o getSeriesScrollerThumb()
 o getSeriesType()
Method Name: SeriesType
Specify series type independent of chart type
Default Value is (0).
 o getSeriesType(IdentObj)
 o getSeriesType(int)
 o getShadowDisplay()
Method Name: ShadowDisplay
Display drop shadow on specified object?
Default Value is (FALSE).
 o getShadowDisplay(IdentObj)
 o getShadowDisplay(int)
 o getShadowXOffset()
Method Name: ShadowXOffset
X-offset of drop shadow on specified object
Default Value is (2).
 o getShadowXOffset(IdentObj)
 o getShadowXOffset(int)
 o getShadowXOffsetDefault()
Property Name: ShadowXOffsetDefault
Default x-offset of drop shadow
Default Value is (2).
 o getShadowYOffset()
Method Name: ShadowYOffset
Y-offset of drop shadow on specified object
Default Value is (2).
 o getShadowYOffset(IdentObj)
 o getShadowYOffset(int)
 o getShadowYOffsetDefault()
Property Name: ShadowYOffsetDefault
Default y-offset of drop shadow
Default Value is (2).
 o getSkipBegin()
Method Name: SkipBegin
Manual Label Skip, Begin Label
Default Value is (0).
 o getSkipBegin(IdentObj)
 o getSkipBegin(int)
 o getSkipCount()
Method Name: SkipCount
Manual Label Skip, Number of Labels to Skip
Default Value is (0).
 o getSkipCount(IdentObj)
 o getSkipCount(int)
 o getSlice()
 o getSlice(int, int)
 o getSliceCrust()
 o getSliceRing()
 o getSpectralLegendMarker()
 o getSpectralLegendMarker(int)
 o getSpectralMarker()
 o getSquareMarkers()
Property Name: SquareMarkers
If TRUE, forces the legend markers to be perfect squares.
 o getStock52WeekHighDisplay()
Property Name: Stock52WeekHighDisplay
Show 52-week high line?
Default Value is (TRUE).
 o getStock52WeekHighLine()
 o getStock52WeekHighValue()
Property Name: Stock52WeekHighValue
Set value for 52-week high line.
Default Value is (40).
 o getStock52WeekLowDisplay()
Property Name: Stock52WeekLowDisplay
Show 52-week low line?
Default Value is (TRUE).
 o getStock52WeekLowLine()
 o getStock52WeekLowValue()
Property Name: Stock52WeekLowValue
Set value for 52-week low line.
Default Value is (10).
 o getStockCloseSplitDisplay()
Property Name: StockCloseSplitDisplay
Split riser at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 o getStockCloseTick()
 o getStockCloseTick(int, int)
 o getStockCloseTicksDisplay()
Property Name: StockCloseTicksDisplay
Stock tick at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 o getStockFallingRiser()
 o getStockFallingRiser(int, int)
 o getStockHighLine()
 o getStockLowerRiser()
 o getStockLowLine()
 o getStockMALine()
 o getStockMALine(int, int)
 o getStockMovingAverageDisplay()
Property Name: StockMovingAverageDisplay
Show moving average line?
Default Value is (TRUE).
 o getStockOpenTick()
 o getStockOpenTick(int, int)
 o getStockOpenTicksDisplay()
Property Name: StockOpenTicksDisplay
Stock tick at open value? Does nothing if Open data not available.
Default Value is (TRUE).
 o getStockRiser()
 o getStockRisingRiser()
 o getStockRisingRiser(int, int)
 o getStockTickLength()
Property Name: StockTickLength
How far the ticks extend by percentage of available space.
Default Value is (50).
 o getStockVolumeRiser()
 o getStockVolumeRiser(int)
 o getSubtitle()
 o getSubtitleAutofit()
Property Name: SubtitleAutofit
NONE
Default Value is (FALSE).
 o getSubtitleDisplay()
Property Name: SubtitleDisplay
NONE
Default Value is (TRUE).
 o getSubtitleString()
Property Name: SubtitleString
NONE
Default Value is (NULLSTRING).
 o getTextAutofitMax()
Property Name: TextAutofitMax
Maximum virtual size for text autofitting.
Default Value is (2200).
 o getTextAutofitMin()
Property Name: TextAutofitMin
Minimum virtual size for text autofitting.
Default Value is (200).
 o getTextFormatPattern()
Method Name: TextFormatPattern
(Number) Format for specified object
Default Value is (#.#).
 o getTextFormatPattern(IdentObj)
 o getTextFormatPattern(int)
 o getTextFormatPreset()
Method Name: TextFormatPreset
Standard Format for the text
Default Value is (0).
 o getTextFormatPreset(IdentObj)
 o getTextFormatPreset(int)
 o getTextJustHoriz()
Method Name: TextJustHoriz
Horizontal justification
Default Value is (1).
 o getTextJustHoriz(IdentObj)
 o getTextJustHoriz(int)
 o getTextJustVert()
Method Name: TextJustVert
Vertical justification
Default Value is (1).
 o getTextJustVert(IdentObj)
 o getTextJustVert(int)
 o getTextRotation()
Method Name: TextRotation
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o getTextRotation(IdentObj)
 o getTextRotation(int)
 o getTextString()
Method Name: TextString
Sets the string to be displayed in a text object
Default Value is (NULLSTRING).
 o getTextString(IdentObj)
 o getTextString(int)
 o getTextWrap()
Method Name: TextWrap
Turn on text wrapping?
Default Value is (FALSE).
 o getTextWrap(IdentObj)
 o getTextWrap(int)
 o getTitle()
 o getTitleAutofit()
Property Name: TitleAutofit
NONE
Default Value is (FALSE).
 o getTitleDisplay()
Property Name: TitleDisplay
NONE
Default Value is (TRUE).
 o getTitleString()
Property Name: TitleString
NONE
Default Value is (NULLSTRING).
 o getToolTipCustomString()
Method Name: ToolTipCustomString
Custom string for ToolTip Customization
Default Value is (NULLSTRING).
 o getToolTipCustomString(IdentObj)
 o getToolTipCustomString(int)
 o getToolTipCustomString(int, int)
 o getToolTipDisplay()
Property Name: ToolTipDisplay
Display CharTips and WidgeTips
Default Value is (FALSE).
 o getToolTipMode()
Property Name: ToolTipMode
Toggle CharTips between explicit Developer Info and User Level Info (FALSE == USER)
Default Value is (FALSE).
 o getURL()
Method Name: URL
Universal Resource Locator for any specific Object
Default Value is (NULLSTRING).
 o getURL(IdentObj)
 o getURL(int)
 o getURL(int, int)
 o getURLTarget()
Method Name: URLTarget
Frame Target for URL associated with any specific Object
Default Value is (NULLSTRING).
 o getURLTarget(IdentObj)
 o getURLTarget(int)
 o getURLTarget(int, int)
 o getUseOffScreen()
Property: UseOffScreen True means use OffScreen Double-Buffering to draw chart with no discernable drawing.
 o getUseSeriesShapes()
Property Name: UseSeriesShapes
Use the getMarkerTemplate shapes?
Default Value is (FALSE).
 o getViewableGroups()
Property Name: ViewableGroups
Number of Groups to Display
Default Value is (0).
 o getViewableGroupsStock()
Property Name: ViewableGroupsStock
Number of Groups in Stock Charts to Display
Default Value is (52).
 o getViewableSeries()
Property Name: ViewableSeries
Number of Series to Display
Default Value is (0).
 o getViewableSeriesStock()
Property Name: ViewableSeriesStock
Number of Series in Stock Charts to Display
Default Value is (0).
 o getViewing3DAnglePreset()
Property Name: Viewing3DAnglePreset
Value of -1 means custom angle in use, 0-15 are presets
Default Value is (0).
 o getX1Axis()
 o getX1AxisDescending()
Property Name: X1AxisDescending
Ascending or Descending?
Default Value is (TRUE).
 o getX1AxisLine()
 o getX1AxisLineDisplay()
Property Name: X1AxisLineDisplay
Dispay X1 Axis Line
Default Value is (FALSE).
 o 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).
 o getX1ExcludeMaxLabel()
Property Name: X1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
 o getX1ExcludeMinLabel()
Property Name: X1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
 o getX1Label()
 o getX1LabelAutofit()
Property Name: X1LabelAutofit
NONE
Default Value is (FALSE).
 o getX1LabelDisplay()
Property Name: X1LabelDisplay
NONE
Default Value is (TRUE).
 o getX1LabelFormat()
Property Name: X1LabelFormat
(Number) Format for the default data text position
Default Value is (0).
 o getX1LabelFormatPattern()
Property Name: X1LabelFormatPattern
(Number) Custom format for the X1 labels.
Default Value is (#.#).
 o getX1LabelRotate()
Property Name: X1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o getX1LabelStagger()
Property Name: X1LabelStagger
NONE
Default Value is (FALSE).
 o getX1LogScale()
Property Name: X1LogScale
NONE
Default Value is (FALSE).
 o getX1MajorGrid()
 o getX1MajorGridDisplay()
Property Name: X1MajorGridDisplay
Display the X1 major gridlines?
Default Value is (TRUE).
 o getX1MajorGridStep()
Property Name: X1MajorGridStep
NONE
Default Value is (20).
 o getX1MajorGridStepAuto()
Property Name: X1MajorGridStepAuto
NONE
Default Value is (TRUE).
 o getX1MajorGridStyle()
Property Name: X1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o getX1MinorGrid()
 o getX1MinorGridDisplay()
Property Name: X1MinorGridDisplay
Display the X1 minor gridlines?
Default Value is (TRUE).
 o getX1MinorGridStep()
Property Name: X1MinorGridStep
NONE
Default Value is (10).
 o getX1MinorGridStepAuto()
Property Name: X1MinorGridStepAuto
NONE
Default Value is (TRUE).
 o getX1MinorGridStyle()
Property Name: X1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o getX1MustIncludeZero()
Property Name: X1MustIncludeZero
NONE
Default Value is (FALSE).
 o getX1OffScaleDisplay()
Property Name: X1OffScaleDisplay
NONE
Default Value is (TRUE).
 o getX1ScaleMax()
Property Name: X1ScaleMax
NONE
Default Value is (100).
 o getX1ScaleMaxAuto()
Property Name: X1ScaleMaxAuto
NONE
Default Value is (TRUE).
 o getX1ScaleMin()
Property Name: X1ScaleMin
NONE
Default Value is (0).
 o getX1ScaleMinAuto()
Property Name: X1ScaleMinAuto
NONE
Default Value is (TRUE).
 o getX1Title()
 o getX1TitleAutofit()
Property Name: X1TitleAutofit
NONE
Default Value is (FALSE).
 o getX1TitleDisplay()
Property Name: X1TitleDisplay
NONE
Default Value is (TRUE).
 o getX1TitleString()
Property Name: X1TitleString
NONE
Default Value is (NULLSTRING).
 o getX1ZeroLine()
 o getX1ZeroLineDisplay()
Property Name: X1ZeroLineDisplay
NONE
Default Value is (FALSE).
 o getY1Axis()
 o getY1AxisDescending()
Property Name: Y1AxisDescending
NONE
Default Value is (TRUE).
 o getY1AxisLine()
 o getY1AxisLineDisplay()
Property Name: Y1AxisLineDisplay
Dispay Y1 Axis Line
Default Value is (FALSE).
 o 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).
 o getY1ExcludeMaxLabel()
Property Name: Y1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
 o getY1ExcludeMinLabel()
Property Name: Y1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
 o getY1Label()
 o getY1LabelAutofit()
Property Name: Y1LabelAutofit
NONE
Default Value is (FALSE).
 o getY1LabelDisplay()
Property Name: Y1LabelDisplay
NONE
Default Value is (TRUE).
 o getY1LabelFormat()
Property Name: Y1LabelFormat
(Number) Format for the default data text position
Default Value is (0).
 o getY1LabelFormatPattern()
Property Name: Y1LabelFormatPattern
(Number) Custom format for the Y1 labels.
Default Value is (#.#).
 o getY1LabelRotate()
Property Name: Y1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o getY1LabelStagger()
Property Name: Y1LabelStagger
NONE
Default Value is (FALSE).
 o getY1LogScale()
Property Name: Y1LogScale
NONE
Default Value is (FALSE).
 o getY1MajorGrid()
 o getY1MajorGridDisplay()
Property Name: Y1MajorGridDisplay
Display the Y1 major gridlines?
Default Value is (TRUE).
 o getY1MajorGridStep()
Property Name: Y1MajorGridStep
NONE
Default Value is (20).
 o getY1MajorGridStepAuto()
Property Name: Y1MajorGridStepAuto
NONE
Default Value is (TRUE).
 o getY1MajorGridStyle()
Property Name: Y1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o getY1MinorGrid()
 o getY1MinorGridDisplay()
Property Name: Y1MinorGridDisplay
Display the Y1 minor gridlines?
Default Value is (TRUE).
 o getY1MinorGridStep()
Property Name: Y1MinorGridStep
NONE
Default Value is (10).
 o getY1MinorGridStepAuto()
Property Name: Y1MinorGridStepAuto
NONE
Default Value is (TRUE).
 o getY1MinorGridStyle()
Property Name: Y1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o getY1MustIncludeZero()
Property Name: Y1MustIncludeZero
NONE
Default Value is (FALSE).
 o getY1OffScaleDisplay()
Property Name: Y1OffScaleDisplay
NONE
Default Value is (TRUE).
 o getY1ScaleMax()
Property Name: Y1ScaleMax
NONE
Default Value is (100).
 o getY1ScaleMaxAuto()
Property Name: Y1ScaleMaxAuto
NONE
Default Value is (TRUE).
 o getY1ScaleMin()
Property Name: Y1ScaleMin
NONE
Default Value is (0).
 o getY1ScaleMinAuto()
Property Name: Y1ScaleMinAuto
NONE
Default Value is (TRUE).
 o getY1Title()
 o getY1TitleAutofit()
Property Name: Y1TitleAutofit
NONE
Default Value is (FALSE).
 o getY1TitleDisplay()
Property Name: Y1TitleDisplay
NONE
Default Value is (TRUE).
 o getY1TitleString()
Property Name: Y1TitleString
NONE
Default Value is (NULLSTRING).
 o getY1ZeroLine()
 o getY1ZeroLineDisplay()
Property Name: Y1ZeroLineDisplay
NONE
Default Value is (FALSE).
 o getY2Axis()
 o getY2AxisDescending()
Property Name: Y2AxisDescending
NONE
Default Value is (TRUE).
 o getY2AxisLine()
 o getY2AxisLineDisplay()
Property Name: Y2AxisLineDisplay
Dispay Y2 Axis Line
Default Value is (FALSE).
 o 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).
 o getY2ExcludeMaxLabel()
Property Name: Y2ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
 o getY2ExcludeMinLabel()
Property Name: Y2ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
 o getY2Label()
 o getY2LabelAutofit()
Property Name: Y2LabelAutofit
NONE
Default Value is (FALSE).
 o getY2LabelDisplay()
Property Name: Y2LabelDisplay
NONE
Default Value is (TRUE).
 o getY2LabelFormat()
Property Name: Y2LabelFormat
(Number) Format for the default data text position
Default Value is (0).
 o getY2LabelFormatPattern()
Property Name: Y2LabelFormatPattern
(Number) Custom format for the Y2 labels.
Default Value is (#.#).
 o getY2LabelRotate()
Property Name: Y2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o getY2LabelStagger()
Property Name: Y2LabelStagger
NONE
Default Value is (FALSE).
 o getY2LogScale()
Property Name: Y2LogScale
NONE
Default Value is (FALSE).
 o getY2MajorGrid()
 o getY2MajorGridDisplay()
Property Name: Y2MajorGridDisplay
Display the Y2 major gridlines?
Default Value is (TRUE).
 o getY2MajorGridStep()
Property Name: Y2MajorGridStep
NONE
Default Value is (20).
 o getY2MajorGridStepAuto()
Property Name: Y2MajorGridStepAuto
NONE
Default Value is (TRUE).
 o getY2MajorGridStyle()
Property Name: Y2MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o getY2MinorGrid()
 o getY2MinorGridDisplay()
Property Name: Y2MinorGridDisplay
Display the Y2 minor gridlines?
Default Value is (TRUE).
 o getY2MinorGridStep()
Property Name: Y2MinorGridStep
NONE
Default Value is (10).
 o getY2MinorGridStepAuto()
Property Name: Y2MinorGridStepAuto
NONE
Default Value is (TRUE).
 o getY2MinorGridStyle()
Property Name: Y2MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o getY2MustIncludeZero()
Property Name: Y2MustIncludeZero
NONE
Default Value is (FALSE).
 o getY2OffScaleDisplay()
Property Name: Y2OffScaleDisplay
NONE
Default Value is (TRUE).
 o getY2ScaleMax()
Property Name: Y2ScaleMax
NONE
Default Value is (100).
 o getY2ScaleMaxAuto()
Property Name: Y2ScaleMaxAuto
NONE
Default Value is (TRUE).
 o getY2ScaleMin()
Property Name: Y2ScaleMin
NONE
Default Value is (0).
 o getY2ScaleMinAuto()
Property Name: Y2ScaleMinAuto
NONE
Default Value is (TRUE).
 o getY2Title()
 o getY2TitleAutofit()
Property Name: Y2TitleAutofit
NONE
Default Value is (FALSE).
 o getY2TitleDisplay()
Property Name: Y2TitleDisplay
NONE
Default Value is (TRUE).
 o getY2TitleString()
Property Name: Y2TitleString
NONE
Default Value is (NULLSTRING).
 o getY2ZeroLine()
 o getZoomDirection()
Property Name: ZoomDirection
Controls type of zooming user interface
Default Value is (0).
 o getZoomPercentage()
Property Name: ZoomPercentage
Controls number of unique series colors
Default Value is (50.0).
 o removePerspectiveListener(TDGListener)
 o setAutofit(boolean)
 o setAutofit(IdentObj, boolean)
 o setAutofit(int, boolean)
 o setAutoshading(boolean)
Property Name: Autoshading
If TRUE, light source settings are used to automatically shade the faces of a 3D graph, simulating a cast light beam.
 o setAutoSkip(IdentObj, int)
 o setAutoSkip(int)
 o setAutoSkip(int, int)
 o setAxisAssignment(IdentObj, int)
 o setAxisAssignment(int)
 o setAxisAssignment(int, int)
 o setAxisDescending(boolean)
 o setAxisDescending(IdentObj, boolean)
 o setAxisDescending(int, boolean)
 o setAxisSide(IdentObj, int)
 o setAxisSide(int)
 o setAxisSide(int, int)
 o setAxisTextAutofitMax(int)
Property Name: AxisTextAutofitMax
Maximum virtual size for Axis Text while autofitted.
Default Value is (2000).
 o setAxisTextAutofitMin(int)
Property Name: AxisTextAutofitMin
Minimum virtual size for Axis Text while autofitted.
Default Value is (500).
 o setAxisTextAutofitMode(int)
Property Name: AxisTextAutofitMode
Determine how Axis Text is Autofitted
Default Value is (0).
 o setAxisTextAutofitPercent(int)
Property Name: AxisTextAutofitPercent
Deviation Percentage for Autofitted Axis Text
Default Value is (10).
 o setBiDirectional(boolean)
Property Name: BiDirectional
FALSE = Left to Right, TRUE = Right to Left
Default Value is (FALSE).
 o setColorMode(int)
Property Name: ColorMode
Changes between the five different "Coloring" modes:
0 = Color by Series
1 = ???
2 = ???
3 = ???
4= ???
5= ???
Default Value is (0).
 o setConnectLineMarkers(boolean)
Property Name: ConnectLineMarkers
Should the markers in a Line chart be connected by a line? Default is TRUE.
 o setConnectScatterMarkers(boolean)
Property Name: ConnectScatterMarkers
Has a visible effect on Scatter charts only.
 o setCubeFocusFactor(double)
Property Name: CubeFocusFactor
The ocus factor for setting perspective distortion.
 o setCubeIsometricProjection(boolean)
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).
 o setCubeLightSourceX(double)
Property Name: CubeLightSourceX
X-coord (unit space) of light source
Default Value is (0).
 o setCubeLightSourceY(double)
Property Name: CubeLightSourceY
Y-coord (unit space) of light source
Default Value is (1).
 o setCubeLightSourceZ(double)
Property Name: CubeLightSourceZ
Z-coord (unit space) of light source
Default Value is (1).
 o setCubePanX(double)
Property Name: CubePanX
Pan (in 2D virtual coordinates) in X direction
Default Value is (0).
 o setCubePanY(double)
Property Name: CubePanY
Pan (in 2D virtual coordinates) in Y direction
Default Value is (0).
 o setCubeSizeX(double)
Property Name: CubeSizeX
Size of the 3D cube in the (user) X-direction.
 o setCubeSizeY(double)
Property Name: CubeSizeY
Size of the 3D cube in the (user) Y-direction.
 o setCubeSizeZ(double)
Property Name: CubeSizeZ
Size of the 3D cube in the (user) Z-direction.
 o setCubeSquareRisers(boolean)
Property Name: CubeSquareRisers
If TRUE, forces the aspect ratio of 3D risers to be perfectly sqaure, no matter what the cube dimensions are.
 o setCubeTranslationX(double)
Property Name: CubeTranslationX
Translation (in 3D cube coordinates) in the X direction.
Default Value is (50).
 o setCubeTranslationY(double)
Property Name: CubeTranslationY
Translation (in 3D cube coordinates) in Y direction.
Default Value is (50).
 o setCubeTranslationZ(double)
Property Name: CubeTranslationZ
Translation (in 3D cube coordinates) in Z direction.
Default Value is (50).
 o setCubeViewerX(double)
Property Name: CubeViewerX
Viewer location (in 3D cube coordinates) in the X direction.
Default Value is (50).
 o setCubeViewerY(double)
Property Name: CubeViewerY
Viewer location (in 3D cube coordinates) in the Y direction.
Default Value is (100).
 o setCubeViewerZ(double)
Property Name: CubeViewerZ
Viewer location (in 3D cube coordinates) in the Z direction.
Default Value is (33).
 o setCubeWallThickX(double)
Property Name: CubeWallThickX
Thickness of the 3D cube wall in the (user) X-direction.
Default Value is (25).
 o setCubeWallThickY(double)
Property Name: CubeWallThickY
Thickness of the 3D cube wall in the (user) Y-direction.
Default Value is (30).
 o setCubeWallThickZ(double)
Property Name: CubeWallThickZ
Thickness of the 3D cube wall in the (user) Z-direction.
Default Value is (25).
 o setCubeZoomFactor(double)
Property Name: CubeZoomFactor
Global scaling factor for zooming in/out (above 1 is zoomed in).
Default Value is (50).
 o setDataItemsAlongSeries(boolean)
Property Name: DataItemsAlongSeries
Are the data items aligned parallel to the series (both rows, or both columns)?
Default Value is (TRUE).
 o setDataLineThickness(int)
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).
 o setDataScrollerPresenceGroups(int)
Property Name: DataScrollerPresenceGroups
Determines when Group Data Scroller is visible
Default Value is (1).
 o setDataScrollerPresenceSeries(int)
Property Name: DataScrollerPresenceSeries
Determines when Series Data Scroller is visible
Default Value is (1).
 o setDataTextAngle(IdentObj, int)
 o setDataTextAngle(int)
 o setDataTextAngle(int, int)
 o setDataTextAngle(int, int, int)
 o setDataTextAngleDefault(int)
Property Name: DataTextAngleDefault
Angle from center point that all data text is drawn from.
 o setDataTextDisplay(boolean)
Property Name: DataTextDisplay
If TRUE, displays the data values for the selected IdentObj elements.
 o setDataTextFormat(int)
Property Name: DataTextFormat
(Number) Format for the default data text position.
 o setDataTextFormatPattern(String)
Property Name: DataTextFormatPattern
(Number) Custom format for the data text.
Default Value is (#.#).
 o setDataTextPosition(int)
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).
 o setDataTextRadius(IdentObj, int)
 o setDataTextRadius(int)
 o setDataTextRadius(int, int)
 o setDataTextRadius(int, int, int)
 o setDataTextRadiusDefault(int)
Property Name: DataTextRadiusDefault
Radius that a Data text value will be drawn out from the center of a chart riser by default.
 o setDataTextTemplateBubble(String)
Property Name: DataTextTemplateBubble
Template for Data Text Labels for Bubble
Default Value is ([SIZE]).
 o setDataTextTemplateHiLo(String)
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).
 o setDataTextTemplateScatter(String)
Property Name: DataTextTemplateScatter
Template for Data Text Labels for Scatter
Default Value is ([X], [Y]).
 o setDepthAngle(int)
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).
 o setDepthRadius(int)
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).
 o setDisplay(boolean)
 o setDisplay(IdentObj, boolean)
 o setDisplay(int, boolean)
 o setDisplay3DFloor(boolean)
Property Name: Display3DFloor
Display the floor of the 3D cube?
Default Value is (TRUE).
 o setDisplay3DLeftWall(boolean)
Property Name: Display3DLeftWall
Display the left wall of the 3D cube?
Default Value is (TRUE).
 o setDisplay3DRightWall(boolean)
Property Name: Display3DRightWall
Display the right wall of the 3D cube?
Default Value is (TRUE).
 o setDisplayBarAsPictograph(boolean)
Property Name: DisplayBarAsPictograph
Display Bar as Pictograph (Only for Flat 2D)
Default Value is (FALSE).
 o setDisplayOffScale(boolean)
 o setDisplayOffScale(IdentObj, boolean)
 o setDisplayOffScale(int, boolean)
 o setDualAxisLineDisplay(boolean)
Property Name: DualAxisLineDisplay
Display line separating axis
Default Value is (FALSE).
 o setDualAxisSplitPosition(int)
Property Name: DualAxisSplitPosition
Position within the chart frame that the DualY split position will be created.
 o setExactColorByHeight(boolean)
Property Name: ExactColorByHeight
If true, interpolate color "exactly", else use closest color on spectral legend.
Default Value is (TRUE).
 o setExcludeMaxLabel(boolean)
 o setExcludeMaxLabel(IdentObj, boolean)
 o setExcludeMaxLabel(int, boolean)
 o setExcludeMinLabel(boolean)
 o setExcludeMinLabel(IdentObj, boolean)
 o setExcludeMinLabel(int, boolean)
 o setFontName(IdentObj, String)
 o setFontName(int, String)
 o setFontName(String)
 o setFontSize(IdentObj, int)
 o setFontSize(int)
 o setFontSize(int, int)
 o setFontSizeVC(IdentObj, int)
 o setFontSizeVC(int)
 o setFontSizeVC(int, int)
 o setFontStyle(IdentObj, int)
 o setFontStyle(int)
 o setFontStyle(int, int)
 o setFootnoteAutofit(boolean)
Property Name: FootnoteAutofit
Perform text autofitting on the chart footnote?
Default Value is (FALSE).
 o setFootnoteDisplay(boolean)
Property Name: FootnoteDisplay
Display the footnote?
Default Value is (TRUE).
 o setFootnoteString(String)
Property Name: FootnoteString
Text string for the chart footnote.
Default Value is (NULLSTRING).
 o setFrameDisplay(boolean)
Property Name: FrameDisplay
Display the frame?
Default Value is (TRUE).
 o setGrid3DFloorDisplayX(boolean)
Property Name: Grid3DFloorDisplayX
Display Floor grids attached to (user) X-axis?
Default Value is (FALSE).
 o setGrid3DFloorDisplayZ(boolean)
Property Name: Grid3DFloorDisplayZ
Display Floor grids attached to (user) Z-axis?
Default Value is (FALSE).
 o setGrid3DLeftWallDisplayY(boolean)
Property Name: Grid3DLeftWallDisplayY
Display Left Wall grids attached to (user) Y-axis?
Default Value is (FALSE).
 o setGrid3DLeftWallDisplayZ(boolean)
Property Name: Grid3DLeftWallDisplayZ
Display Left Wall grids attached to (user) Z-axis?
Default Value is (TRUE).
 o setGrid3DRightWallDisplayX(boolean)
Property Name: Grid3DRightWallDisplayX
Display Right Wall grids attached to (user) X-axis?
Default Value is (FALSE).
 o setGrid3DRightWallDisplayY(boolean)
Property Name: Grid3DRightWallDisplayY
Display Right Wall grids attached to (user) Y-axis?
Default Value is (TRUE).
 o setGrid3DRiserDisplayX(boolean)
Property Name: Grid3DRiserDisplayX
Display Riser grids attached to (user) X-axis?
Default Value is (FALSE).
 o setGrid3DRiserDisplayY(boolean)
Property Name: Grid3DRiserDisplayY
Display Riser grids attached to (user) Y-axis?
Default Value is (FALSE).
 o setGrid3DRiserDisplayZ(boolean)
Property Name: Grid3DRiserDisplayZ
Display Riser grids attached to (user) Z-axis?
Default Value is (FALSE).
 o setGridCount(IdentObj, int)
 o setGridCount(int)
 o setGridCount(int, int)
 o setGridStep(double)
 o setGridStep(IdentObj, double)
 o setGridStep(int, double)
 o setGridStepAuto(boolean)
 o setGridStepAuto(IdentObj, boolean)
 o setGridStepAuto(int, boolean)
 o setGridStyle(IdentObj, int)
 o setGridStyle(int)
 o setGridStyle(int, int)
 o setGroupLabel(IdentObj, String)
 o setGroupLabel(int, String)
 o setGroupLabel(String)
 o setIgnoreSeries(boolean)
 o setIgnoreSeries(IdentObj, boolean)
 o setIgnoreSeries(int, boolean)
 o setLabelMargin(IdentObj, int)
 o setLabelMargin(int)
 o setLabelMargin(int, int)
 o setLabelStagger(boolean)
 o setLabelStagger(IdentObj, boolean)
 o setLabelStagger(int, boolean)
 o setLegendAutomatic(boolean)
Property Name: LegendAutomatic
Let engine automagically position and size legend?
Default Value is (TRUE).
 o setLegendDisplay(boolean)
Property Name: LegendDisplay
Display the legend text?
Default Value is (TRUE).
 o setLegendMarkerPosition(int)
Property Name: LegendMarkerPosition
Position of legend marker relative to legend text.
Default Value is (0).
 o setLegendMarkersPerCol(int)
Property Name: LegendMarkersPerCol
0 means automatic
Default Value is (0).
 o setLegendMarkersPerRow(int)
Property Name: LegendMarkersPerRow
0 means automatic
Default Value is (0).
 o setLegendReverse(boolean)
Property Name: LegendReverse
Draw legend in reverse order?
Default Value is (FALSE).
 o setLegendTextAutofit(boolean)
Property Name: LegendTextAutofit
Autofit the legend text or not?
Default Value is (FALSE).
 o setLogScale(boolean)
 o setLogScale(IdentObj, boolean)
 o setLogScale(int, boolean)
 o setManualRedraw(boolean)
 o setMarkerDisplay(boolean)
Property Name: MarkerDisplay
Turns markers on or off for any 2D chart.
 o setMarkerSize(IdentObj, int)
 o setMarkerSize(int)
 o setMarkerSize(int, int)
 o setMarkerSize(int, int, int)
 o setMarkerSizeDefault(int)
Property Name: MarkerSizeDefault
Marker size unless a specific (s,g) point overrides; bubble charts ignore this.
Default Value is (30).
 o setNestedLabels(boolean)
Property Name: NestedLabels
If true, use TDGNestedLabelsObj for nested O1 labels.
Default Value is (FALSE).
 o setNestedLabelsUniformStyle(boolean)
Property Name: NestedLabelsUniformStyle
If true, all nested O1 labels have same font, size, style and color.
Default Value is (FALSE).
 o setO1AxisLineDisplay(boolean)
Property Name: O1AxisLineDisplay
Dispay O1 Axis Line
Default Value is (FALSE).
 o setO1AxisSide(int)
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).
 o setO1ExcludeMaxLabel(boolean)
Property Name: O1ExcludeMaxLabel
Exclude Max Label on this Axis.
Default Value is (FALSE).
 o setO1ExcludeMinLabel(boolean)
Property Name: O1ExcludeMinLabel
Exclude Min Label on this Axis.
Default Value is (FALSE).
 o setO1LabelAutofit(boolean)
Property Name: O1LabelAutofit
Autofit this label or not?
Default Value is (FALSE).
 o setO1LabelAutoSkip(int)
Property Name: O1LabelAutoSkip
Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).
 o setO1LabelDisplay(boolean)
Property Name: O1LabelDisplay
Display the labels for the O1 (Group) axis of this chart?
Default Value is (TRUE).
 o setO1LabelMargin(int)
Property Name: O1LabelMargin
Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).
 o setO1LabelRotate(int)
Property Name: O1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o setO1LabelSkipBegin(int)
Property Name: O1LabelSkipBegin
Manual Label Skip Begin Label
Default Value is (0).
 o setO1LabelSkipCount(int)
Property Name: O1LabelSkipCount
Manual Label Skip Number of Labels to Skip
Default Value is (0).
 o setO1LabelStagger(boolean)
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).
 o setO1LabelWrap(boolean)
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).
 o setO1MajorGridDisplay(boolean)
Property Name: O1MajorGridDisplay
Display the O1 major gridlines?
Default Value is (TRUE).
 o setO1MajorGridStyle(int)
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).
 o setO1MinorGridCount(int)
Property Name: O1MinorGridCount
Number of Minor Grids for O1 Axis
Default Value is (1).
 o setO1MinorGridDisplay(boolean)
Property Name: O1MinorGridDisplay
Display the O1 (Group) axis minor gridlines?
Default Value is (FALSE).
 o setO1MinorGridStyle(int)
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).
 o setO1TitleAutofit(boolean)
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).
 o setO1TitleDisplay(boolean)
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).
 o setO1TitleString(String)
Property Name: O1TitleString
Text string for the O1 (Group) axis title.
Default Value is (NULLSTRING).
 o setO2ExcludeMaxLabel(boolean)
Property Name: O2ExcludeMaxLabel
Exclude Max Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 o setO2ExcludeMinLabel(boolean)
Property Name: O2ExcludeMinLabel
Exclude Min Label on this Axis? Valid ONLY for Spectral Charts!
Default Value is (FALSE).
 o setO2LabelAutofit(boolean)
Property Name: O2LabelAutofit
Autofit the font for the O2 (Second Group) axis labels? If FALSE, then the set font size will be used instead.
 o setO2LabelDisplay(boolean)
Property Name: O2LabelDisplay
NONE
Default Value is (TRUE).
 o setO2LabelRotate(int)
Property Name: O2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o setO2LabelWrap(boolean)
Property Name: O2LabelWrap
NONE
Default Value is (FALSE).
 o setO2TitleAutofit(boolean)
Property Name: O2TitleAutofit
NONE
Default Value is (FALSE).
 o setO2TitleDisplay(boolean)
Property Name: O2TitleDisplay
NONE
Default Value is (TRUE).
 o setO2TitleString(String)
Property Name: O2TitleString
NONE
Default Value is (NULLSTRING).
 o setPieBarSeries(int)
Property Name: PieBarSeries
Which series is exploded as a Bar in PieBar charts
Default Value is (0).
 o setPieDepth(int)
Property Name: PieDepth
NONE
Default Value is (30).
 o setPieFeelerTextDisplay(int)
Property Name: PieFeelerTextDisplay
NONE
Default Value is (1).
 o setPieFeelerTextFormat(int)
Property Name: PieFeelerTextFormat
(Number) Format for the default data text position
Default Value is (0).
 o setPieFeelerTextFormatPattern(String)
Property Name: PieFeelerTextFormatPattern
(Number) Custom format for the pie feeler text.
Default Value is (#.#).
 o setPieLabelDisplay(int)
Property Name: PieLabelDisplay
Huh? how about some symbolic constants
Default Value is (1).
 o setPieRingSize(int)
Property Name: PieRingSize
Affects only RINGPIE graph type
Default Value is (30).
 o setPieRingTotalDisplay(boolean)
Property Name: PieRingTotalDisplay
NONE
Default Value is (TRUE).
 o setPieRingTotalFormat(int)
Property Name: PieRingTotalFormat
Selects format for Ring Total
Default Value is (0).
 o setPieRingTotalFormatPattern(String)
Property Name: PieRingTotalFormatPattern
Selects format for Ring Total.
Default Value is (#.#).
 o setPieRotate(int)
Property Name: PieRotate
0 means 12 o'clock
Default Value is (0).
 o setPieSliceDelete(boolean)
 o setPieSliceDelete(IdentObj, boolean)
 o setPieSliceDelete(int, boolean)
 o setPieSliceDelete(int, int, boolean)
 o setPieSliceDetach(IdentObj, int)
 o setPieSliceDetach(int)
 o setPieSliceDetach(int, int)
 o setPieSliceDetach(int, int, int)
 o setPiesPerRow(int)
Property Name: PiesPerRow
NONE
Default Value is (2).
 o setPieTilt(int)
Property Name: PieTilt
NONE
Default Value is (10).
 o setQuadrantLineCountX(int)
Property Name: QuadrantLineCountX
Number of vertical Quadrant Lines
Default Value is (1).
 o setQuadrantLineCountY(int)
Property Name: QuadrantLineCountY
Number of horizontal Quadrant Lines
Default Value is (1).
 o setRect(IdentObj, Rectangle)
 o setRect(int, Rectangle)
 o setRect(Rectangle)
 o setReshapeEnable(boolean)
Property Name: ReshapeEnable
Allow user to move and resize objects?
Default Value is (TRUE).
 o setResizeBarMode(boolean)
Property Name: ResizeBarMode
NONE
Default Value is (FALSE).
 o setReverseGroups(boolean)
Property Name: ReverseGroups
Draw groups in reverse order
Default Value is (FALSE).
 o setReverseSeries(boolean)
Property Name: ReverseSeries
Draw series in reverse order
Default Value is (FALSE).
 o setRiser3DThicknessY(int)
Property Name: Riser3DThicknessY
NONE
Default Value is (75).
 o setRiserBarGroupSpacing(int)
Property Name: RiserBarGroupSpacing
NONE
Default Value is (25).
 o setRiserWidth(int)
Property Name: RiserWidth
NONE
Default Value is (75).
 o setScaleFromZero(boolean)
Property Name: ScaleFromZero
Draw bar from 0 or from minimum value?
Default Value is (TRUE).
 o setScaleMax(double)
 o setScaleMax(IdentObj, double)
 o setScaleMax(int, double)
 o setScaleMaxAuto(boolean)
 o setScaleMaxAuto(IdentObj, boolean)
 o setScaleMaxAuto(int, boolean)
 o setScaleMin(double)
 o setScaleMin(IdentObj, double)
 o setScaleMin(int, double)
 o setScaleMinAuto(boolean)
 o setScaleMinAuto(IdentObj, boolean)
 o setScaleMinAuto(int, boolean)
 o setScaleMustIncludeZero(boolean)
 o setScaleMustIncludeZero(IdentObj, boolean)
 o setScaleMustIncludeZero(int, boolean)
 o setScrollOffsetGroup(int)
Property Name: ScrollOffsetGroup
Group offset within DataRange
Default Value is (0).
 o setScrollOffsetSeries(int)
Property Name: ScrollOffsetSeries
Series offset within DataRange
Default Value is (0).
 o setSelectionEnable(int)
Property Name: SelectionEnable
Allow user to select objects?
Default Value is (3).
 o setSelectionEnableMove(boolean)
Property Name: SelectionEnableMove
Enable objects moving and resizing
Default Value is (TRUE).
 o setSeriesLabel(IdentObj, String)
 o setSeriesLabel(int, String)
 o setSeriesLabel(String)
 o setSeriesLooping(int)
Property Name: SeriesLooping
Controls number of unique series colors
Default Value is (32).
 o setSeriesType(IdentObj, int)
 o setSeriesType(int)
 o setSeriesType(int, int)
 o setShadowDisplay(boolean)
 o setShadowDisplay(IdentObj, boolean)
 o setShadowDisplay(int, boolean)
 o setShadowXOffset(IdentObj, int)
 o setShadowXOffset(int)
 o setShadowXOffset(int, int)
 o setShadowXOffsetDefault(int)
Property Name: ShadowXOffsetDefault
Default x-offset of drop shadow
Default Value is (2).
 o setShadowYOffset(IdentObj, int)
 o setShadowYOffset(int)
 o setShadowYOffset(int, int)
 o setShadowYOffsetDefault(int)
Property Name: ShadowYOffsetDefault
Default y-offset of drop shadow
Default Value is (2).
 o setSkipBegin(IdentObj, int)
 o setSkipBegin(int)
 o setSkipBegin(int, int)
 o setSkipCount(IdentObj, int)
 o setSkipCount(int)
 o setSkipCount(int, int)
 o setSquareMarkers(boolean)
Property Name: SquareMarkers
If TRUE, forces the legend markers to be perfect squares.
 o setStock52WeekHighDisplay(boolean)
Property Name: Stock52WeekHighDisplay
Show 52-week high line?
Default Value is (TRUE).
 o setStock52WeekHighValue(double)
Property Name: Stock52WeekHighValue
Set value for 52-week high line.
Default Value is (40).
 o setStock52WeekLowDisplay(boolean)
Property Name: Stock52WeekLowDisplay
Show 52-week low line?
Default Value is (TRUE).
 o setStock52WeekLowValue(double)
Property Name: Stock52WeekLowValue
Set value for 52-week low line.
Default Value is (10).
 o setStockCloseSplitDisplay(boolean)
Property Name: StockCloseSplitDisplay
Split riser at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 o setStockCloseTicksDisplay(boolean)
Property Name: StockCloseTicksDisplay
Stock tick at close value? Does nothing if Close data not available.
Default Value is (TRUE).
 o setStockMovingAverageDisplay(boolean)
Property Name: StockMovingAverageDisplay
Show moving average line?
Default Value is (TRUE).
 o setStockOpenTicksDisplay(boolean)
Property Name: StockOpenTicksDisplay
Stock tick at open value? Does nothing if Open data not available.
Default Value is (TRUE).
 o setStockTickLength(int)
Property Name: StockTickLength
How far the ticks extend by percentage of available space.
Default Value is (50).
 o setSubtitleAutofit(boolean)
Property Name: SubtitleAutofit
NONE
Default Value is (FALSE).
 o setSubtitleDisplay(boolean)
Property Name: SubtitleDisplay
NONE
Default Value is (TRUE).
 o setSubtitleString(String)
Property Name: SubtitleString
NONE
Default Value is (NULLSTRING).
 o setTextAutofitMax(int)
Property Name: TextAutofitMax
Maximum virtual size for text autofitting.
Default Value is (2200).
 o setTextAutofitMin(int)
Property Name: TextAutofitMin
Minimum virtual size for text autofitting.
Default Value is (200).
 o setTextFormatPattern(IdentObj, String)
 o setTextFormatPattern(int, String)
 o setTextFormatPattern(String)
 o setTextFormatPreset(IdentObj, int)
 o setTextFormatPreset(int)
 o setTextFormatPreset(int, int)
 o setTextJustHoriz(IdentObj, int)
 o setTextJustHoriz(int)
 o setTextJustHoriz(int, int)
 o setTextJustVert(IdentObj, int)
 o setTextJustVert(int)
 o setTextJustVert(int, int)
 o setTextRotation(IdentObj, int)
 o setTextRotation(int)
 o setTextRotation(int, int)
 o setTextString(IdentObj, String)
 o setTextString(int, String)
 o setTextString(String)
 o setTextWrap(boolean)
 o setTextWrap(IdentObj, boolean)
 o setTextWrap(int, boolean)
 o setTitleAutofit(boolean)
Property Name: TitleAutofit
NONE
Default Value is (FALSE).
 o setTitleDisplay(boolean)
Property Name: TitleDisplay
NONE
Default Value is (TRUE).
 o setTitleString(String)
Property Name: TitleString
NONE
Default Value is (NULLSTRING).
 o setToolTipCustomString(IdentObj, String)
 o setToolTipCustomString(int, int, String)
 o setToolTipCustomString(int, String)
 o setToolTipCustomString(String)
 o setToolTipDisplay(boolean)
Property Name: ToolTipDisplay
Display CharTips and WidgeTips
Default Value is (FALSE).
 o setToolTipMode(boolean)
Property Name: ToolTipMode
Toggle CharTips between explicit Developer Info and User Level Info (FALSE == USER)
Default Value is (FALSE).
 o setURL(IdentObj, String)
 o setURL(int, int, String)
 o setURL(int, String)
 o setURL(String)
 o setURLTarget(IdentObj, String)
 o setURLTarget(int, int, String)
 o setURLTarget(int, String)
 o setURLTarget(String)
 o setUseOffScreen(boolean)
 o setUseSeriesShapes(boolean)
Property Name: UseSeriesShapes
Use the getMarkerTemplate shapes?
Default Value is (FALSE).
 o setViewableGroups(int)
Property Name: ViewableGroups
Number of Groups to Display
Default Value is (0).
 o setViewableGroupsStock(int)
Property Name: ViewableGroupsStock
Number of Groups in Stock Charts to Display
Default Value is (52).
 o setViewableSeries(int)
Property Name: ViewableSeries
Number of Series to Display
Default Value is (0).
 o setViewableSeriesStock(int)
Property Name: ViewableSeriesStock
Number of Series in Stock Charts to Display
Default Value is (0).
 o setViewing3DAnglePreset(int)
Property Name: Viewing3DAnglePreset
Value of -1 means custom angle in use, 0-15 are presets
Default Value is (0).
 o setX1AxisDescending(boolean)
Property Name: X1AxisDescending
Ascending or Descending?
Default Value is (TRUE).
 o setX1AxisLineDisplay(boolean)
Property Name: X1AxisLineDisplay
Dispay X1 Axis Line
Default Value is (FALSE).
 o setX1AxisSide(int)
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).
 o setX1ExcludeMaxLabel(boolean)
Property Name: X1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
 o setX1ExcludeMinLabel(boolean)
Property Name: X1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
 o setX1LabelAutofit(boolean)
Property Name: X1LabelAutofit
NONE
Default Value is (FALSE).
 o setX1LabelDisplay(boolean)
Property Name: X1LabelDisplay
NONE
Default Value is (TRUE).
 o setX1LabelFormat(int)
Property Name: X1LabelFormat
(Number) Format for the default data text position
Default Value is (0).
 o setX1LabelFormatPattern(String)
Property Name: X1LabelFormatPattern
(Number) Custom format for the X1 labels.
Default Value is (#.#).
 o setX1LabelRotate(int)
Property Name: X1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o setX1LabelStagger(boolean)
Property Name: X1LabelStagger
NONE
Default Value is (FALSE).
 o setX1LogScale(boolean)
Property Name: X1LogScale
NONE
Default Value is (FALSE).
 o setX1MajorGridDisplay(boolean)
Property Name: X1MajorGridDisplay
Display the X1 major gridlines?
Default Value is (TRUE).
 o setX1MajorGridStep(double)
Property Name: X1MajorGridStep
NONE
Default Value is (20).
 o setX1MajorGridStepAuto(boolean)
Property Name: X1MajorGridStepAuto
NONE
Default Value is (TRUE).
 o setX1MajorGridStyle(int)
Property Name: X1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o setX1MinorGridDisplay(boolean)
Property Name: X1MinorGridDisplay
Display the X1 minor gridlines?
Default Value is (TRUE).
 o setX1MinorGridStep(double)
Property Name: X1MinorGridStep
NONE
Default Value is (10).
 o setX1MinorGridStepAuto(boolean)
Property Name: X1MinorGridStepAuto
NONE
Default Value is (TRUE).
 o setX1MinorGridStyle(int)
Property Name: X1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o setX1MustIncludeZero(boolean)
Property Name: X1MustIncludeZero
NONE
Default Value is (FALSE).
 o setX1OffScaleDisplay(boolean)
Property Name: X1OffScaleDisplay
NONE
Default Value is (TRUE).
 o setX1ScaleMax(double)
Property Name: X1ScaleMax
NONE
Default Value is (100).
 o setX1ScaleMaxAuto(boolean)
Property Name: X1ScaleMaxAuto
NONE
Default Value is (TRUE).
 o setX1ScaleMin(double)
Property Name: X1ScaleMin
NONE
Default Value is (0).
 o setX1ScaleMinAuto(boolean)
Property Name: X1ScaleMinAuto
NONE
Default Value is (TRUE).
 o setX1TitleAutofit(boolean)
Property Name: X1TitleAutofit
NONE
Default Value is (FALSE).
 o setX1TitleDisplay(boolean)
Property Name: X1TitleDisplay
NONE
Default Value is (TRUE).
 o setX1TitleString(String)
Property Name: X1TitleString
NONE
Default Value is (NULLSTRING).
 o setX1ZeroLineDisplay(boolean)
Property Name: X1ZeroLineDisplay
NONE
Default Value is (FALSE).
 o setY1AxisDescending(boolean)
Property Name: Y1AxisDescending
NONE
Default Value is (TRUE).
 o setY1AxisLineDisplay(boolean)
Property Name: Y1AxisLineDisplay
Dispay Y1 Axis Line
Default Value is (FALSE).
 o setY1AxisSide(int)
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).
 o setY1ExcludeMaxLabel(boolean)
Property Name: Y1ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
 o setY1ExcludeMinLabel(boolean)
Property Name: Y1ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
 o setY1LabelAutofit(boolean)
Property Name: Y1LabelAutofit
NONE
Default Value is (FALSE).
 o setY1LabelDisplay(boolean)
Property Name: Y1LabelDisplay
NONE
Default Value is (TRUE).
 o setY1LabelFormat(int)
Property Name: Y1LabelFormat
(Number) Format for the default data text position
Default Value is (0).
 o setY1LabelFormatPattern(String)
Property Name: Y1LabelFormatPattern
(Number) Custom format for the Y1 labels.
Default Value is (#.#).
 o setY1LabelRotate(int)
Property Name: Y1LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o setY1LabelStagger(boolean)
Property Name: Y1LabelStagger
NONE
Default Value is (FALSE).
 o setY1LogScale(boolean)
Property Name: Y1LogScale
NONE
Default Value is (FALSE).
 o setY1MajorGridDisplay(boolean)
Property Name: Y1MajorGridDisplay
Display the Y1 major gridlines?
Default Value is (TRUE).
 o setY1MajorGridStep(double)
Property Name: Y1MajorGridStep
NONE
Default Value is (20).
 o setY1MajorGridStepAuto(boolean)
Property Name: Y1MajorGridStepAuto
NONE
Default Value is (TRUE).
 o setY1MajorGridStyle(int)
Property Name: Y1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o setY1MinorGridDisplay(boolean)
Property Name: Y1MinorGridDisplay
Display the Y1 minor gridlines?
Default Value is (TRUE).
 o setY1MinorGridStep(double)
Property Name: Y1MinorGridStep
NONE
Default Value is (10).
 o setY1MinorGridStepAuto(boolean)
Property Name: Y1MinorGridStepAuto
NONE
Default Value is (TRUE).
 o setY1MinorGridStyle(int)
Property Name: Y1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o setY1MustIncludeZero(boolean)
Property Name: Y1MustIncludeZero
NONE
Default Value is (FALSE).
 o setY1OffScaleDisplay(boolean)
Property Name: Y1OffScaleDisplay
NONE
Default Value is (TRUE).
 o setY1ScaleMax(double)
Property Name: Y1ScaleMax
NONE
Default Value is (100).
 o setY1ScaleMaxAuto(boolean)
Property Name: Y1ScaleMaxAuto
NONE
Default Value is (TRUE).
 o setY1ScaleMin(double)
Property Name: Y1ScaleMin
NONE
Default Value is (0).
 o setY1ScaleMinAuto(boolean)
Property Name: Y1ScaleMinAuto
NONE
Default Value is (TRUE).
 o setY1TitleAutofit(boolean)
Property Name: Y1TitleAutofit
NONE
Default Value is (FALSE).
 o setY1TitleDisplay(boolean)
Property Name: Y1TitleDisplay
NONE
Default Value is (TRUE).
 o setY1TitleString(String)
Property Name: Y1TitleString
NONE
Default Value is (NULLSTRING).
 o setY1ZeroLineDisplay(boolean)
Property Name: Y1ZeroLineDisplay
NONE
Default Value is (FALSE).
 o setY2AxisDescending(boolean)
Property Name: Y2AxisDescending
NONE
Default Value is (TRUE).
 o setY2AxisLineDisplay(boolean)
Property Name: Y2AxisLineDisplay
Dispay Y2 Axis Line
Default Value is (FALSE).
 o setY2AxisSide(int)
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).
 o setY2ExcludeMaxLabel(boolean)
Property Name: Y2ExcludeMaxLabel
Exclude Max Label on this Axis
Default Value is (FALSE).
 o setY2ExcludeMinLabel(boolean)
Property Name: Y2ExcludeMinLabel
Exclude Min Label on this Axis
Default Value is (FALSE).
 o setY2LabelAutofit(boolean)
Property Name: Y2LabelAutofit
NONE
Default Value is (FALSE).
 o setY2LabelDisplay(boolean)
Property Name: Y2LabelDisplay
NONE
Default Value is (TRUE).
 o setY2LabelFormat(int)
Property Name: Y2LabelFormat
(Number) Format for the default data text position
Default Value is (0).
 o setY2LabelFormatPattern(String)
Property Name: Y2LabelFormatPattern
(Number) Custom format for the Y2 labels.
Default Value is (#.#).
 o setY2LabelRotate(int)
Property Name: Y2LabelRotate
Angle, 0 = No Rotaton, 1 = 90 Degrees, 2 = 270 Degrees, by which text is rotated
Default Value is (0).
 o setY2LabelStagger(boolean)
Property Name: Y2LabelStagger
NONE
Default Value is (FALSE).
 o setY2LogScale(boolean)
Property Name: Y2LogScale
NONE
Default Value is (FALSE).
 o setY2MajorGridDisplay(boolean)
Property Name: Y2MajorGridDisplay
Display the Y2 major gridlines?
Default Value is (TRUE).
 o setY2MajorGridStep(double)
Property Name: Y2MajorGridStep
NONE
Default Value is (20).
 o setY2MajorGridStepAuto(boolean)
Property Name: Y2MajorGridStepAuto
NONE
Default Value is (TRUE).
 o setY2MajorGridStyle(int)
Property Name: Y2MajorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o setY2MinorGridDisplay(boolean)
Property Name: Y2MinorGridDisplay
Display the Y2 minor gridlines?
Default Value is (TRUE).
 o setY2MinorGridStep(double)
Property Name: Y2MinorGridStep
NONE
Default Value is (10).
 o setY2MinorGridStepAuto(boolean)
Property Name: Y2MinorGridStepAuto
NONE
Default Value is (TRUE).
 o setY2MinorGridStyle(int)
Property Name: Y2MinorGridStyle
Solid, dashed, etc.
Default Value is (0).
 o setY2MustIncludeZero(boolean)
Property Name: Y2MustIncludeZero
NONE
Default Value is (FALSE).
 o setY2OffScaleDisplay(boolean)
Property Name: Y2OffScaleDisplay
NONE
Default Value is (TRUE).
 o setY2ScaleMax(double)
Property Name: Y2ScaleMax
NONE
Default Value is (100).
 o setY2ScaleMaxAuto(boolean)
Property Name: Y2ScaleMaxAuto
NONE
Default Value is (TRUE).
 o setY2ScaleMin(double)
Property Name: Y2ScaleMin
NONE
Default Value is (0).
 o setY2ScaleMinAuto(boolean)
Property Name: Y2ScaleMinAuto
NONE
Default Value is (TRUE).
 o setY2TitleAutofit(boolean)
Property Name: Y2TitleAutofit
NONE
Default Value is (FALSE).
 o setY2TitleDisplay(boolean)
Property Name: Y2TitleDisplay
NONE
Default Value is (TRUE).
 o setY2TitleString(String)
Property Name: Y2TitleString
NONE
Default Value is (NULLSTRING).
 o setZoomDirection(int)
Property Name: ZoomDirection
Controls type of zooming user interface
Default Value is (0).
 o setZoomPercentage(double)
Property Name: ZoomPercentage
Controls number of unique series colors
Default Value is (50.0).

Variables

 o MAX_EXCEPTIONAL_RISERS
 public static final int MAX_EXCEPTIONAL_RISERS
 o m_config
 public ConfigObj m_config

Constructors

 o PerspectiveBase
 public PerspectiveBase()

Methods

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

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

Returns:
boolean
 o setUseOffScreen
 public void setUseOffScreen(boolean newValue)
 o addPerspectiveListener
 public void addPerspectiveListener(TDGListener Listener)
 o removePerspectiveListener
 public void removePerspectiveListener(TDGListener Listener)
 o 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
 o 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).

 o 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
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

 o 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)
 o setCubeTranslationX
 public void setCubeTranslationX(double newValue)
Property Name: CubeTranslationX
Translation (in 3D cube coordinates) in the X direction.
Default Value is (50).

 o 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)
 o setCubeTranslationY
 public void setCubeTranslationY(double newValue)
Property Name: CubeTranslationY
Translation (in 3D cube coordinates) in Y direction.
Default Value is (50).

 o 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)
 o setCubeTranslationZ
 public void setCubeTranslationZ(double newValue)
Property Name: CubeTranslationZ
Translation (in 3D cube coordinates) in Z direction.
Default Value is (50).

 o 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)
 o setCubeViewerX
 public void setCubeViewerX(double newValue)
Property Name: CubeViewerX
Viewer location (in 3D cube coordinates) in the X direction.
Default Value is (50).

 o 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)
 o setCubeViewerY
 public void setCubeViewerY(double newValue)
Property Name: CubeViewerY
Viewer location (in 3D cube coordinates) in the Y direction.
Default Value is (100).

 o 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)
 o setCubeViewerZ
 public void setCubeViewerZ(double newValue)
Property Name: CubeViewerZ
Viewer location (in 3D cube coordinates) in the Z direction.
Default Value is (33).

 o 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
 o 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).

 o 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
 o 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).

 o 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
 o 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).

 o getColorMode
 public int getColorMode()
Property Name: ColorMode
Changes between the five different "Coloring" modes:
0 = Color by Series
1 = ???
2 = ???
3 = ???
4= ???
5= ???
Default Value is (0).

Returns:
integer value between 0 - 2 (inclusive)
 o setColorMode
 public void setColorMode(int newValue)
Property Name: ColorMode
Changes between the five different "Coloring" modes:
0 = Color by Series
1 = ???
2 = ???
3 = ???
4= ???
5= ???
Default Value is (0).

 o 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
 o 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).

 o 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)
 o setCubeWallThickX
 public void setCubeWallThickX(double newValue)
Property Name: CubeWallThickX
Thickness of the 3D cube wall in the (user) X-direction.
Default Value is (25).

 o 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)
 o setCubeWallThickY
 public void setCubeWallThickY(double newValue)
Property Name: CubeWallThickY
Thickness of the 3D cube wall in the (user) Y-direction.
Default Value is (30).

 o 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)
 o setCubeWallThickZ
 public void setCubeWallThickZ(double newValue)
Property Name: CubeWallThickZ
Thickness of the 3D cube wall in the (user) Z-direction.
Default Value is (25).

 o 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)
 o 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).

 o 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
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

 o 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
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

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

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

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

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

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

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

 o 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)
 o 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 o 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)
 o setLegendMarkerPosition
 public void setLegendMarkerPosition(int newValue)
Property Name: LegendMarkerPosition
Position of legend marker relative to legend text.
Default Value is (0).

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

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

 o 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
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

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

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

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

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

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

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

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

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

 o 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
 o 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).

 o 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
 o 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).

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

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

 o 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)
 o 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).

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

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

 o 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)
 o 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).

 o 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
 o 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).

 o 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
 o 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).

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

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

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

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

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

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

 o 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
 o 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).

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

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

 o 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
 o 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).

 o 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
 o 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).

 o 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
 o 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).

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

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

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

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

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

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

 o getO2TitleString
 public String getO2TitleString()
Property Name: O2TitleString
NONE
Default Value is (NULLSTRING).

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

 o 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)
 o setCubePanX
 public void setCubePanX(double newValue)
Property Name: CubePanX
Pan (in 2D virtual coordinates) in X direction
Default Value is (0).

 o 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)
 o setCubePanY
 public void setCubePanY(double newValue)
Property Name: CubePanY
Pan (in 2D virtual coordinates) in Y direction
Default Value is (0).

 o getPieDepth
 public int getPieDepth()
Property Name: PieDepth
NONE
Default Value is (30).

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

 o getPieFeelerTextDisplay
 public int getPieFeelerTextDisplay()
Property Name: PieFeelerTextDisplay
NONE
Default Value is (1).

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

 o 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)
 o setPieFeelerTextFormat
 public void setPieFeelerTextFormat(int newValue)
Property Name: PieFeelerTextFormat
(Number) Format for the default data text position
Default Value is (0).

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

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

 o getPieRingSize
 public int getPieRingSize()
Property Name: PieRingSize
Affects only RINGPIE graph type
Default Value is (30).

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

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

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

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

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

 o getPiesPerRow
 public int getPiesPerRow()
Property Name: PiesPerRow
NONE
Default Value is (2).

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

 o getPieTilt
 public int getPieTilt()
Property Name: PieTilt
NONE
Default Value is (10).

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

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

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

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

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

 o getGridCount
 public int getGridCount()
Method Name: GridCount
Number of Minor Grids for Ordinal Axis
Default Value is (1).

Returns:
integer value between 1 - 50 (inclusive)
 o getGridCount
 public int getGridCount(IdentObj id)
 o getGridCount
 public int getGridCount(int objectID)
 o setGridCount
 public void setGridCount(int newValue)
 o setGridCount
 public void setGridCount(IdentObj id,
                          int newValue)
 o setGridCount
 public void setGridCount(int objectID,
                          int newValue)
 o getStock52WeekHighValue
 public double getStock52WeekHighValue()
Property Name: Stock52WeekHighValue
Set value for 52-week high line.
Default Value is (40).

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

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

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

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

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

 o getRiser3DThicknessY
 public int getRiser3DThicknessY()
Property Name: Riser3DThicknessY
NONE
Default Value is (75).

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

 o getRiserBarGroupSpacing
 public int getRiserBarGroupSpacing()
Property Name: RiserBarGroupSpacing
NONE
Default Value is (25).

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

 o getRiserWidth
 public int getRiserWidth()
Property Name: RiserWidth
NONE
Default Value is (75).

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

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

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

 o getSelectionEnable
 public int getSelectionEnable()
Property Name: SelectionEnable
Allow user to select objects?
Default Value is (3).

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

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

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

 o getShadowXOffsetDefault
 public int getShadowXOffsetDefault()
Property Name: ShadowXOffsetDefault
Default x-offset of drop shadow
Default Value is (2).

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

 o getShadowYOffsetDefault
 public int getShadowYOffsetDefault()
Property Name: ShadowYOffsetDefault
Default y-offset of drop shadow
Default Value is (2).

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

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

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

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

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

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

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

 o 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)
 o setStockTickLength
 public void setStockTickLength(int newValue)
Property Name: StockTickLength
How far the ticks extend by percentage of available space.
Default Value is (50).

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

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

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

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

 o getSubtitleString
 public String getSubtitleString()
Property Name: SubtitleString
NONE
Default Value is (NULLSTRING).

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

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

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

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

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

 o getTitleString
 public String getTitleString()
Property Name: TitleString
NONE
Default Value is (NULLSTRING).

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

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

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

 o 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
 o 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).

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

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

 o 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)
 o 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).

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

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

 o 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)
 o 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).

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

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

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

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

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

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

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

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

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

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

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

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

 o 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)
 o setX1LabelFormat
 public void setX1LabelFormat(int newValue)
Property Name: X1LabelFormat
(Number) Format for the default data text position
Default Value is (0).

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

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

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

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

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

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

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

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

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

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

 o getX1MajorGridStyle
 public int getX1MajorGridStyle()
Property Name: X1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).

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

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

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

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

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

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

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

 o getX1MinorGridStyle
 public int getX1MinorGridStyle()
Property Name: X1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 o getX1TitleString
 public String getX1TitleString()
Property Name: X1TitleString
NONE
Default Value is (NULLSTRING).

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

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

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

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

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

 o 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)
 o 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).

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

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

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

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

 o 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)
 o setO1LabelAutoSkip
 public void setO1LabelAutoSkip(int newValue)
Property Name: O1LabelAutoSkip
Label Skipping, 0 = No Skipping, 1 = AutoSkip, 2 = Manual Skip
Default Value is (0).

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

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

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

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

 o 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)
 o getAutoSkip
 public int getAutoSkip(IdentObj id)
 o getAutoSkip
 public int getAutoSkip(int objectID)
 o setAutoSkip
 public void setAutoSkip(int newValue)
 o setAutoSkip
 public void setAutoSkip(IdentObj id,
                         int newValue)
 o setAutoSkip
 public void setAutoSkip(int objectID,
                         int newValue)
 o getSkipBegin
 public int getSkipBegin()
Method Name: SkipBegin
Manual Label Skip, Begin Label
Default Value is (0).

Returns:
integer
 o getSkipBegin
 public int getSkipBegin(IdentObj id)
 o getSkipBegin
 public int getSkipBegin(int objectID)
 o setSkipBegin
 public void setSkipBegin(int newValue)
 o setSkipBegin
 public void setSkipBegin(IdentObj id,
                          int newValue)
 o setSkipBegin
 public void setSkipBegin(int objectID,
                          int newValue)
 o getSkipCount
 public int getSkipCount()
Method Name: SkipCount
Manual Label Skip, Number of Labels to Skip
Default Value is (0).

Returns:
integer
 o getSkipCount
 public int getSkipCount(IdentObj id)
 o getSkipCount
 public int getSkipCount(int objectID)
 o setSkipCount
 public void setSkipCount(int newValue)
 o setSkipCount
 public void setSkipCount(IdentObj id,
                          int newValue)
 o setSkipCount
 public void setSkipCount(int objectID,
                          int newValue)
 o 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
 o 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).

 o getViewableSeries
 public int getViewableSeries()
Property Name: ViewableSeries
Number of Series to Display
Default Value is (0).

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

 o getViewableGroups
 public int getViewableGroups()
Property Name: ViewableGroups
Number of Groups to Display
Default Value is (0).

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

 o 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)
 o setViewableSeriesStock
 public void setViewableSeriesStock(int newValue)
Property Name: ViewableSeriesStock
Number of Series in Stock Charts to Display
Default Value is (0).

 o 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)
 o setViewableGroupsStock
 public void setViewableGroupsStock(int newValue)
Property Name: ViewableGroupsStock
Number of Groups in Stock Charts to Display
Default Value is (52).

 o getScrollOffsetSeries
 public int getScrollOffsetSeries()
Property Name: ScrollOffsetSeries
Series offset within DataRange
Default Value is (0).

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

 o getScrollOffsetGroup
 public int getScrollOffsetGroup()
Property Name: ScrollOffsetGroup
Group offset within DataRange
Default Value is (0).

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

 o getSeriesLooping
 public int getSeriesLooping()
Property Name: SeriesLooping
Controls number of unique series colors
Default Value is (32).

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

 o 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)
 o setZoomPercentage
 public void setZoomPercentage(double newValue)
Property Name: ZoomPercentage
Controls number of unique series colors
Default Value is (50.0).

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

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

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

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

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

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

 o 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)
 o setY1LabelFormat
 public void setY1LabelFormat(int newValue)
Property Name: Y1LabelFormat
(Number) Format for the default data text position
Default Value is (0).

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

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

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

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

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

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

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

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

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

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

 o getY1MajorGridStyle
 public int getY1MajorGridStyle()
Property Name: Y1MajorGridStyle
Solid, dashed, etc.
Default Value is (0).

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

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

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

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

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

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

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

 o getY1MinorGridStyle
 public int getY1MinorGridStyle()
Property Name: Y1MinorGridStyle
Solid, dashed, etc.
Default Value is (0).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 o getY1TitleString
 public String getY1TitleString()
Property Name: Y1TitleString
NONE
Default Value is (NULLSTRING).

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

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

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

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

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

 o 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)
 o 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).

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

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

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

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

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

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

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

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

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

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

 o 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)
 o setY2LabelFormat
 public void setY2LabelFormat(int newValue)
Property Name: Y2LabelFormat
(Number) Format for the default data text position
Default Value is (0).

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

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

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

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

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

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

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

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

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

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

 o getY2MajorGridStyle
 public int getY2MajorGridStyle()
Property Name: Y2MajorGridStyle
Solid, dashed, etc.
Default Value is (0).

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

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

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

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

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

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

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

 o getY2MinorGridStyle
 public int getY2MinorGridStyle()
Property Name: Y2MinorGridStyle
Solid, dashed, etc.
Default Value is (0).

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

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

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

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

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

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

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

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

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

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

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

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

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

 o getAxisAssignment
 public int getAxisAssignment()
Method Name: AxisAssignment
0 is Y1, 1 is Y2
Default Value is (0).

Returns:
integer value between 0 - 1 (inclusive)
 o getAxisAssignment
 public int getAxisAssignment(IdentObj id)
 o getAxisAssignment
 public int getAxisAssignment(int seriesID)
 o setAxisAssignment
 public void setAxisAssignment(int newValue)
 o setAxisAssignment
 public void setAxisAssignment(IdentObj id,
                               int newValue)
 o setAxisAssignment
 public void setAxisAssignment(int seriesID,
                               int newValue)
 o getAutofit
 public boolean getAutofit()
Method Name: Autofit
Turn on text autofitting?
Default Value is (FALSE).

Returns:
boolean
 o getAutofit
 public boolean getAutofit(IdentObj id)
 o getAutofit
 public boolean getAutofit(int objectID)
 o setAutofit
 public void setAutofit(boolean newValue)
 o setAutofit
 public void setAutofit(IdentObj id,
                        boolean newValue)
 o setAutofit
 public void setAutofit(int objectID,
                        boolean newValue)
 o getO1MinorGridCount
 public int getO1MinorGridCount()
Property Name: O1MinorGridCount
Number of Minor Grids for O1 Axis
Default Value is (1).

Returns:
integer value between 1 - 50 (inclusive)
 o setO1MinorGridCount
 public void setO1MinorGridCount(int newValue)
Property Name: O1MinorGridCount
Number of Minor Grids for O1 Axis
Default Value is (1).

 o 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)
 o 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).

 o getPieRingTotalFormat
 public int getPieRingTotalFormat()
Property Name: PieRingTotalFormat
Selects format for Ring Total
Default Value is (0).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Returns:
boolean
 o getAxisDescending
 public boolean getAxisDescending(IdentObj id)
 o getAxisDescending
 public boolean getAxisDescending(int objectID)
 o setAxisDescending
 public void setAxisDescending(boolean newValue)
 o setAxisDescending
 public void setAxisDescending(IdentObj id,
                               boolean newValue)
 o setAxisDescending
 public void setAxisDescending(int objectID,
                               boolean newValue)
 o 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)
 o getAxisSide
 public int getAxisSide(IdentObj id)
 o getAxisSide
 public int getAxisSide(int objectID)
 o setAxisSide
 public void setAxisSide(int newValue)
 o setAxisSide
 public void setAxisSide(IdentObj id,
                         int newValue)
 o setAxisSide
 public void setAxisSide(int objectID,
                         int newValue)
 o 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)
 o getDataTextAngle
 public int getDataTextAngle(IdentObj id)
 o getDataTextAngle
 public int getDataTextAngle(int seriesID)
 o getDataTextAngle
 public int getDataTextAngle(int seriesID,
                             int groupID)
 o setDataTextAngle
 public void setDataTextAngle(int newValue)
 o setDataTextAngle
 public void setDataTextAngle(IdentObj id,
                              int newValue)
 o setDataTextAngle
 public void setDataTextAngle(int seriesID,
                              int newValue)
 o setDataTextAngle
 public void setDataTextAngle(int seriesID,
                              int groupID,
                              int newValue)
 o 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)
 o getDataTextRadius
 public int getDataTextRadius(IdentObj id)
 o getDataTextRadius
 public int getDataTextRadius(int seriesID)
 o getDataTextRadius
 public int getDataTextRadius(int seriesID,
                              int groupID)
 o setDataTextRadius
 public void setDataTextRadius(int newValue)
 o setDataTextRadius
 public void setDataTextRadius(IdentObj id,
                               int newValue)
 o setDataTextRadius
 public void setDataTextRadius(int seriesID,
                               int newValue)
 o setDataTextRadius
 public void setDataTextRadius(int seriesID,
                               int groupID,
                               int newValue)
 o getDisplay
 public boolean getDisplay()
Method Name: Display
Whether the specified object is displayed
Default Value is (TRUE).

Returns:
boolean
 o getDisplay
 public boolean getDisplay(IdentObj id)
 o getDisplay
 public boolean getDisplay(int objectID)
 o setDisplay
 public void setDisplay(boolean newValue)
 o setDisplay
 public void setDisplay(IdentObj id,
                        boolean newValue)
 o setDisplay
 public void setDisplay(int objectID,
                        boolean newValue)
 o getDisplayOffScale
 public boolean getDisplayOffScale()
Method Name: DisplayOffScale
Whether to cut off data point or leave blank
Default Value is (TRUE).

Returns:
boolean
 o getDisplayOffScale
 public boolean getDisplayOffScale(IdentObj id)
 o getDisplayOffScale
 public boolean getDisplayOffScale(int objectID)
 o setDisplayOffScale
 public void setDisplayOffScale(boolean newValue)
 o setDisplayOffScale
 public void setDisplayOffScale(IdentObj id,
                                boolean newValue)
 o setDisplayOffScale
 public void setDisplayOffScale(int objectID,
                                boolean newValue)
 o getExcludeMaxLabel
 public boolean getExcludeMaxLabel()
Method Name: ExcludeMaxLabel
Exclude Max Label on Axis
Default Value is (FALSE).

Returns:
boolean
 o getExcludeMaxLabel
 public boolean getExcludeMaxLabel(IdentObj id)
 o getExcludeMaxLabel
 public boolean getExcludeMaxLabel(int objectID)
 o setExcludeMaxLabel
 public void setExcludeMaxLabel(boolean newValue)
 o setExcludeMaxLabel
 public void setExcludeMaxLabel(IdentObj id,
                                boolean newValue)
 o setExcludeMaxLabel
 public void setExcludeMaxLabel(int objectID,
                                boolean newValue)
 o getExcludeMinLabel
 public boolean getExcludeMinLabel()
Method Name: ExcludeMinLabel
Exclude Min Label on Axis
Default Value is (FALSE).

Returns:
boolean
 o getExcludeMinLabel
 public boolean getExcludeMinLabel(IdentObj id)
 o getExcludeMinLabel
 public boolean getExcludeMinLabel(int objectID)
 o setExcludeMinLabel
 public void setExcludeMinLabel(boolean newValue)
 o setExcludeMinLabel
 public void setExcludeMinLabel(IdentObj id,
                                boolean newValue)
 o setExcludeMinLabel
 public void setExcludeMinLabel(int objectID,
                                boolean newValue)
 o getFontName
 public String getFontName()
Method Name: FontName
Font name
Default Value is (Serif).

Returns:
String
 o getFontName
 public String getFontName(IdentObj id)
 o getFontName
 public String getFontName(int objectID)
 o setFontName
 public void setFontName(String newValue)
 o setFontName
 public void setFontName(IdentObj id,
                         String newValue)
 o setFontName
 public void setFontName(int objectID,
                         String newValue)
 o getFontSizeVC
 public int getFontSizeVC()
Method Name: FontSizeVC
Font size, in virtual coords
Default Value is (1000).

Returns:
integer
 o getFontSizeVC
 public int getFontSizeVC(IdentObj id)
 o getFontSizeVC
 public int getFontSizeVC(int objectID)
 o setFontSizeVC
 public void setFontSizeVC(int newValue)
 o setFontSizeVC
 public void setFontSizeVC(IdentObj id,
                           int newValue)
 o setFontSizeVC
 public void setFontSizeVC(int objectID,
                           int newValue)
 o getFontStyle
 public int getFontStyle()
Method Name: FontStyle
Font style
Default Value is (0).

Returns:
integer
 o getFontStyle
 public int getFontStyle(IdentObj id)
 o getFontStyle
 public int getFontStyle(int objectID)
 o setFontStyle
 public void setFontStyle(int newValue)
 o setFontStyle
 public void setFontStyle(IdentObj id,
                          int newValue)
 o setFontStyle
 public void setFontStyle(int objectID,
                          int newValue)
 o getGridStep
 public double getGridStep()
Method Name: GridStep
What is the scale step (between gridlines) for specified numeric axis?
Default Value is (15).

Returns:
double
 o getGridStep
 public double getGridStep(IdentObj id)
 o getGridStep
 public double getGridStep(int objectID)
 o setGridStep
 public void setGridStep(double newValue)
 o setGridStep
 public void setGridStep(IdentObj id,
                         double newValue)
 o setGridStep
 public void setGridStep(int objectID,
                         double newValue)
 o getGridStepAuto
 public boolean getGridStepAuto()
Method Name: GridStepAuto
Is gridline scale step automatically calculated?
Default Value is (TRUE).

Returns:
boolean
 o getGridStepAuto
 public boolean getGridStepAuto(IdentObj id)
 o getGridStepAuto
 public boolean getGridStepAuto(int objectID)
 o setGridStepAuto
 public void setGridStepAuto(boolean newValue)
 o setGridStepAuto
 public void setGridStepAuto(IdentObj id,
                             boolean newValue)
 o setGridStepAuto
 public void setGridStepAuto(int objectID,
                             boolean newValue)
 o getGridStyle
 public int getGridStyle()
Method Name: GridStyle
Solid, dashed, etc.
Default Value is (0).

Returns:
integer value between 0 - 5 (inclusive)
 o getGridStyle
 public int getGridStyle(IdentObj id)
 o getGridStyle
 public int getGridStyle(int objectID)
 o setGridStyle
 public void setGridStyle(int newValue)
 o setGridStyle
 public void setGridStyle(IdentObj id,
                          int newValue)
 o setGridStyle
 public void setGridStyle(int objectID,
                          int newValue)
 o getGroupLabel
 public String getGroupLabel()
Method Name: GroupLabel
Text String for Group
Default Value is (NULLSTRING).

Returns:
String
 o getGroupLabel
 public String getGroupLabel(IdentObj id)
 o getGroupLabel
 public String getGroupLabel(int groupID)
 o setGroupLabel
 public void setGroupLabel(String newValue)
 o setGroupLabel
 public void setGroupLabel(IdentObj id,
                           String newValue)
 o setGroupLabel
 public void setGroupLabel(int groupID,
                           String newValue)
 o getLabelStagger
 public boolean getLabelStagger()
Method Name: LabelStagger
Stagger this (axis) label?
Default Value is (FALSE).

Returns:
boolean
 o getLabelStagger
 public boolean getLabelStagger(IdentObj id)
 o getLabelStagger
 public boolean getLabelStagger(int objectID)
 o setLabelStagger
 public void setLabelStagger(boolean newValue)
 o setLabelStagger
 public void setLabelStagger(IdentObj id,
                             boolean newValue)
 o setLabelStagger
 public void setLabelStagger(int objectID,
                             boolean newValue)
 o getLogScale
 public boolean getLogScale()
Method Name: LogScale
Is specified numeric axis logarithmic?
Default Value is (FALSE).

Returns:
boolean
 o getLogScale
 public boolean getLogScale(IdentObj id)
 o getLogScale
 public boolean getLogScale(int objectID)
 o setLogScale
 public void setLogScale(boolean newValue)
 o setLogScale
 public void setLogScale(IdentObj id,
                         boolean newValue)
 o setLogScale
 public void setLogScale(int objectID,
                         boolean newValue)
 o 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)
 o getMarkerSize
 public int getMarkerSize(IdentObj id)
 o getMarkerSize
 public int getMarkerSize(int seriesID)
 o getMarkerSize
 public int getMarkerSize(int seriesID,
                          int groupID)
 o setMarkerSize
 public void setMarkerSize(int newValue)
 o setMarkerSize
 public void setMarkerSize(IdentObj id,
                           int newValue)
 o setMarkerSize
 public void setMarkerSize(int seriesID,
                           int newValue)
 o setMarkerSize
 public void setMarkerSize(int seriesID,
                           int groupID,
                           int newValue)
 o 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
 o getPieSliceDelete
 public boolean getPieSliceDelete(IdentObj id)
 o getPieSliceDelete
 public boolean getPieSliceDelete(int seriesID)
 o getPieSliceDelete
 public boolean getPieSliceDelete(int seriesID,
                                  int groupID)
 o setPieSliceDelete
 public void setPieSliceDelete(boolean newValue)
 o setPieSliceDelete
 public void setPieSliceDelete(IdentObj id,
                               boolean newValue)
 o setPieSliceDelete
 public void setPieSliceDelete(int seriesID,
                               boolean newValue)
 o setPieSliceDelete
 public void setPieSliceDelete(int seriesID,
                               int groupID,
                               boolean newValue)
 o 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)
 o getPieSliceDetach
 public int getPieSliceDetach(IdentObj id)
 o getPieSliceDetach
 public int getPieSliceDetach(int seriesID)
 o getPieSliceDetach
 public int getPieSliceDetach(int seriesID,
                              int groupID)
 o setPieSliceDetach
 public void setPieSliceDetach(int newValue)
 o setPieSliceDetach
 public void setPieSliceDetach(IdentObj id,
                               int newValue)
 o setPieSliceDetach
 public void setPieSliceDetach(int seriesID,
                               int newValue)
 o setPieSliceDetach
 public void setPieSliceDetach(int seriesID,
                               int groupID,
                               int newValue)
 o getRect
 public 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
 o getRect
 public Rectangle getRect(IdentObj id)
 o getRect
 public Rectangle getRect(int objectID)
 o setRect
 public void setRect(Rectangle newValue)
 o setRect
 public void setRect(IdentObj id,
                     Rectangle newValue)
 o setRect
 public void setRect(int objectID,
                     Rectangle newValue)
 o getScaleMax
 public double getScaleMax()
Method Name: ScaleMax
What is the scale maximum for specified numeric axis?
Default Value is (150).

Returns:
double
 o getScaleMax
 public double getScaleMax(IdentObj id)
 o getScaleMax
 public double getScaleMax(int objectID)
 o setScaleMax
 public void setScaleMax(double newValue)
 o setScaleMax
 public void setScaleMax(IdentObj id,
                         double newValue)
 o setScaleMax
 public void setScaleMax(int objectID,
                         double newValue)
 o getScaleMaxAuto
 public boolean getScaleMaxAuto()
Method Name: ScaleMaxAuto
Is scale maximum automatically calculated?
Default Value is (TRUE).

Returns:
boolean
 o getScaleMaxAuto
 public boolean getScaleMaxAuto(IdentObj id)
 o getScaleMaxAuto
 public boolean getScaleMaxAuto(int objectID)
 o setScaleMaxAuto
 public void setScaleMaxAuto(boolean newValue)
 o setScaleMaxAuto
 public void setScaleMaxAuto(IdentObj id,
                             boolean newValue)
 o setScaleMaxAuto
 public void setScaleMaxAuto(int objectID,
                             boolean newValue)
 o getScaleMin
 public double getScaleMin()
Method Name: ScaleMin
What is the scale minimum for specified numeric axis?
Default Value is (0).

Returns:
double
 o getScaleMin
 public double getScaleMin(IdentObj id)
 o getScaleMin
 public double getScaleMin(int objectID)
 o setScaleMin
 public void setScaleMin(double newValue)
 o setScaleMin
 public void setScaleMin(IdentObj id,
                         double newValue)
 o setScaleMin
 public void setScaleMin(int objectID,
                         double newValue)
 o getScaleMinAuto
 public boolean getScaleMinAuto()
Method Name: ScaleMinAuto
Is scale minimum automatically calculated?
Default Value is (TRUE).

Returns:
boolean
 o getScaleMinAuto
 public boolean getScaleMinAuto(IdentObj id)
 o getScaleMinAuto
 public boolean getScaleMinAuto(int objectID)
 o setScaleMinAuto
 public void setScaleMinAuto(boolean newValue)
 o setScaleMinAuto
 public void setScaleMinAuto(IdentObj id,
                             boolean newValue)
 o setScaleMinAuto
 public void setScaleMinAuto(int objectID,
                             boolean newValue)
 o getScaleMustIncludeZero
 public boolean getScaleMustIncludeZero()
Method Name: ScaleMustIncludeZero
Must the scale of the specified axis include zero?
Default Value is (FALSE).

Returns:
boolean
 o getScaleMustIncludeZero
 public boolean getScaleMustIncludeZero(IdentObj id)
 o getScaleMustIncludeZero
 public boolean getScaleMustIncludeZero(int objectID)
 o setScaleMustIncludeZero
 public void setScaleMustIncludeZero(boolean newValue)
 o setScaleMustIncludeZero
 public void setScaleMustIncludeZero(IdentObj id,
                                     boolean newValue)
 o setScaleMustIncludeZero
 public void setScaleMustIncludeZero(int objectID,
                                     boolean newValue)
 o getSeriesLabel
 public String getSeriesLabel()
Method Name: SeriesLabel
Text String for Series
Default Value is (NULLSTRING).

Returns:
String
 o getSeriesLabel
 public String getSeriesLabel(IdentObj id)
 o getSeriesLabel
 public String getSeriesLabel(int seriesID)
 o setSeriesLabel
 public void setSeriesLabel(String newValue)
 o setSeriesLabel
 public void setSeriesLabel(IdentObj id,
                            String newValue)
 o setSeriesLabel
 public void setSeriesLabel(int seriesID,
                            String newValue)
 o getShadowDisplay
 public boolean getShadowDisplay()
Method Name: ShadowDisplay
Display drop shadow on specified object?
Default Value is (FALSE).

Returns:
boolean
 o getShadowDisplay
 public boolean getShadowDisplay(IdentObj id)
 o getShadowDisplay
 public boolean getShadowDisplay(int objectID)
 o setShadowDisplay
 public void setShadowDisplay(boolean newValue)
 o setShadowDisplay
 public void setShadowDisplay(IdentObj id,
                              boolean newValue)
 o setShadowDisplay
 public void setShadowDisplay(int objectID,
                              boolean newValue)
 o 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)
 o getShadowXOffset
 public int getShadowXOffset(IdentObj id)
 o getShadowXOffset
 public int getShadowXOffset(int objectID)
 o setShadowXOffset
 public void setShadowXOffset(int newValue)
 o setShadowXOffset
 public void setShadowXOffset(IdentObj id,
                              int newValue)
 o setShadowXOffset
 public void setShadowXOffset(int objectID,
                              int newValue)
 o 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)
 o getShadowYOffset
 public int getShadowYOffset(IdentObj id)
 o getShadowYOffset
 public int getShadowYOffset(int objectID)
 o setShadowYOffset
 public void setShadowYOffset(int newValue)
 o setShadowYOffset
 public void setShadowYOffset(IdentObj id,
                              int newValue)
 o setShadowYOffset
 public void setShadowYOffset(int objectID,
                              int newValue)
 o getTextFormatPreset
 public int getTextFormatPreset()
Method Name: TextFormatPreset
Standard Format for the text
Default Value is (0).

Returns:
integer value between -1 - 17 (inclusive)
 o getTextFormatPreset
 public int getTextFormatPreset(IdentObj id)
 o getTextFormatPreset
 public int getTextFormatPreset(int objectID)
 o setTextFormatPreset
 public void setTextFormatPreset(int newValue)
 o setTextFormatPreset
 public void setTextFormatPreset(IdentObj id,
                                 int newValue)
 o setTextFormatPreset
 public void setTextFormatPreset(int objectID,
                                 int newValue)
 o getTextJustHoriz
 public int getTextJustHoriz()
Method Name: TextJustHoriz
Horizontal justification
Default Value is (1).

Returns:
integer value between 0 - 2 (inclusive)
 o getTextJustHoriz
 public int getTextJustHoriz(IdentObj id)
 o getTextJustHoriz
 public int getTextJustHoriz(int objectID)
 o setTextJustHoriz
 public void setTextJustHoriz(int newValue)
 o setTextJustHoriz
 public void setTextJustHoriz(IdentObj id,
                              int newValue)
 o setTextJustHoriz
 public void setTextJustHoriz(int objectID,
                              int newValue)
 o getTextJustVert
 public int getTextJustVert()
Method Name: TextJustVert
Vertical justification
Default Value is (1).

Returns:
integer value between 0 - 2 (inclusive)
 o getTextJustVert
 public int getTextJustVert(IdentObj id)
 o getTextJustVert
 public int getTextJustVert(int objectID)
 o setTextJustVert
 public void setTextJustVert(int newValue)
 o setTextJustVert
 public void setTextJustVert(IdentObj id,
                             int newValue)
 o setTextJustVert
 public void setTextJustVert(int objectID,
                             int newValue)
 o getTextRotation
 public int getTextRotation()
Method Name: TextRotation
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)
 o getTextRotation
 public int getTextRotation(IdentObj id)
 o getTextRotation
 public int getTextRotation(int objectID)
 o setTextRotation
 public void setTextRotation(int newValue)
 o setTextRotation
 public void setTextRotation(IdentObj id,
                             int newValue)
 o setTextRotation
 public void setTextRotation(int objectID,
                             int newValue)
 o getTextString
 public String getTextString()
Method Name: TextString
Sets the string to be displayed in a text object
Default Value is (NULLSTRING).

Returns:
String
 o getTextString
 public String getTextString(IdentObj id)
 o getTextString
 public String getTextString(int objectID)
 o setTextString
 public void setTextString(String newValue)
 o setTextString
 public void setTextString(IdentObj id,
                           String newValue)
 o setTextString
 public void setTextString(int objectID,
                           String newValue)
 o getTextWrap
 public boolean getTextWrap()
Method Name: TextWrap
Turn on text wrapping?
Default Value is (FALSE).

Returns:
boolean
 o getTextWrap
 public boolean getTextWrap(IdentObj id)
 o getTextWrap
 public boolean getTextWrap(int objectID)
 o setTextWrap
 public void setTextWrap(boolean newValue)
 o setTextWrap
 public void setTextWrap(IdentObj id,
                         boolean newValue)
 o setTextWrap
 public void setTextWrap(int objectID,
                         boolean newValue)
 o getURL
 public String getURL()
Method Name: URL
Universal Resource Locator for any specific Object
Default Value is (NULLSTRING).

Returns:
String
 o getURL
 public String getURL(IdentObj id)
 o getURL
 public String getURL(int seriesID)
 o getURL
 public String getURL(int seriesID,
                      int groupID)
 o setURL
 public void setURL(String newValue)
 o setURL
 public void setURL(IdentObj id,
                    String newValue)
 o setURL
 public void setURL(int seriesID,
                    String newValue)
 o setURL
 public void setURL(int seriesID,
                    int groupID,
                    String newValue)
 o getURLTarget
 public String getURLTarget()
Method Name: URLTarget
Frame Target for URL associated with any specific Object
Default Value is (NULLSTRING).

Returns:
String
 o getURLTarget
 public String getURLTarget(IdentObj id)
 o getURLTarget
 public String getURLTarget(int seriesID)
 o getURLTarget
 public String getURLTarget(int seriesID,
                            int groupID)
 o setURLTarget
 public void setURLTarget(String newValue)
 o setURLTarget
 public void setURLTarget(IdentObj id,
                          String newValue)
 o setURLTarget
 public void setURLTarget(int seriesID,
                          String newValue)
 o setURLTarget
 public void setURLTarget(int seriesID,
                          int groupID,
                          String newValue)
 o 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)
 o getSeriesType
 public int getSeriesType(IdentObj id)
 o getSeriesType
 public int getSeriesType(int seriesID)
 o setSeriesType
 public void setSeriesType(int newValue)
 o setSeriesType
 public void setSeriesType(IdentObj id,
                           int newValue)
 o setSeriesType
 public void setSeriesType(int seriesID,
                           int newValue)
 o 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)
 o 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).

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

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

 o getY2TitleString
 public String getY2TitleString()
Property Name: Y2TitleString
NONE
Default Value is (NULLSTRING).

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

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

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

 o getDataTextTemplateHiLo
 public 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
 o setDataTextTemplateHiLo
 public void setDataTextTemplateHiLo(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).

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

Returns:
String
 o getTextFormatPattern
 public String getTextFormatPattern(IdentObj id)
 o getTextFormatPattern
 public String getTextFormatPattern(int objectID)
 o setTextFormatPattern
 public void setTextFormatPattern(String newValue)
 o setTextFormatPattern
 public void setTextFormatPattern(IdentObj id,
                                  String newValue)
 o setTextFormatPattern
 public void setTextFormatPattern(int objectID,
                                  String newValue)
 o getDataTextFormatPattern
 public String getDataTextFormatPattern()
Property Name: DataTextFormatPattern
(Number) Custom format for the data text.
Default Value is (#.#).

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

 o 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)
 o setCubeLightSourceX
 public void setCubeLightSourceX(double newValue)
Property Name: CubeLightSourceX
X-coord (unit space) of light source
Default Value is (0).

 o 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)
 o setCubeLightSourceY
 public void setCubeLightSourceY(double newValue)
Property Name: CubeLightSourceY
Y-coord (unit space) of light source
Default Value is (1).

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

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

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

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

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

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

 o getQuadrantLineCountX
 public int getQuadrantLineCountX()
Property Name: QuadrantLineCountX
Number of vertical Quadrant Lines
Default Value is (1).

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

 o 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)
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

 o 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)
 o 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).

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

Returns:
String
 o getToolTipCustomString
 public String getToolTipCustomString(IdentObj id)
 o getToolTipCustomString
 public String getToolTipCustomString(int seriesID)
 o getToolTipCustomString
 public String getToolTipCustomString(int seriesID,
                                      int groupID)
 o setToolTipCustomString
 public void setToolTipCustomString(String newValue)
 o setToolTipCustomString
 public void setToolTipCustomString(IdentObj id,
                                    String newValue)
 o setToolTipCustomString
 public void setToolTipCustomString(int seriesID,
                                    String newValue)
 o setToolTipCustomString
 public void setToolTipCustomString(int seriesID,
                                    int groupID,
                                    String newValue)
 o 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)
 o setCubeLightSourceZ
 public void setCubeLightSourceZ(double newValue)
Property Name: CubeLightSourceZ
Z-coord (unit space) of light source
Default Value is (1).

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

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

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

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

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

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

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

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

 o getQuadrantLineCountY
 public int getQuadrantLineCountY()
Property Name: QuadrantLineCountY
Number of horizontal Quadrant Lines
Default Value is (1).

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

 o getZoomDirection
 public int getZoomDirection()
Property Name: ZoomDirection
Controls type of zooming user interface
Default Value is (0).

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

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

Returns:
boolean
 o getIgnoreSeries
 public boolean getIgnoreSeries(IdentObj id)
 o getIgnoreSeries
 public boolean getIgnoreSeries(int seriesID)
 o setIgnoreSeries
 public void setIgnoreSeries(boolean newValue)
 o setIgnoreSeries
 public void setIgnoreSeries(IdentObj id,
                             boolean newValue)
 o setIgnoreSeries
 public void setIgnoreSeries(int seriesID,
                             boolean newValue)
 o 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)
 o setDataScrollerPresenceGroups
 public void setDataScrollerPresenceGroups(int newValue)
Property Name: DataScrollerPresenceGroups
Determines when Group Data Scroller is visible
Default Value is (1).

 o 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)
 o setPieBarSeries
 public void setPieBarSeries(int newValue)
Property Name: PieBarSeries
Which series is exploded as a Bar in PieBar charts
Default Value is (0).

 o 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)
 o setO1LabelMargin
 public void setO1LabelMargin(int newValue)
Property Name: O1LabelMargin
Label Margins, 0 to 100 percent of the Label Width
Default Value is (0).

 o 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)
 o getLabelMargin
 public int getLabelMargin(IdentObj id)
 o getLabelMargin
 public int getLabelMargin(int objectID)
 o setLabelMargin
 public void setLabelMargin(int newValue)
 o setLabelMargin
 public void setLabelMargin(IdentObj id,
                            int newValue)
 o setLabelMargin
 public void setLabelMargin(int objectID,
                            int newValue)
 o 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)
 o setDataScrollerPresenceSeries
 public void setDataScrollerPresenceSeries(int newValue)
Property Name: DataScrollerPresenceSeries
Determines when Series Data Scroller is visible
Default Value is (1).

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

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

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

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

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

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

 o getAxisTextAutofitMode
 public int getAxisTextAutofitMode()
Property Name: AxisTextAutofitMode
Determine how Axis Text is Autofitted
Default Value is (0).

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

 o getAxisTextAutofitPercent
 public int getAxisTextAutofitPercent()
Property Name: AxisTextAutofitPercent
Deviation Percentage for Autofitted Axis Text
Default Value is (10).

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

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

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

 o 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
 o 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).

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

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

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

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

 o getFontSize
 public int getFontSize()
Method Name: FontSize
Font size, in destination coords
Default Value is (12).

Returns:
integer value between 1 - 128 (inclusive)
 o getFontSize
 public int getFontSize(IdentObj id)
 o getFontSize
 public int getFontSize(int objectID)
 o setFontSize
 public void setFontSize(int newValue)
 o setFontSize
 public void setFontSize(IdentObj id,
                         int newValue)
 o setFontSize
 public void setFontSize(int objectID,
                         int newValue)
 o getLegendMarkersPerCol
 public int getLegendMarkersPerCol()
Property Name: LegendMarkersPerCol
0 means automatic
Default Value is (0).

Returns:
integer value between 0 - 4 (inclusive)
 o setLegendMarkersPerCol
 public void setLegendMarkersPerCol(int newValue)
Property Name: LegendMarkersPerCol
0 means automatic
Default Value is (0).

 o getLegendMarkersPerRow
 public int getLegendMarkersPerRow()
Property Name: LegendMarkersPerRow
0 means automatic
Default Value is (0).

Returns:
integer value between 0 - 4 (inclusive)
 o setLegendMarkersPerRow
 public void setLegendMarkersPerRow(int newValue)
Property Name: LegendMarkersPerRow
0 means automatic
Default Value is (0).

 o getChartBackground
 public IdentObj getChartBackground()
 o getFrame
 public IdentObj getFrame()
 o getFootnote
 public IdentObj getFootnote()
 o getSubtitle
 public IdentObj getSubtitle()
 o getTitle
 public IdentObj getTitle()
 o getY1Title
 public IdentObj getY1Title()
 o getY2Title
 public IdentObj getY2Title()
 o getO1Title
 public IdentObj getO1Title()
 o getO2Title
 public IdentObj getO2Title()
 o getX1Title
 public IdentObj getX1Title()
 o getLegendArea
 public IdentObj getLegendArea()
 o getLegendMarker
 public IdentObj getLegendMarker()
 o getLegendText
 public IdentObj getLegendText()
 o getFrameSide
 public IdentObj getFrameSide()
 o getFrameBottom
 public IdentObj getFrameBottom()
 o getFrameSeparator
 public IdentObj getFrameSeparator()
 o getSpectralLegendMarker
 public IdentObj getSpectralLegendMarker()
 o getGroupScroller
 public IdentObj getGroupScroller()
 o getGroupScrollerThumb
 public IdentObj getGroupScrollerThumb()
 o getGroupScrollerEditBox
 public IdentObj getGroupScrollerEditBox()
 o getGroupScrollerEditLeft
 public IdentObj getGroupScrollerEditLeft()
 o getGroupScrollerEditThumb
 public IdentObj getGroupScrollerEditThumb()
 o getGroupScrollerEditRight
 public IdentObj getGroupScrollerEditRight()
 o getSeriesScroller
 public IdentObj getSeriesScroller()
 o getSeriesScrollerThumb
 public IdentObj getSeriesScrollerThumb()
 o getSeriesScrollerEditBox
 public IdentObj getSeriesScrollerEditBox()
 o getSeriesScrollerEditLeft
 public IdentObj getSeriesScrollerEditLeft()
 o getSeriesScrollerEditThumb
 public IdentObj getSeriesScrollerEditThumb()
 o getSeriesScrollerEditRight
 public IdentObj getSeriesScrollerEditRight()
 o getNestedO1Label0
 public IdentObj getNestedO1Label0()
 o getNestedO1Label1
 public IdentObj getNestedO1Label1()
 o getNestedO1Label2
 public IdentObj getNestedO1Label2()
 o getNestedO1Label3
 public IdentObj getNestedO1Label3()
 o getNestedO1Label4
 public IdentObj getNestedO1Label4()
 o getNestedO1Label5
 public IdentObj getNestedO1Label5()
 o getNestedO1Label6
 public IdentObj getNestedO1Label6()
 o getNestedO1Label7
 public IdentObj getNestedO1Label7()
 o getNestedO1Label8
 public IdentObj getNestedO1Label8()
 o getNestedO1LabelLine
 public IdentObj getNestedO1LabelLine()
 o getAreaRiser
 public IdentObj getAreaRiser()
 o getLineRiser
 public IdentObj getLineRiser()
 o getLineMarker
 public IdentObj getLineMarker()
 o getDataText
 public IdentObj getDataText()
 o getO1AxisLine
 public IdentObj getO1AxisLine()
 o getO1Label
 public IdentObj getO1Label()
 o getO1MajorGrid
 public IdentObj getO1MajorGrid()
 o getO1MinorGrid
 public IdentObj getO1MinorGrid()
 o getO2AxisLine
 public IdentObj getO2AxisLine()
 o getO2Label
 public IdentObj getO2Label()
 o getO2MajorGrid
 public IdentObj getO2MajorGrid()
 o getO2MinorGrid
 public IdentObj getO2MinorGrid()
 o getBarRiser
 public IdentObj getBarRiser()
 o getX1AxisLine
 public IdentObj getX1AxisLine()
 o getX1Label
 public IdentObj getX1Label()
 o getX1MajorGrid
 public IdentObj getX1MajorGrid()
 o getX1MinorGrid
 public IdentObj getX1MinorGrid()
 o getY1AxisLine
 public IdentObj getY1AxisLine()
 o getY1Label
 public IdentObj getY1Label()
 o getY1MajorGrid
 public IdentObj getY1MajorGrid()
 o getY1MinorGrid
 public IdentObj getY1MinorGrid()
 o getY2AxisLine
 public IdentObj getY2AxisLine()
 o getY2Label
 public IdentObj getY2Label()
 o getY2MajorGrid
 public IdentObj getY2MajorGrid()
 o getY2MinorGrid
 public IdentObj getY2MinorGrid()
 o getX1ZeroLine
 public IdentObj getX1ZeroLine()
 o getY1ZeroLine
 public IdentObj getY1ZeroLine()
 o getY2ZeroLine
 public IdentObj getY2ZeroLine()
 o getPieFeelerLine
 public IdentObj getPieFeelerLine()
 o getPieSliceLabel
 public IdentObj getPieSliceLabel()
 o getPieLabel
 public IdentObj getPieLabel()
 o getPieRingLabel
 public IdentObj getPieRingLabel()
 o getSlice
 public IdentObj getSlice()
 o getPieBarSlice
 public IdentObj getPieBarSlice()
 o getSliceCrust
 public IdentObj getSliceCrust()
 o getPieBarSliceCrust
 public IdentObj getPieBarSliceCrust()
 o getSliceRing
 public IdentObj getSliceRing()
 o getPieBarConnectLines
 public IdentObj getPieBarConnectLines()
 o getPieFrame
 public IdentObj getPieFrame()
 o getStockRiser
 public IdentObj getStockRiser()
 o getStock52WeekHighLine
 public IdentObj getStock52WeekHighLine()
 o getStock52WeekLowLine
 public IdentObj getStock52WeekLowLine()
 o getStockLowerRiser
 public IdentObj getStockLowerRiser()
 o getStockCloseTick
 public IdentObj getStockCloseTick()
 o getStockOpenTick
 public IdentObj getStockOpenTick()
 o getStockMALine
 public IdentObj getStockMALine()
 o getStockVolumeRiser
 public IdentObj getStockVolumeRiser()
 o getStockRisingRiser
 public IdentObj getStockRisingRiser()
 o getStockFallingRiser
 public IdentObj getStockFallingRiser()
 o getStockHighLine
 public IdentObj getStockHighLine()
 o getStockLowLine
 public IdentObj getStockLowLine()
 o getHistogramRiser
 public IdentObj getHistogramRiser()
 o getBarRiserSide
 public IdentObj getBarRiserSide()
 o getBarRiserBottom
 public IdentObj getBarRiserBottom()
 o getAreaRiserTop
 public IdentObj getAreaRiserTop()
 o getAreaRiserBottom
 public IdentObj getAreaRiserBottom()
 o getLineRiserSide
 public IdentObj getLineRiserSide()
 o getLineRiserTop
 public IdentObj getLineRiserTop()
 o getQuadrantLine
 public IdentObj getQuadrantLine()
 o getScatterQuadrantLine
 public IdentObj getScatterQuadrantLine()
 o getSpectralMarker
 public IdentObj getSpectralMarker()
 o getPieBarRiser
 public IdentObj getPieBarRiser()
 o getPieBarRiserSide
 public IdentObj getPieBarRiserSide()
 o getPieBarRiserTop
 public IdentObj getPieBarRiserTop()
 o getCubeFloor
 public IdentObj getCubeFloor()
 o getCubeLeftWall
 public IdentObj getCubeLeftWall()
 o getCubeRightWall
 public IdentObj getCubeRightWall()
 o getCubeRiserFace
 public IdentObj getCubeRiserFace()
 o getCubeRiserGridX
 public IdentObj getCubeRiserGridX()
 o getCubeRiserGridY
 public IdentObj getCubeRiserGridY()
 o getCubeRiserGridZ
 public IdentObj getCubeRiserGridZ()
 o getCubeFloorGridX
 public IdentObj getCubeFloorGridX()
 o getCubeFloorGridZ
 public IdentObj getCubeFloorGridZ()
 o getCubeLeftWallGridY
 public IdentObj getCubeLeftWallGridY()
 o getCubeLeftWallGridZ
 public IdentObj getCubeLeftWallGridZ()
 o getCubeRightWallGridX
 public IdentObj getCubeRightWallGridX()
 o getCubeRightWallGridY
 public IdentObj getCubeRightWallGridY()
 o getO1Axis
 public IdentObj getO1Axis()
 o getO2Axis
 public IdentObj getO2Axis()
 o getX1Axis
 public IdentObj getX1Axis()
 o getY1Axis
 public IdentObj getY1Axis()
 o getY2Axis
 public IdentObj getY2Axis()
 o getColorByHeight
 public IdentObj getColorByHeight()
 o getSeries
 public IdentObj getSeries(int nSeries)
 o getGroup
 public IdentObj getGroup(int nGroup)
 o getSeriesGroup
 public IdentObj getSeriesGroup(int nSeries,
                                int nGroup)
 o getGlobal
 public IdentObj getGlobal()
 o getAreaRiser
 public IdentObj getAreaRiser(int s,
                              int g)
 o getBarRiser
 public IdentObj getBarRiser(int s,
                             int g)
 o getDataText
 public IdentObj getDataText(int s,
                             int g)
 o getLegendMarker
 public IdentObj getLegendMarker(int s)
 o getLegendText
 public IdentObj getLegendText(int s)
 o getLineMarker
 public IdentObj getLineMarker(int s,
                               int g)
 o getLineRiser
 public IdentObj getLineRiser(int s,
                              int g)
 o getPieBarConnectLineBottom
 public IdentObj getPieBarConnectLineBottom()
 o getPieBarConnectLineTop
 public IdentObj getPieBarConnectLineTop()
 o getPieBarSlice
 public IdentObj getPieBarSlice(int s,
                                int g)
 o getPieFeelerLine
 public IdentObj getPieFeelerLine(int s,
                                  int g)
 o getPieSliceLabel
 public IdentObj getPieSliceLabel(int s,
                                  int g)
 o getPieLabel
 public IdentObj getPieLabel(int g)
 o getPieRingLabel
 public IdentObj getPieRingLabel(int g)
 o getSlice
 public IdentObj getSlice(int s,
                          int g)
 o getSpectralLegendMarker
 public IdentObj getSpectralLegendMarker(int i)
 o getStockMALine
 public IdentObj getStockMALine(int s,
                                int g)
 o getStockVolumeRiser
 public IdentObj getStockVolumeRiser(int g)
 o getStockCloseTick
 public IdentObj getStockCloseTick(int s,
                                   int g)
 o getStockOpenTick
 public IdentObj getStockOpenTick(int s,
                                  int g)
 o getStockRisingRiser
 public IdentObj getStockRisingRiser(int s,
                                     int g)
 o getStockFallingRiser
 public IdentObj getStockFallingRiser(int s,
                                      int g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index