home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _2190D57FF6D24AD1B6C9D6D4D8F30A79 < prev    next >
Text File  |  2003-03-07  |  84KB  |  4,828 lines

  1. SaveChartStyle
  2.  
  3. Syntax
  4.  
  5. SaveChartStyle(Filename As String, Type As _SaveChartStyle_Type_enum)
  6.  
  7. Description
  8.  
  9. Name and save a chart style.
  10.  
  11. Parameters
  12.  
  13. Filename: string    The filename of the chart style to save.
  14.  
  15. Type: enumeration    The type of chart to which the style applies.
  16.  
  17. Data
  18.  
  19. Org
  20.  
  21. Text
  22.  
  23. SaveStyleDlg
  24.  
  25. Syntax
  26.  
  27. SaveStyleDlg()
  28.  
  29. Description
  30.  
  31. Display the Save Chart Style dialog box, which is used to save the current chart style.
  32.  
  33. SaveWithEvenBorders
  34.  
  35. Syntax
  36.  
  37. SaveWithEvenBorders(UseAsDefault As _SaveWithEvenBorders_UseAsDefault_enum, UseEvenBorders As _SaveWithEvenBorders_UseEvenBorders_enum, [BorderSize As Integer])
  38.  
  39. Description
  40.  
  41. Specify whether a document is saved with even borders.
  42.  
  43. Parameters
  44.  
  45. UseAsDefault: enumeration    Use the specified even border as the default setting.
  46.  
  47. No
  48.  
  49. Yes
  50.  
  51. UseEvenBorders: enumeration    Use even borders when the file is saved.
  52.  
  53. No
  54.  
  55. Yes
  56.  
  57. BorderSize: numeric (optional)    Specify the border size as a percentage of the size of the graphic.
  58.  
  59. ScreenDown
  60.  
  61. Syntax
  62.  
  63. ScreenDown()
  64.  
  65. Description
  66.  
  67. Move the insertion point to the bottom of the screen in a text area.
  68.  
  69. SelectAllObjects
  70.  
  71. Syntax
  72.  
  73. SelectAllObjects()
  74.  
  75. Description
  76.  
  77. Select all objects in the current drawing window.
  78.  
  79. SelectBegOfLine
  80.  
  81. Syntax
  82.  
  83. SelectBegOfLine()
  84.  
  85. Description
  86.  
  87. Select text from the insertion point to the beginning of the line.
  88.  
  89. SelectBox
  90.  
  91. Syntax
  92.  
  93.  SelectBox(Select As _SelectBox_Select_enum, [BoxLocation])
  94.  
  95. Description
  96.  
  97. Select a box in an organization chart.
  98.  
  99. Parameters
  100.  
  101. Select: enumeration    Select or deselect the box.
  102.  
  103. Off
  104.  
  105. On
  106.  
  107. BoxLocation: numeric    The numbers define a path down to the box to be selected. Each number represents a box location below its manager. For now, the first number is always 1, since there is only one box on the top level.
  108.  
  109. SelectCurrentLevel
  110.  
  111. Syntax
  112.  
  113. SelectCurrentLevel()
  114.  
  115. Description
  116.  
  117. Select the current organization chart level.
  118.  
  119. SelectDocBottom
  120.  
  121. Syntax
  122.  
  123. SelectDocBottom()
  124.  
  125. Description
  126.  
  127. Select text from the insertion point to the end of the text.
  128.  
  129. SelectDocTop
  130.  
  131. Syntax
  132.  
  133. SelectDocTop()
  134.  
  135. Description
  136.  
  137. Select text from the insertion point to the beginning of the text.
  138.  
  139. SelectDown
  140.  
  141. Syntax
  142.  
  143. SelectDown()
  144.  
  145. Description
  146.  
  147. Select text from the insertion point to the corresponding position on the next line.
  148.  
  149. SelectEndOfLine
  150.  
  151. Syntax
  152.  
  153. SelectEndOfLine()
  154.  
  155. Description
  156.  
  157. Select text from the insertion point to the end of the line.
  158.  
  159. SelectiveReplace
  160.  
  161. Syntax
  162.  
  163.  SelectiveReplace([X], [Y])
  164.  
  165. Description
  166.  
  167. Replace foreground color pixels with background color pixels in the Bitmap Editor.
  168.  
  169. Parameters
  170.  
  171. X: numeric (optional)    The horizontal coordinate of a pixel to replace. Repeat sets of X and Y parameters to indicate multiple pixels, and enclose repeated parameters in braces {}.
  172.  
  173. Y: numeric (optional)    The vertical coordinate of a pixel to replace.
  174.  
  175. SelectLeft
  176.  
  177. Syntax
  178.  
  179. SelectLeft()
  180.  
  181. Description
  182.  
  183. Select the character to the left of the insertion point.
  184.  
  185. SelectLikeObjects
  186.  
  187. Syntax
  188.  
  189. SelectLikeObjects()
  190.  
  191. Description
  192.  
  193. Select all objects of the same type as the currently selected object.
  194.  
  195. SelectOnlineServiceDlg
  196.  
  197. Syntax
  198.  
  199. SelectOnlineServiceDlg()
  200.  
  201. Description
  202.  
  203. Displays the dialog that lets you select the service Help Online will connect to.
  204.  
  205. SelectPrinter
  206.  
  207. Syntax
  208.  
  209. SelectPrinter(PrinterName As String)
  210.  
  211. Description
  212.  
  213. Select a specific printer.
  214.  
  215. Parameters
  216.  
  217. PrinterName: string    The name of printer to be selected.
  218.  
  219. SelectRight
  220.  
  221. Syntax
  222.  
  223. SelectRight()
  224.  
  225. Description
  226.  
  227. Select the character to the right of the insertion point.
  228.  
  229. SelectScreenDown
  230.  
  231. Syntax
  232.  
  233. SelectScreenDown()
  234.  
  235. Description
  236.  
  237. Select the area from the insertion point to the bottom of the current text window.
  238.  
  239. SelectScreenUp
  240.  
  241. Syntax
  242.  
  243. SelectScreenUp()
  244.  
  245. Description
  246.  
  247. Select the area from the insertion point to the top of the current text window.
  248.  
  249. SelectTextChart
  250.  
  251. Syntax
  252.  
  253. SelectTextChart(Chart As _SelectTextChart_Chart_enum)
  254.  
  255. Description
  256.  
  257. Select the title, subtitle, or bullets in a slide which uses the Bullet Chart template.
  258.  
  259. Parameters
  260.  
  261. Chart: enumeration    Select a title, a subtitle, or bullets.
  262.  
  263. Bullets
  264.  
  265. Subtitle
  266.  
  267. Title
  268.  
  269. SelectUp
  270.  
  271. Syntax
  272.  
  273. SelectUp()
  274.  
  275. Description
  276.  
  277. Select text from the insertion point to the corresponding position on the previous line.
  278.  
  279. SelectWordLeft
  280.  
  281. Syntax
  282.  
  283. SelectWordLeft()
  284.  
  285. Description
  286.  
  287. Select the word to the left of the insertion point.
  288.  
  289. SelectWordRight
  290.  
  291. Syntax
  292.  
  293. SelectWordRight()
  294.  
  295. Description
  296.  
  297. Select the word to the right of the insertion point.
  298.  
  299. SendtoEnvoy
  300.  
  301. Syntax
  302.  
  303. SendtoEnvoy()
  304.  
  305. Description
  306.  
  307. Publish the document as an Envoy (.EVY) file.
  308.  
  309. SendtoGraphicsland
  310.  
  311. Syntax
  312.  
  313. SendtoGraphicsland()
  314.  
  315. Description
  316.  
  317. Send the document to Graphicsland.
  318.  
  319. SendToWP
  320.  
  321. Syntax
  322.  
  323. SendToWP()
  324.  
  325. Description
  326.  
  327. Send the document to Corel WordPerfect.
  328.  
  329. SeparateObject
  330.  
  331. Syntax
  332.  
  333. SeparateObject()
  334.  
  335. Description
  336.  
  337. Break up combined objects, grouped objects, or contoured text so the parts are treated as separate objects.
  338.  
  339. SetAirbrushDensity
  340.  
  341. Syntax
  342.  
  343. SetAirbrushDensity([AirbrushDensity As Integer])
  344.  
  345. Description
  346.  
  347. Specify the number of pixels the Air Brush painting tool covers. The maximum number is 100.
  348.  
  349. Parameters
  350.  
  351. AirbrushDensity: numeric (optional)    The number of pixels that change color with each stroke of the airbrush.
  352.  
  353. SetAxisOptions
  354.  
  355. Syntax
  356.  
  357. SetAxisOptions(AxisNum As Integer, [NumMinInc As Integer], [LabelScaleFactor As Double], [Maximum As Double], [Minimum As Double], [MajorInc As Double], [AutoMax As _SetAxisOptions_AutoMax_enum], [AutoMin As _SetAxisOptions_AutoMin_enum], [AutoGradMaj As _SetAxisOptions_AutoGradMaj_enum], [Log As _SetAxisOptions_Log_enum], [SameScale As _SetAxisOptions_SameScale_enum])
  358.  
  359. Description
  360.  
  361. Specify the scale and values of chart Y axes.
  362.  
  363. Parameters
  364.  
  365. AxisNum: numeric    The axis to modify. Axes 1, 2 and 3 correspond to the X axis, the Y1 axis, and the Y2 axis.
  366.  
  367. NumMinInc: numeric (optional)    The number of minor increments between major increments.
  368.  
  369. LabelScaleFactor: numeric (optional)    The number by which to divide axis labels.
  370.  
  371. Maximum: numeric (optional)    The maximum value to display for the specified axis.
  372.  
  373. Minimum: numeric (optional)    The minimum value to display for the specified axis.
  374.  
  375. MajorInc: numeric (optional)    The distance between major increments.
  376.  
  377. AutoMax: enumeration (optional)    Determine the maximum axis value automatically.
  378.  
  379. Off
  380.  
  381. On
  382.  
  383. AutoMin: enumeration (optional)    Determine the minimum axis value automatically.
  384.  
  385. Off
  386.  
  387. On
  388.  
  389. AutoGradMaj: enumeration (optional)    Determine the major grid increment value automatically.
  390.  
  391. Off
  392.  
  393. On
  394.  
  395. Log: enumeration (optional)    The axis is logarithmic rather than linear.
  396.  
  397. Off
  398.  
  399. On
  400.  
  401. SameScale: enumeration (optional)    Radar chart axes use the same scale.
  402.  
  403. Off
  404.  
  405. On
  406.  
  407. SetBackgroundName
  408.  
  409. Syntax
  410.  
  411.  SetBackgroundName(BackgroundName As String)
  412.  
  413. Description
  414.  
  415. Name the current background.
  416.  
  417. Parameters
  418.  
  419. BackgroundName: string    The background name.
  420.  
  421. SetBackgroundNameDlg
  422.  
  423. Syntax
  424.  
  425. SetBackgroundNameDlg()
  426.  
  427. Description
  428.  
  429. Display the Background Name dialog box, which is used to name a background.
  430.  
  431. SetBarStyle
  432.  
  433. Syntax
  434.  
  435. SetBarStyle(Style As _SetBarStyle_Style_enum)
  436.  
  437. Description
  438.  
  439. Specify a style for a bar, line, or area chart.
  440.  
  441. Parameters
  442.  
  443. Style: enumeration    The bar style.
  444.  
  445. Cluster
  446.  
  447. Overlap
  448.  
  449. Stack100
  450.  
  451. Stacked
  452.  
  453. SetBitmapTransparency
  454.  
  455. Syntax
  456.  
  457. SetBitmapTransparency(TransparencyOn As _SetBitmapTransparency_TransparencyOn_enum, [TransColorRed As Integer], [TransColorGreen As Integer], [TransColorBlue As Integer])
  458.  
  459. Description
  460.  
  461. Turn transparency on or off for a specified color in the Bitmap Editor.
  462.  
  463. Parameters
  464.  
  465. TransparencyOn: enumeration    Transparency is on for a specified color.
  466.  
  467. No
  468.  
  469. Yes
  470.  
  471. TransColorRed: numeric (optional)    The amount of red (0-255) in a transparent color.
  472.  
  473. TransColorGreen: numeric (optional)    The amount of green (0-255) in a transparent color.
  474.  
  475. TransColorBlue: numeric (optional)    The amount of blue (0-255) in a transparent color.
  476.  
  477. SetBorder
  478.  
  479. Syntax
  480.  
  481. SetBorder(TitleType As _SetBorder_TitleType_enum, [BoxShape As _SetBorder_BoxShape_enum], [BoxBorder As _SetBorder_BoxBorder_enum], [Red As Integer], [Green As Integer], [Blue As Integer])
  482.  
  483. Description
  484.  
  485. Specify border options for chart titles, labels, and legends.
  486.  
  487. Parameters
  488.  
  489. TitleType: enumeration    The box border type for data chart titles or labels.
  490.  
  491. BoxDataLabels
  492.  
  493. BoxLegend
  494.  
  495. BoxPieLabels
  496.  
  497. BoxPieTitles
  498.  
  499. BoxSubtitle
  500.  
  501. BoxTitle
  502.  
  503. OrgChart
  504.  
  505. TextChart
  506.  
  507. BoxShape: enumeration (optional)    The box shape.
  508.  
  509. None
  510.  
  511. Octagon
  512.  
  513. Rectangle
  514.  
  515. RndRect
  516.  
  517. BoxBorder: enumeration (optional)    The border type.
  518.  
  519. Bevel
  520.  
  521. Dash
  522.  
  523. Dot
  524.  
  525. Double
  526.  
  527. None
  528.  
  529. Shadow
  530.  
  531. Single
  532.  
  533. Thick
  534.  
  535. Red: numeric (optional)    The amount of red (0-255) in a box border.
  536.  
  537. Green: numeric (optional)    The amount of green (0-255) in a box border.
  538.  
  539. Blue: numeric (optional)    The amount of blue (0-255) in a box border.
  540.  
  541. SetBrushShape
  542.  
  543. Syntax
  544.  
  545. SetBrushShape([BrushShape As _SetBrushShape_BrushShape_enum])
  546.  
  547. Description
  548.  
  549. Specify the shape of the Paint Brush painting tool.
  550.  
  551. Parameters
  552.  
  553. BrushShape: enumeration (optional)    The shape of the Paint Brush painting tool.
  554.  
  555. BackwardSlash
  556.  
  557. Circle
  558.  
  559. Diamond
  560.  
  561. ForwardSlash
  562.  
  563. HorizontalLine
  564.  
  565. Square
  566.  
  567. VerticalLine
  568.  
  569. SetBrushWidth
  570.  
  571. Syntax
  572.  
  573. SetBrushWidth([BrushWidth As Integer])
  574.  
  575. Description
  576.  
  577. Specify the width of the Paint Brush painting tool. If no parameter is specified, the Paint Brush is set to the default width.
  578.  
  579. Parameters
  580.  
  581. BrushWidth: numeric (optional)    The width in pixels (0-100).
  582.  
  583. SetBubbleAnchors
  584.  
  585. Syntax
  586.  
  587. SetBubbleAnchors(AnchorHorizontal As _SetBubbleAnchors_AnchorHorizontal_enum, AnchorVertical As _SetBubbleAnchors_AnchorVertical_enum)
  588.  
  589. Description
  590.  
  591. Specify anchors.
  592.  
  593. Parameters
  594.  
  595. AnchorHorizontal: enumeration    Indicate whether the horizontal anchor should be set.
  596.  
  597. False
  598.  
  599. True
  600.  
  601. AnchorVertical: enumeration    Indicate whether the vertical anchor should be set.
  602.  
  603. False
  604.  
  605. True
  606.  
  607. SetBulletAttributes
  608.  
  609. Syntax
  610.  
  611. SetBulletAttributes(Level As Integer, GradType As _SetBulletAttributes_GradType_enum, Grad1Red As Integer, Grad1Green As Integer, Color1Blue As Integer, [Grad2Red As Integer], [Grad2Green As Integer], [Grad2Blue As Integer], [GradBRed As Integer], [GradBGreen As Integer], [GradBBlue As Integer], [BrushPattern As _SetBulletAttributes_BrushPattern_enum], [UseGradSteps As _SetBulletAttributes_UseGradSteps_enum], [GradAngle As Long], [GradRefX As Integer], [GradRefY As Integer], [GradSteps As Integer])
  612.  
  613. Description
  614.  
  615. Set bullet fill attributes.
  616.  
  617. Parameters
  618.  
  619. Level: numeric    The level of the bulleted list to be changed.
  620.  
  621. GradType: enumeration    The gradient type.
  622.  
  623. ConcenCircles
  624.  
  625. ConcenEllipse
  626.  
  627. ConcenRects
  628.  
  629. ConcenSquares
  630.  
  631. ConverCircles
  632.  
  633. ConverEllips
  634.  
  635. ConverRects
  636.  
  637. ConverSquares
  638.  
  639. Linear
  640.  
  641. None
  642.  
  643. Polygonal
  644.  
  645. Grad1Red: numeric    The amount of red (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  646.  
  647. Grad1Green: numeric    The amount of green (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  648.  
  649. Color1Blue: numeric    The amount of blue (0-255).
  650.  
  651. Grad2Red: numeric (optional)    The amount of red (0-255) in a solid fill, the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  652.  
  653. Grad2Green: numeric (optional)    The amount of green (0-255) in a solid fill, the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  654.  
  655. Grad2Blue: numeric (optional)    The amount of blue (0-255) in a solid fill, the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  656.  
  657. GradBRed: numeric (optional)    The amount of red (0-255) in the background color.
  658.  
  659. GradBGreen: numeric (optional)    The amount of green (0-255) in the background color.
  660.  
  661. GradBBlue: numeric (optional)    The amount of blue (0-255) in the background color.
  662.  
  663. BrushPattern: enumeration (optional)    The fill pattern.
  664.  
  665. Arches
  666.  
  667. Balls
  668.  
  669. BigChecks
  670.  
  671. BigCrosshatch
  672.  
  673. BigSquares
  674.  
  675. Chainlink
  676.  
  677. Checks
  678.  
  679. Crosses
  680.  
  681. Crosshatch
  682.  
  683. FishScale
  684.  
  685. Gray12
  686.  
  687. Gray25
  688.  
  689. Gray50
  690.  
  691. Honeycomb
  692.  
  693. HorzBricks
  694.  
  695. HorzLines1
  696.  
  697. HorzLines2
  698.  
  699. Mesh
  700.  
  701. Patio
  702.  
  703. Plaid
  704.  
  705. Solid
  706.  
  707. Squares
  708.  
  709. TiltBricks
  710.  
  711. TiltLines1
  712.  
  713. TiltLines2
  714.  
  715. TiltLines3
  716.  
  717. TiltLines4
  718.  
  719. Triangles
  720.  
  721. VertLines1
  722.  
  723. VertLines2
  724.  
  725. Waves
  726.  
  727. Weave
  728.  
  729. UseGradSteps: enumeration (optional)    Use gradient steps.
  730.  
  731. No
  732.  
  733. Yes
  734.  
  735. GradAngle: numeric (optional)    The rotation angle for a gradient fill. The top of the gradient is rotated counter-clockwise. For example, a 90-degree rotation places the top of the gradient parallel to the left margin of the page.
  736.  
  737. GradRefX: numeric (optional)    The horizontal center of a circular or rectangular gradient relative to the page. Flush left is 0, center is 50, flush right is 100.
  738.  
  739. GradRefY: numeric (optional)    The vertical center of a circular or rectangular gradient or the top of a linear gradient relative to the page. Top is 0, center is 50, bottom is 100.
  740.  
  741. GradSteps: numeric (optional)    The number of steps between colors in a gradient fill. A value of 0 represents the greatest possible number of steps.
  742.  
  743. SetBulletColor
  744.  
  745. Syntax
  746.  
  747. SetBulletColor([LevelNum As Integer], [Red As Integer], [Green As Integer], [Blue As Integer])
  748.  
  749. Description
  750.  
  751. Specify colors for the bullets used in bullet charts. A different color may by specified for each level. Precede with BulletChartAttrStart and follow with BulletChartAttrEnd.
  752.  
  753. Parameters
  754.  
  755. LevelNum: numeric (optional)    The bulleted list level.
  756.  
  757. Red: numeric (optional)    The amount of red (0-255) in a bullet color.
  758.  
  759. Green: numeric (optional)    The amount of green (0-255) in a bullet color.
  760.  
  761. Blue: numeric (optional)    The amount of blue (0-255) in a bullet color.
  762.  
  763. SetBulletDefinition
  764.  
  765. Syntax
  766.  
  767.  SetBulletDefinition(BulletLevel As Integer, Bullet As String)
  768.  
  769. Description
  770.  
  771. Specify characters to use as bullets for a bullet chart. Precede with BulletChartAttrStart() and follow with BulletChartAttrEnd().
  772.  
  773. Parameters
  774.  
  775. BulletLevel: numeric    The bullet chart level to modify.
  776.  
  777. Bullet: string    Up to twenty characters to use as bullets.
  778.  
  779. SetBulletEffect
  780.  
  781. Syntax
  782.  
  783. SetBulletEffect(Effect As _SetBulletEffect_Effect_enum, Direction As _SetBulletEffect_Direction_enum, Speed As _SetBulletEffect_Speed_enum, OneAtATime As _SetBulletEffect_OneAtATime_enum, Highlight As _SetBulletEffect_Highlight_enum, ReverseOrder As _SetBulletEffect_ReverseOrder_enum, ApplyToAll As _SetBulletEffect_ApplyToAll_enum)
  784.  
  785. Description
  786.  
  787. Set the transition and cascade effects for a bulleted list.
  788.  
  789. Parameters
  790.  
  791. Effect: enumeration    The transition type.
  792.  
  793. AnimateBounceIn
  794.  
  795. AnimateCurveIn
  796.  
  797. AnimateFlyIn
  798.  
  799. AnimateFlyInAndBounce
  800.  
  801. AnimateFlyInFromCorner
  802.  
  803. AnimateFlyInFromCornerAndBounce
  804.  
  805. Blinds
  806.  
  807. Blocks
  808.  
  809. Circles
  810.  
  811. CirclesRandom
  812.  
  813. CircuitBoard
  814.  
  815. Clock
  816.  
  817. Close
  818.  
  819. Diamonds
  820.  
  821. DiamondsRandom
  822.  
  823. DiamondsSmall
  824.  
  825. Dissolve
  826.  
  827. Explode
  828.  
  829. Fade
  830.  
  831. Focus
  832.  
  833. FocusDissolve
  834.  
  835. FourPointStars
  836.  
  837. HappyFaces
  838.  
  839. Hatch
  840.  
  841. Lines
  842.  
  843. Mosaic
  844.  
  845. MosaicDissolve
  846.  
  847. MosaicWave
  848.  
  849. NoEffect
  850.  
  851. Normal
  852.  
  853. Octagons
  854.  
  855. Open
  856.  
  857. PhotoLens
  858.  
  859. Polygons
  860.  
  861. PushAway
  862.  
  863. Puzzle
  864.  
  865. Raindrops
  866.  
  867. Rectangles
  868.  
  869. RollIn
  870.  
  871. RollOut
  872.  
  873. SkipLines
  874.  
  875. SlideAway
  876.  
  877. SlideIn
  878.  
  879. SlideToCorner
  880.  
  881. Sparkles
  882.  
  883. Spiral!
  884.  
  885. SpiralAway
  886.  
  887. StackBlocks
  888.  
  889. Starburst
  890.  
  891. Stars
  892.  
  893. Stretch
  894.  
  895. StretchClose
  896.  
  897. StretchFromCenter
  898.  
  899. StretchFromCorner
  900.  
  901. StretchOpen
  902.  
  903. Sweep
  904.  
  905. SweepLines
  906.  
  907. Triangles
  908.  
  909. Wave
  910.  
  911. Weave
  912.  
  913. Direction: enumeration (optional)    The transition direction.
  914.  
  915. Clockwise
  916.  
  917. CounterClockwise
  918.  
  919. Down
  920.  
  921. Horizontal
  922.  
  923. Left
  924.  
  925. LeftAndDown
  926.  
  927. LeftAndUp
  928.  
  929. NoDirection
  930.  
  931. Right
  932.  
  933. RightAndDown
  934.  
  935. RightAndUp
  936.  
  937. Up
  938.  
  939. Vertical
  940.  
  941. Speed: enumeration    The transition speed.
  942.  
  943. Fast
  944.  
  945. Medium
  946.  
  947. Slow
  948.  
  949. OneAtATime: enumeration    Animate bullets one at a time.
  950.  
  951. No
  952.  
  953. Yes
  954.  
  955. Highlight: enumeration    Highlight the bulleted item.
  956.  
  957. No
  958.  
  959. Yes
  960.  
  961. ReverseOrder: enumeration    Cause the bottom bullet item to appear first.
  962.  
  963. No
  964.  
  965. Yes
  966.  
  967. ApplyToAll: enumeration    Apply transition effects to all bulleted lists in the current template.
  968.  
  969. No
  970.  
  971. Yes
  972.  
  973. SetBulletLayout
  974.  
  975. Syntax
  976.  
  977. SetBulletLayout([JustFlag As Integer], [JustTypeTitle As _SetBulletLayout_JustTypeTitle_enum], [JustTypeTwo As _SetBulletLayout_JustTypeTwo_enum], [JustTypeThree As _SetBulletLayout_JustTypeThree_enum], [JustTypeFour As _SetBulletLayout_JustTypeFour_enum], [JustTypeFive As _SetBulletLayout_JustTypeFive_enum], [JustTypeSix As _SetBulletLayout_JustTypeSix_enum])
  978.  
  979. Description
  980.  
  981. Specify bullet chart justification options. Precede with BulletChartAttrStart() and follow with BulletChartAttrEnd().
  982.  
  983. Parameters
  984.  
  985. JustFlag: numeric (optional)    The level to modify. This parameters only accepts numbers, not text. Use one of the following numbers:
  986.  
  987. JustTypeTitle: enumeration (optional)    Specify the justification for the title level.
  988.  
  989. Center
  990.  
  991. Full
  992.  
  993. Left
  994.  
  995. JustTypeTwo: enumeration (optional)    The justification for level two.
  996.  
  997. Center
  998.  
  999. Full
  1000.  
  1001. Left
  1002.  
  1003. JustTypeThree: enumeration (optional)    The justification for level three.
  1004.  
  1005. Center
  1006.  
  1007. Full
  1008.  
  1009. Left
  1010.  
  1011. JustTypeFour: enumeration (optional)    The justification for level four.
  1012.  
  1013. Center
  1014.  
  1015. Full
  1016.  
  1017. Left
  1018.  
  1019. JustTypeFive: enumeration (optional)    The justification for level five.
  1020.  
  1021. Center
  1022.  
  1023. Full
  1024.  
  1025. Left
  1026.  
  1027. JustTypeSix: enumeration (optional)    The justification for level six.
  1028.  
  1029. Center
  1030.  
  1031. Full
  1032.  
  1033. Left
  1034.  
  1035. SetBulletLineSpacing
  1036.  
  1037. Syntax
  1038.  
  1039. SetBulletLineSpacing()
  1040.  
  1041. Description
  1042.  
  1043. Set the line spacing options for bullet charts.
  1044.  
  1045. SetBulletSize
  1046.  
  1047. Syntax
  1048.  
  1049.  SetBulletSize(Level As Integer, RelativeSize As Integer)
  1050.  
  1051. Description
  1052.  
  1053. Specify the size of the bullets.
  1054.  
  1055. Parameters
  1056.  
  1057. Level: numeric    The bulleted list level.
  1058.  
  1059. RelativeSize: numeric    The size of the bullets relative to the font.
  1060.  
  1061. SetChartAttrsBold
  1062.  
  1063. Syntax
  1064.  
  1065. SetChartAttrsBold()
  1066.  
  1067. Description
  1068.  
  1069. Turn Bold on or off for selected chart text.
  1070.  
  1071. SetChartAttrsItalic
  1072.  
  1073. Syntax
  1074.  
  1075. SetChartAttrsItalic()
  1076.  
  1077. Description
  1078.  
  1079. Turn Italics on or off for selected chart text.
  1080.  
  1081. SetChartAttrsUnderline
  1082.  
  1083. Syntax
  1084.  
  1085. SetChartAttrsUnderline()
  1086.  
  1087. Description
  1088.  
  1089. Turn Underline on or off for selected chart text.
  1090.  
  1091. SetChartFont
  1092.  
  1093. Syntax
  1094.  
  1095. SetChartFont(TitleType As _SetChartFont_TitleType_enum, [FontName As String], [PointSize As Double], [Italic As _SetChartFont_Italic_enum], [Underline As _SetChartFont_Underline_enum], [Bold As _SetChartFont_Bold_enum])
  1096.  
  1097. Description
  1098.  
  1099. Specify a font for chart text.
  1100.  
  1101. Parameters
  1102.  
  1103. TitleType: enumeration    The title or label font to define.
  1104.  
  1105. DataLabels
  1106.  
  1107. Legend
  1108.  
  1109. LegendTitle
  1110.  
  1111. MiniTable
  1112.  
  1113. OrgChart
  1114.  
  1115. PieLabels
  1116.  
  1117. PieTitles
  1118.  
  1119. Subtitle
  1120.  
  1121. TableCells
  1122.  
  1123. Title
  1124.  
  1125. Xaxise
  1126.  
  1127. Xnames
  1128.  
  1129. Y1Axise
  1130.  
  1131. Y1Labelse
  1132.  
  1133. Y2Axise
  1134.  
  1135. Y2Labelse
  1136.  
  1137. FontName: string (optional)    The font name and style.
  1138.  
  1139. PointSize: numeric (optional)    The font point size.
  1140.  
  1141. Italic: enumeration (optional)    Off
  1142.  
  1143. On
  1144.  
  1145. Underline: enumeration (optional)    Off
  1146.  
  1147. On
  1148.  
  1149. Bold: enumeration (optional)    Off
  1150.  
  1151. On
  1152.  
  1153. SetChartTitlePos
  1154.  
  1155. Syntax
  1156.  
  1157. SetChartTitlePos([Title As _SetChartTitlePos_Title_enum], [Subtitle As _SetChartTitlePos_Subtitle_enum], [Y1Axis As _SetChartTitlePos_Y1Axis_enum], [Y2Axis As _SetChartTitlePos_Y2Axis_enum], [XAxis As _SetChartTitlePos_XAxis_enum])
  1158.  
  1159. Description
  1160.  
  1161. Specify the position of chart titles and labels.
  1162.  
  1163. Parameters
  1164.  
  1165. Title: enumeration (optional)    The title position.
  1166.  
  1167. Center
  1168.  
  1169. Left
  1170.  
  1171. Right
  1172.  
  1173. Subtitle: enumeration (optional)    The subtitle position.
  1174.  
  1175. Center
  1176.  
  1177. Left
  1178.  
  1179. Right
  1180.  
  1181. Y1Axis: enumeration (optional)    The position of the Primary Y-axis label.
  1182.  
  1183. Horz
  1184.  
  1185. Vert
  1186.  
  1187. Y2Axis: enumeration (optional)    The position of the secondary Y-axis label.
  1188.  
  1189. Horz
  1190.  
  1191. Vert
  1192.  
  1193. XAxis: enumeration (optional)    The position of the X-axis label.
  1194.  
  1195. Horz
  1196.  
  1197. Vert
  1198.  
  1199. SetColorAttributes
  1200.  
  1201. Syntax
  1202.  
  1203. SetColorAttributes(LineForeRed As Integer, LineForeGreen As Integer, LineForeBlue As Integer, LineBackRed As Integer, LineBackGreen As Integer, LineBackBlue As Integer, FillForeRed As Integer, FillForeGreen As Integer, FillForeBlue As Integer, FillBackRed As Integer, FillBackGreen As Integer, FillBackBlue As Integer, TextForeRed As Integer, TextForeGreen As Integer, TextForeBlue As Integer, TextBackRed As Integer, TextBackGreen As Integer, TextBackBlue As Integer, TextPenRed As Integer, TextPenGreen As Integer, TextPenBlue As Integer)
  1204.  
  1205. Description
  1206.  
  1207. Specify line and fill color attributes for the current drawing.
  1208.  
  1209. Parameters
  1210.  
  1211. LineForeRed: numeric    The amount of red (0-255) in the foreground line color.
  1212.  
  1213. LineForeGreen: numeric    The amount of green (0-255) in the foreground line color.
  1214.  
  1215. LineForeBlue: numeric    The amount of blue (0-255) in the foreground line color.
  1216.  
  1217. LineBackRed: numeric    The amount of red (0-255) in the background line color.
  1218.  
  1219. LineBackGreen: numeric    The amount of green (0-255) in the background line color.
  1220.  
  1221. LineBackBlue: numeric    The amount of blue (0-255) in the background line color.
  1222.  
  1223. FillForeRed: numeric    The amount of red (0-255) in the foreground fill color.
  1224.  
  1225. FillForeGreen: numeric    The amount of green (0-255) in the foreground fill color.
  1226.  
  1227. FillForeBlue: numeric    The amount of blue (0-255) in the foreground fill color.
  1228.  
  1229. FillBackRed: numeric    The amount of red (0-255) in the background fill color.
  1230.  
  1231. FillBackGreen: numeric    The amount of green (0-255) in the background fill color.
  1232.  
  1233. FillBackBlue: numeric    The amount of blue (0-255) in the background fill color.
  1234.  
  1235. TextForeRed: numeric    The amount of red (0-255) in the foreground text color.
  1236.  
  1237. TextForeGreen: numeric    The amount of green (0-255) in the foreground text color.
  1238.  
  1239. TextForeBlue: numeric    The amount of blue (0-255) in the foreground text color.
  1240.  
  1241. TextBackRed: numeric    The amount of red (0-255) in the background text color.
  1242.  
  1243. TextBackGreen: numeric    The amount of green (0-255) in the background text color.
  1244.  
  1245. TextBackBlue: numeric    The amount of blue (0-255) in the background text color.
  1246.  
  1247. TextPenRed: numeric    The amount of red (0-255) in the text outline color.
  1248.  
  1249. TextPenGreen: numeric    The amount of green (0-255) in the text outline color.
  1250.  
  1251. TextPenBlue: numeric    The amount of blue (0-255) in the text outline color.
  1252.  
  1253. SetConnector
  1254.  
  1255. Syntax
  1256.  
  1257. SetConnector([ConnectorStyle As _SetConnector_ConnectorStyle_enum], [StaffLineStyle As _SetConnector_StaffLineStyle_enum], [ShowStaffArrow As Integer], [ConnRed As Integer], [ConnGreen As Integer], [ConnBlue As Integer], [LineStyle As _SetConnector_LineStyle_enum], [ConnectorWidth As Integer], [ShowConnectors As _SetConnector_ShowConnectors_enum], [StaffConnectorWidth As Integer], [ShowStaffConnectors As _SetConnector_ShowStaffConnectors_enum], [StaffConnRed As Integer], [StaffConnGreen As Integer], [StaffConnBlue As Integer])
  1258.  
  1259. Description
  1260.  
  1261. Specify connector options for organization charts.
  1262.  
  1263. Parameters
  1264.  
  1265. ConnectorStyle: enumeration (optional)    The style for organization chart connectors.
  1266.  
  1267. Direct
  1268.  
  1269. HorzVert
  1270.  
  1271. Indirect
  1272.  
  1273. StaffLineStyle: enumeration (optional)    The style for staff connector lines.
  1274.  
  1275. Alternate
  1276.  
  1277. Dash2Dot
  1278.  
  1279. Dash2Dot2
  1280.  
  1281. DashDot2
  1282.  
  1283. Dashed
  1284.  
  1285. DotDash
  1286.  
  1287. DotDash2
  1288.  
  1289. Dotted
  1290.  
  1291. Long2Short
  1292.  
  1293. Long2Short2
  1294.  
  1295. LongDash
  1296.  
  1297. LongShort
  1298.  
  1299. LongShort2
  1300.  
  1301. ShortDash
  1302.  
  1303. Solid
  1304.  
  1305. TinyDash
  1306.  
  1307. ShowStaffArrow: numeric (optional)    Show or hide arrows and connectors. Use one of the following numbers:
  1308.  
  1309. ConnRed: numeric (optional)    The amount of red (0-255) in the connector color.
  1310.  
  1311. ConnGreen: numeric (optional)    The amount of green (0-255) in the connector color.
  1312.  
  1313. ConnBlue: numeric (optional)    The amount of blue (0-255) in the connector color.
  1314.  
  1315. LineStyle: enumeration (optional)    The style for staff connector lines.
  1316.  
  1317. Alternate
  1318.  
  1319. Dash2Dot
  1320.  
  1321. Dash2Dot2
  1322.  
  1323. DashDot2
  1324.  
  1325. Dashed
  1326.  
  1327. DotDash
  1328.  
  1329. DotDash2
  1330.  
  1331. Dotted
  1332.  
  1333. Long2Short
  1334.  
  1335. Long2Short2
  1336.  
  1337. LongDash
  1338.  
  1339. LongShort
  1340.  
  1341. LongShort2
  1342.  
  1343. ShortDash
  1344.  
  1345. Solid
  1346.  
  1347. TinyDash
  1348.  
  1349. ConnectorWidth: numeric (optional)    The width for organization chart connectors.
  1350.  
  1351. ShowConnectors: enumeration (optional)    Display the connectors.
  1352.  
  1353. No
  1354.  
  1355. Yes
  1356.  
  1357. StaffConnectorWidth: numeric (optional)    The width of staff connector lines.
  1358.  
  1359. ShowStaffConnectors: enumeration (optional)    Display the staff connectors.
  1360.  
  1361. No
  1362.  
  1363. Yes
  1364.  
  1365. StaffConnRed: numeric (optional)    The amount of red (0-255) in staff connector lines.
  1366.  
  1367. StaffConnGreen: numeric (optional)    The amount of green (0-255) in staff connector lines.
  1368.  
  1369. StaffConnBlue: numeric (optional)    The amount of blue (0-255) in staff connector lines.
  1370.  
  1371. SetExplodeDistance
  1372.  
  1373. Syntax
  1374.  
  1375. SetExplodeDistance(PieNum As Integer, Slice As Integer, Distance As Integer)
  1376.  
  1377. Description
  1378.  
  1379. Specify the distance of a slice of a pie chart from the rest of the pie.
  1380.  
  1381. Parameters
  1382.  
  1383. PieNum: numeric    The pie number.
  1384.  
  1385. Slice: numeric    The slice number.
  1386.  
  1387. Distance: numeric    The distance between a slice and the rest of the pie chart. Values range from 0 to 200.
  1388.  
  1389. SetFontFace
  1390.  
  1391. Syntax
  1392.  
  1393. SetFontFace([FontName As String], [PointSize As Integer], [Bold As _SetFontFace_Bold_enum], [Italic As _SetFontFace_Italic_enum], [Underline As _SetFontFace_Underline_enum], [Position As _SetFontFace_Position_enum], [RelSize As _SetFontFace_RelSize_enum], [FontType As _SetFontFace_FontType_enum], [Weight As Integer], [Attributes As Integer], [PtSz3600 As Long])
  1394.  
  1395. Description
  1396.  
  1397. Specify a font. To implement specified changes, follow with RealizeFontChanges().
  1398.  
  1399. Parameters
  1400.  
  1401. FontName: string (optional)    The name of the font.
  1402.  
  1403. PointSize: numeric (optional)    The font point size.
  1404.  
  1405. Bold: enumeration (optional)    Off
  1406.  
  1407. On
  1408.  
  1409. Italic: enumeration (optional)    Off
  1410.  
  1411. On
  1412.  
  1413. Underline: enumeration (optional)    Off
  1414.  
  1415. On
  1416.  
  1417. Position: enumeration (optional)    The font position.
  1418.  
  1419. Normal
  1420.  
  1421. Subscript
  1422.  
  1423. Superscript
  1424.  
  1425. RelSize: enumeration (optional)    The relative size of a font.
  1426.  
  1427. ExtraLarge
  1428.  
  1429. Fine
  1430.  
  1431. Large
  1432.  
  1433. Normal
  1434.  
  1435. Small
  1436.  
  1437. VeryLarge
  1438.  
  1439. FontType: enumeration (optional)    The font type.
  1440.  
  1441. ATM
  1442.  
  1443. TT
  1444.  
  1445. Weight: numeric (optional)    The relative weight of the font (condensed, heavy, light, and so on).
  1446.  
  1447. Attributes: numeric (optional)    The font attributes (bold, underline, italic, and so on).
  1448.  
  1449. PtSz3600: numeric (optional)    
  1450.  
  1451. SetFontGradient
  1452.  
  1453. Syntax
  1454.  
  1455. SetFontGradient(GradientType As _SetFontGradient_GradientType_enum, GradFlag As Integer, GradAngle As Long, GradRefX As Integer, GradRefY As Integer, GradSteps As Integer, Grad1Red As Integer, Grad1Green As Integer, Grad1Blue As Integer, Grad2Red As Integer, Grad2Green As Integer, Grad2Blue As Integer, GradBRed As Integer, GradBGreen As Integer, GradBBlue As Integer, ForeTransparency As Integer, BackTransparency As Integer)
  1456.  
  1457. Description
  1458.  
  1459. Specify a gradient fill for a font. To implement specified changes, follow with RealizeFontChanges().
  1460.  
  1461. Parameters
  1462.  
  1463. GradientType: enumeration    The linear, circular, or rectangular gradient.
  1464.  
  1465. ConcenCircles
  1466.  
  1467. ConcenEllipses
  1468.  
  1469. ConcenRects
  1470.  
  1471. ConcenSquares
  1472.  
  1473. ConverCircles
  1474.  
  1475. ConverEllipses
  1476.  
  1477. ConverRects
  1478.  
  1479. ConverSquares
  1480.  
  1481. Linear
  1482.  
  1483. None
  1484.  
  1485. Polygonal
  1486.  
  1487. GradFlag: numeric    Specify the granularity and whether a gradient is anchored to a page.
  1488.  
  1489. GradAngle: numeric    The rotation angle for a gradient fill. The top of the gradient is rotated counter-clockwise. For example, a 90-degree angle places the top of the gradient parallel to the left margin of the page.
  1490.  
  1491. GradRefX: numeric    The horizontal center of a circular or rectangular gradient relative to the page. Flush left is 0, center is 50, and flush right is 100.
  1492.  
  1493. GradRefY: numeric    The vertical center of a circular or rectangular gradient or the top of a linear gradient relative to the page. Top is 0, center is 50, and bottom is 100.
  1494.  
  1495. GradSteps: numeric    The number of steps between colors in a gradient fill. A value of 0 represents the greatest possible number of steps.
  1496.  
  1497. Grad1Red: numeric    The amount of red (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  1498.  
  1499. Grad1Green: numeric    The amount of green (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  1500.  
  1501. Grad1Blue: numeric    The amount of blue (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  1502.  
  1503. Grad2Red: numeric    The amount of red (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  1504.  
  1505. Grad2Green: numeric    The amount of green (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  1506.  
  1507. Grad2Blue: numeric    The amount of blue (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  1508.  
  1509. GradBRed: numeric    The amount of red (0-255) in the background color of a pattern.
  1510.  
  1511. GradBGreen: numeric    The amount of green (0-255) in the background color of a pattern.
  1512.  
  1513. GradBBlue: numeric    The amount of blue (0-255) in the background color of a pattern.
  1514.  
  1515. ForeTransparency: numeric    The foreground color transparency on (1) or off (0).
  1516.  
  1517. BackTransparency: numeric    Indicate whether the background color transparency is on (1) or off (0).
  1518.  
  1519. SetFontOutline
  1520.  
  1521. Syntax
  1522.  
  1523. SetFontOutline(TitleType As _SetFontOutline_TitleType_enum, [Width As Double], [Red As Integer], [Green As Integer], [Blue As Integer], [Outline As _SetFontOutline_Outline_enum])
  1524.  
  1525. Description
  1526.  
  1527. Specify font outline attributes for data chart text. To implement specified changes, follow with RealizeFontChanges().
  1528.  
  1529. Parameters
  1530.  
  1531. TitleType: enumeration    The data chart title type to modify.
  1532.  
  1533. DataLabels
  1534.  
  1535. Legend
  1536.  
  1537. LegendTitle
  1538.  
  1539. MiniTable
  1540.  
  1541. OrgChart
  1542.  
  1543. PieLabels
  1544.  
  1545. PieTitles
  1546.  
  1547. Subtitle
  1548.  
  1549. TableCells
  1550.  
  1551. Title
  1552.  
  1553. Xaxis
  1554.  
  1555. Xnames
  1556.  
  1557. Y1Axis
  1558.  
  1559. Y1Labels
  1560.  
  1561. Y2Axis
  1562.  
  1563. Y2Labels
  1564.  
  1565. Width: numeric (optional)    The outline width, in inches.
  1566.  
  1567. Red: numeric (optional)    The amount of red (0-255) in an outline color.
  1568.  
  1569. Green: numeric (optional)    The amount of green (0-255) in an outline color.
  1570.  
  1571. Blue: numeric (optional)    The amount of blue (0-255) in an outline color.
  1572.  
  1573. Outline: enumeration (optional)    The state of font outline.
  1574.  
  1575. Off
  1576.  
  1577. On
  1578.  
  1579. SetFontPattern
  1580.  
  1581. Syntax
  1582.  
  1583. SetFontPattern(BrushPattern As _SetFontPattern_BrushPattern_enum, Grad1Red As Integer, Grad1Green As Integer, Grad1Blue As Integer, Grad2Red As Integer, Grad2Green As Integer, Grad2Blue As Integer, PenBRed As Integer, PenBGreen As Integer, PenBBlue As Integer, PenFRed As Integer, PenFGreen As Integer, PenFBlue As Integer, PenHorzWidth As Integer, PenVertWidth As Integer, [eFlags As _SetFontPattern_eFlags_enum], [PenStyle As Integer], [PenPattern As Integer])
  1584.  
  1585. Description
  1586.  
  1587. Specify a fill pattern for a font. To implement specified changes, follow with RealizeFontChanges().
  1588.  
  1589. Parameters
  1590.  
  1591. BrushPattern: enumeration    The fill pattern.
  1592.  
  1593. Arch
  1594.  
  1595. Balls
  1596.  
  1597. BigChecks
  1598.  
  1599. BigCrosshatch
  1600.  
  1601. BigSquares
  1602.  
  1603. ChainLink
  1604.  
  1605. Checks
  1606.  
  1607. Crosses
  1608.  
  1609. FishScale
  1610.  
  1611. Gray12
  1612.  
  1613. Gray25
  1614.  
  1615. Gray50
  1616.  
  1617. HoneyComb
  1618.  
  1619. HorzBricks
  1620.  
  1621. HorzLines1
  1622.  
  1623. HorzLines2
  1624.  
  1625. Mesh
  1626.  
  1627. Patio
  1628.  
  1629. Plaid
  1630.  
  1631. Solid
  1632.  
  1633. Squares
  1634.  
  1635. TiltBricks
  1636.  
  1637. TiltLines1
  1638.  
  1639. TiltLines2
  1640.  
  1641. TiltLines3
  1642.  
  1643. TiltLines4
  1644.  
  1645. Triangles
  1646.  
  1647. VertLines1
  1648.  
  1649. VertLines2
  1650.  
  1651. Waves
  1652.  
  1653. Weave
  1654.  
  1655. Grad1Red: numeric    The amount of red (0-255) in the foreground pattern color.
  1656.  
  1657. Grad1Green: numeric    The amount of green (0-255) in the foreground pattern color.
  1658.  
  1659. Grad1Blue: numeric    The amount of blue (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  1660.  
  1661. Grad2Red: numeric    The amount of red (0-255) in the background pattern color.
  1662.  
  1663. Grad2Green: numeric    The amount of green (0-255) in the background pattern color
  1664.  
  1665. Grad2Blue: numeric    The amount of blue (0-255) in a solid fill, the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  1666.  
  1667. PenBRed: numeric    The amount of red (0-255) in the background pen color.
  1668.  
  1669. PenBGreen: numeric    The amount of green (0-255) in the pen background color.
  1670.  
  1671. PenBBlue: numeric    The amount of blue (0-255) in the pen background color.
  1672.  
  1673. PenFRed: numeric    The amount of red (0-255) in the foreground outline color.
  1674.  
  1675. PenFGreen: numeric    The amount of green (0-255) in the foreground outline color.
  1676.  
  1677. PenFBlue: numeric    The amount of blue (0-255) in the pen foreground color.
  1678.  
  1679. PenHorzWidth: numeric    The horizontal outline width.
  1680.  
  1681. PenVertWidth: numeric    The vertical line width, in WordPerfect units (1200ths of an inch).
  1682.  
  1683. eFlags: enumeration (optional)    The state of fill and frame.
  1684.  
  1685. Closed
  1686.  
  1687. ClosedFilled
  1688.  
  1689. Filled
  1690.  
  1691. Framed
  1692.  
  1693. FramedClosed
  1694.  
  1695. FramedClosedFilled
  1696.  
  1697. FramedFilled
  1698.  
  1699. None
  1700.  
  1701. PenStyle: numeric (optional)    The pen style for lines.
  1702.  
  1703. PenPattern: numeric (optional)    The pen pattern for lines.
  1704.  
  1705. SetFrameOptions
  1706.  
  1707. Syntax
  1708.  
  1709. SetFrameOptions([Height As Integer], [Front As _SetFrameOptions_Front_enum], [Back As _SetFrameOptions_Back_enum], [Left As _SetFrameOptions_Left_enum], [Right As _SetFrameOptions_Right_enum], [Top As _SetFrameOptions_Top_enum], [Bottom As _SetFrameOptions_Bottom_enum]
  1710.  
  1711. Description
  1712.  
  1713. Specify chart base and frame options.
  1714.  
  1715. Parameters
  1716.  
  1717. Height: numeric (optional)    The base height of a chart. Values range from 0 to 100.
  1718.  
  1719. Front: enumeration (optional)    Display the front chart frame.
  1720.  
  1721. Off
  1722.  
  1723. On
  1724.  
  1725. Back: enumeration (optional)    Display the back chart frame.
  1726.  
  1727. Off
  1728.  
  1729. On
  1730.  
  1731. Left: enumeration (optional)    Display the left chart frame.
  1732.  
  1733. Off
  1734.  
  1735. On
  1736.  
  1737. Right: enumeration (optional)    Display the right chart frame.
  1738.  
  1739. Off
  1740.  
  1741. On
  1742.  
  1743. Top: enumeration (optional)    Display the top chart frame.
  1744.  
  1745. Off
  1746.  
  1747. On
  1748.  
  1749. Bottom: enumeration (optional)    Display the bottom chart frame.
  1750.  
  1751. Off
  1752.  
  1753. On
  1754.  
  1755. SetGradient
  1756.  
  1757. Syntax
  1758.  
  1759.  SetGradient(TitleType As _SetGradient_TitleType_enum, [GradType As _SetGradient_GradType_enum], [Grad1Red As Integer], [Grad1Green As Integer], [Grad1Blue As Integer], [Grad2Red As Integer], [Grad2Green As Integer], [Grad2Blue As Integer], [Steps As Integer], [Angle As Integer], [RefX As Integer], [RefY As Integer], [Flag As _SetGradient_Flag_enum], [FillOn As _SetGradient_FillOn_enum])
  1760.  
  1761. Description
  1762.  
  1763. Define a gradient fill for chart boxes or titles.
  1764.  
  1765. Parameters
  1766.  
  1767. TitleType: enumeration    The type of chart box or title.
  1768.  
  1769. BoxDataLabels
  1770.  
  1771. BoxLegend
  1772.  
  1773. BoxOrgChart
  1774.  
  1775. BoxPieLabels
  1776.  
  1777. BoxPieTitles
  1778.  
  1779. BoxSubtitle
  1780.  
  1781. BoxTitle
  1782.  
  1783. FontDataLabels
  1784.  
  1785. FontLegend
  1786.  
  1787. FontLegendTitle
  1788.  
  1789. FontMiniTable
  1790.  
  1791. FontOrgChart
  1792.  
  1793. FontPieLabels
  1794.  
  1795. FontPieTitles
  1796.  
  1797. FontSubtitle
  1798.  
  1799. FontTableCells
  1800.  
  1801. FontTitle
  1802.  
  1803. FontXAxis
  1804.  
  1805. FontXNames
  1806.  
  1807. FontY1Axis
  1808.  
  1809. FontY1Labels
  1810.  
  1811. FontY2Axis
  1812.  
  1813. FontY2Labels
  1814.  
  1815. Frame
  1816.  
  1817. Series1
  1818.  
  1819. Series10
  1820.  
  1821. Series11
  1822.  
  1823. Series12
  1824.  
  1825. Series13
  1826.  
  1827. Series14
  1828.  
  1829. Series15
  1830.  
  1831. Series16
  1832.  
  1833. Series17
  1834.  
  1835. Series18
  1836.  
  1837. Series19
  1838.  
  1839. Series2
  1840.  
  1841. Series20
  1842.  
  1843. Series21
  1844.  
  1845. Series22
  1846.  
  1847. Series23
  1848.  
  1849. Series24
  1850.  
  1851. Series3
  1852.  
  1853. Series4
  1854.  
  1855. Series5
  1856.  
  1857. Series6
  1858.  
  1859. Series7
  1860.  
  1861. Series8
  1862.  
  1863. Series9
  1864.  
  1865. TextChart
  1866.  
  1867. GradType: enumeration (optional)    The gradient type.
  1868.  
  1869. Circular
  1870.  
  1871. Linear
  1872.  
  1873. Rectangular
  1874.  
  1875. Grad1Red: numeric (optional)    The amount of red (0-255) in the top color of a linear gradient or the center color of a circular or rectangular gradient.
  1876.  
  1877. Grad1Green: numeric (optional)    The amount of green (0-255) in the top color of a linear gradient or the center color of a circular or rectangular gradient.
  1878.  
  1879. Grad1Blue: numeric (optional)    The amount of blue (0-255) in the top color of a linear gradient or the center color of a circular or rectangular gradient.
  1880.  
  1881. Grad2Red: numeric (optional)    The amount of red (0-255) in the bottom color of a linear gradient or the outer color of a circular or rectangular gradient.
  1882.  
  1883. Grad2Green: numeric (optional)     The amount of green (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  1884.  
  1885. Grad2Blue: numeric (optional)    The amount of blue (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  1886.  
  1887. Steps: numeric (optional)    The number of steps between colors in a gradient. A value of 0 represents the greatest possible number of steps.
  1888.  
  1889. Angle: numeric (optional)    Specify a rotation angle for a gradient. The top of the gradient is rotated counter-clockwise. For example, a 90-degree angle places the top of the gradient along the left margin of the page.
  1890.  
  1891. RefX: numeric (optional)    The horizontal center of a circular or rectangular gradient relative to the page. Flush left is 0, center is 50, and flush right is 100.
  1892.  
  1893. RefY: numeric (optional)    Specify the vertical center of a circular or rectangular gradient or the top of a linear gradient relative to the page. Top is 0, center is 50, and bottom is 100.
  1894.  
  1895. Flag: enumeration (optional)    Blend steps automatically.
  1896.  
  1897. AutoBlendOff
  1898.  
  1899. AutoBlendOn
  1900.  
  1901. FillOn: enumeration (optional)    The state of gradient fill.
  1902.  
  1903. Off
  1904.  
  1905. On
  1906.  
  1907. SetGridSnapOptions
  1908.  
  1909. Syntax
  1910.  
  1911.  SetGridSnapOptions([GridDisplay As _SetGridSnapOptions_GridDisplay_enum], [GridSnap As _SetGridSnapOptions_GridSnap_enum], [HorizSpacing As Integer], [VertSpacing As Integer], [Interval As Integer], [SnapZone As Integer])
  1912.  
  1913. Description
  1914.  
  1915. Set Grid/Snap options.
  1916.  
  1917. Parameters
  1918.  
  1919. GridDisplay: enumeration (optional)    Display the grid.
  1920.  
  1921. No
  1922.  
  1923. Yes
  1924.  
  1925. GridSnap: enumeration (optional)    Snap to grid.
  1926.  
  1927. No
  1928.  
  1929. Yes
  1930.  
  1931. HorizSpacing: measurement (optional)    The horizontal grid spacing, in WordPerfect units (1200ths of an inch).
  1932.  
  1933. VertSpacing: measurement (optional)     The vertical grid spacing, in WordPerfect units.
  1934.  
  1935. Interval: numeric (optional)    The point display interval.
  1936.  
  1937. SnapZone: measurement (optional)    The alignment guide snap zone, in WordPerfect units.
  1938.  
  1939. SetGridTickOptions
  1940.  
  1941. Syntax
  1942.  
  1943. SetGridTickOptions(Axis As _SetGridTickOptions_Axis_enum, [MajRed As Integer], [MajGreen As Integer], [MajBlue As Integer], [MinRed As Integer], [MinGreen As Integer], [MinBlue As Integer], [MajGrid As _SetGridTickOptions_MajGrid_enum], [MinGrid As _SetGridTickOptions_MinGrid_enum], [MajTick As _SetGridTickOptions_MajTick_enum], [MinTick As _SetGridTickOptions_MinTick_enum], [SeparateGrid As _SetGridTickOptions_SeparateGrid_enum])
  1944.  
  1945. Description
  1946.  
  1947. Specify grid and tick options for a data chart.
  1948.  
  1949. Parameters
  1950.  
  1951. Axis: enumeration    The axis to modify.
  1952.  
  1953. X
  1954.  
  1955. Y1
  1956.  
  1957. Y2
  1958.  
  1959. MajRed: numeric (optional)    The amount of red (0-255) in the major grid color.
  1960.  
  1961. MajGreen: numeric (optional)    The amount of green (0-255) in the major grid color.
  1962.  
  1963. MajBlue: numeric (optional)    The amount of blue (0-255) in the major grid color.
  1964.  
  1965. MinRed: numeric (optional)    The amount of red (0-255) in the minor grid color.
  1966.  
  1967. MinGreen: numeric (optional)    The amount of green (0-255) in the minor grid color.
  1968.  
  1969. MinBlue: numeric (optional)    The amount of blue (0-255) in the minor grid color.
  1970.  
  1971. MajGrid: enumeration (optional)    The appearance of the major grid.
  1972.  
  1973. Dashed
  1974.  
  1975. Dotted
  1976.  
  1977. None
  1978.  
  1979. Solid
  1980.  
  1981. MinGrid: enumeration (optional)    The appearance of the minor grid.
  1982.  
  1983. Dashed
  1984.  
  1985. Dotted
  1986.  
  1987. None
  1988.  
  1989. Solid
  1990.  
  1991. MajTick: enumeration (optional)    The appearance of the major ticks.
  1992.  
  1993. Both
  1994.  
  1995. In
  1996.  
  1997. None
  1998.  
  1999. Out
  2000.  
  2001. MinTick: enumeration (optional)    The appearance of the minor ticks.
  2002.  
  2003. Both
  2004.  
  2005. In
  2006.  
  2007. None
  2008.  
  2009. Out
  2010.  
  2011. SeparateGrid: enumeration (optional)    Use if a separate grid scale is used for each axis.
  2012.  
  2013. Off
  2014.  
  2015. On
  2016.  
  2017. SetHLOStyle
  2018.  
  2019. Syntax
  2020.  
  2021. SetHLOStyle(Style As _SetHLOStyle_Style_enum)
  2022.  
  2023. Description
  2024.  
  2025. Specify the style of a high/low chart.
  2026.  
  2027. Parameters
  2028.  
  2029. Style: enumeration    The high/low chart style.
  2030.  
  2031. Area
  2032.  
  2033. Bar
  2034.  
  2035. Error
  2036.  
  2037. Line 
  2038.  
  2039. SetLabelOptions
  2040.  
  2041. Syntax
  2042.  
  2043. SetLabelOptions(LabelType As _SetLabelOptions_LabelType_enum, [Hide As _SetLabelOptions_Hide_enum], [Position As _SetLabelOptions_Position_enum], [Stagger As _SetLabelOptions_Stagger_enum], [DispTicks As _SetLabelOptions_DispTicks_enum], [Interval As Integer], [FirstAxis As _SetLabelOptions_FirstAxis_enum])
  2044.  
  2045. Description
  2046.  
  2047. Specify options for chart labels.
  2048.  
  2049. Parameters
  2050.  
  2051. LabelType: enumeration    The type of label.
  2052.  
  2053. DataLabels
  2054.  
  2055. TableCells
  2056.  
  2057. Xnames
  2058.  
  2059. Y1Labels
  2060.  
  2061. Y2Labels
  2062.  
  2063. Hide: enumeration (optional)    Hide the labels.
  2064.  
  2065. Off
  2066.  
  2067. On
  2068.  
  2069. Position: enumeration (optional)    The position of data labels.
  2070.  
  2071. Above
  2072.  
  2073. Below
  2074.  
  2075. Stagger: enumeration (optional)    Stagger the X labels.
  2076.  
  2077. Off
  2078.  
  2079. On
  2080.  
  2081. DispTicks: enumeration (optional)    Display label ticks.
  2082.  
  2083. Off
  2084.  
  2085. On
  2086.  
  2087. Interval: numeric (optional)    The interval between X labels.
  2088.  
  2089. FirstAxis: enumeration (optional)    Display Y-axis labels on the first axis or on all axes on a radar chart. The Hide parameter overrides this parameter.
  2090.  
  2091. AllAxes
  2092.  
  2093. FirstAxis
  2094.  
  2095. SetLayoutSizes
  2096.  
  2097. Syntax
  2098.  
  2099. SetLayoutSizes([Width As Integer], [Depth As Integer], [Height As Integer], [Overlap As Integer])
  2100.  
  2101. Description
  2102.  
  2103. Specify layout sizes for charts.
  2104.  
  2105. Parameters
  2106.  
  2107. Width: numeric (optional)    The bar width. Value (0-100).
  2108.  
  2109. Depth: numeric (optional)    The bar thickness. Value (0-100).
  2110.  
  2111. Height: numeric (optional)    The line height. Value (0-100).
  2112.  
  2113. Overlap: numeric (optional)    The amount of overlap. Value (0-100).
  2114.  
  2115. SetLayoutTitle
  2116.  
  2117. Syntax
  2118.  
  2119. SetLayoutTitle(Title As String)
  2120.  
  2121. Description
  2122.  
  2123. Specify a title for the current layout.
  2124.  
  2125. Parameters
  2126.  
  2127. Title: string    The layout title.
  2128.  
  2129. SetLegendOptions
  2130.  
  2131. Syntax
  2132.  
  2133.  SetLegendOptions([Display As _SetLegendOptions_Display_enum], [Vertical As _SetLegendOptions_Vertical_enum], [Inside As _SetLegendOptions_Inside_enum], [Position As _SetLegendOptions_Position_enum])
  2134.  
  2135. Description
  2136.  
  2137. Specify legend options for a data chart.
  2138.  
  2139. Parameters
  2140.  
  2141. Display: enumeration (optional)    Display a legend.
  2142.  
  2143. Off
  2144.  
  2145. On
  2146.  
  2147. Vertical: enumeration (optional)     The vertical legend display.
  2148.  
  2149. Off
  2150.  
  2151. On
  2152.  
  2153. Inside: enumeration (optional)    Display a legend inside a chart.
  2154.  
  2155. Off
  2156.  
  2157. On
  2158.  
  2159. Position: enumeration (optional)    The legend position.
  2160.  
  2161. BottomCenter
  2162.  
  2163. BottomLeft
  2164.  
  2165. BottomRight
  2166.  
  2167. MiddleLeft
  2168.  
  2169. MiddleRight
  2170.  
  2171. TopCenter
  2172.  
  2173. TopLeft
  2174.  
  2175. TopRight
  2176.  
  2177. SetLevelFont
  2178.  
  2179. Syntax
  2180.  
  2181. SetLevelFont(ChartLevel As Integer, [FontName As String], [PointSize As Integer], [Bold As _SetLevelFont_Bold_enum], [Italic As _SetLevelFont_Italic_enum], [Underline As _SetLevelFont_Underline_enum], [FontType As _SetLevelFont_FontType_enum], [Weight As Integer], [Attributes As Integer], [PtSz3600 As Long])
  2182.  
  2183. Description
  2184.  
  2185. Specify a font for a bullet chart level.
  2186.  
  2187. Parameters
  2188.  
  2189. ChartLevel: numeric    The bulleted list level to modify.
  2190.  
  2191. FontName: string (optional)    The font name and style.
  2192.  
  2193. PointSize: numeric (optional)    The font point size.
  2194.  
  2195. Bold: enumeration (optional)    Off
  2196.  
  2197. On
  2198.  
  2199. Italic: enumeration (optional)    Off
  2200.  
  2201. On
  2202.  
  2203. Underline: enumeration (optional)    Off
  2204.  
  2205. On
  2206.  
  2207. FontType: enumeration (optional)    The font type.
  2208.  
  2209. ATM
  2210.  
  2211. TT
  2212.  
  2213. Weight: numeric (optional)    The relative weight of the font (heavy, condensed, light, and so on).
  2214.  
  2215. Attributes: numeric (optional)    The font attributes for the currently selected level (bold, italic, underline, and so on).
  2216.  
  2217. PtSz3600: numeric (optional)    
  2218.  
  2219. SetLevelGradient
  2220.  
  2221. Syntax
  2222.  
  2223. SetLevelGradient(ChartLevel As Integer, GradientType As _SetLevelGradient_GradientType_enum, GradFlag As Integer, GradAngle As Long, GradRefX As Integer, GradRefY As Integer, GradSteps As Integer, Grad1Red As Integer, Grad1Green As Integer, Grad1Blue As Integer, Grad2Red As Integer, Grad2Green As Integer, Grad2Blue As Integer, GradBRed As Integer, GradBGreen As Integer, GradBBlue As Integer, ForeTransparency As Integer, BackTransparency As Integer)
  2224.  
  2225. Description
  2226.  
  2227. Specify a gradient text fill for a bullet chart level.
  2228.  
  2229. Parameters
  2230.  
  2231. ChartLevel: numeric    The bulleted list level to modify.
  2232.  
  2233. GradientType: enumeration    The linear, circular, or rectangular gradient.
  2234.  
  2235. ConcenCircles
  2236.  
  2237. ConcenEllipses
  2238.  
  2239. ConcenRects
  2240.  
  2241. ConcenSquares
  2242.  
  2243. ConverCircles
  2244.  
  2245. ConverEllipses
  2246.  
  2247. ConverRects
  2248.  
  2249. ConverSquares
  2250.  
  2251. Linear
  2252.  
  2253. None
  2254.  
  2255. Polygonal
  2256.  
  2257. GradFlag: numeric    Specify the granularity and anchor to page.
  2258.  
  2259. GradAngle: numeric    The rotation angle for a gradient fill. The top of the gradient is rotated counter-clockwise. For example, a 90-degree angle places the top of the gradient parallel to the left margin of the page.
  2260.  
  2261. GradRefX: numeric    The horizontal center of a circular or rectangular gradient relative to the page. Flush left is 0, center is 50, and flush right is 100.
  2262.  
  2263. GradRefY: numeric    The vertical center of a circular or rectangular gradient or the top of a linear gradient relative to the page. Top is 0, center is 50, and bottom is 100.
  2264.  
  2265. GradSteps: numeric    The number of steps between colors in a gradient fill. A value of 0 represents the greatest possible number of steps.
  2266.  
  2267. Grad1Red: numeric    The amount of red (0-255) in the top color of a linear gradient or the center color of a circular or rectangular gradient.
  2268.  
  2269. Grad1Green: numeric    The amount of green (0-255) in the top color of a linear gradient or the center color of a circular or rectangular gradient.
  2270.  
  2271. Grad1Blue: numeric    The amount of blue (0-255) in the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  2272.  
  2273. Grad2Red: numeric    The amount of red (0-255) in the bottom color of a linear gradient or the outer color of a circular or rectangular gradient.
  2274.  
  2275. Grad2Green: numeric    The amount of green (0-255) in the bottom color of a linear gradient or the outer color of a circular or rectangular gradient.
  2276.  
  2277. Grad2Blue: numeric    The amount of blue (0-255) in the bottom color of a linear gradient or the outer color of a circular or rectangular gradient.
  2278.  
  2279. GradBRed: numeric    The amount of red (0-255) in the background gradient color.
  2280.  
  2281. GradBGreen: numeric    The amount of green (0-255) in the background gradient color.
  2282.  
  2283. GradBBlue: numeric    The amount of blue (0-255) in the background gradient color.
  2284.  
  2285. ForeTransparency: numeric    The foreground color transparency, with 0 specifying opaque and 255 specifying transparent.
  2286.  
  2287. BackTransparency: numeric    The background color transparency, with 0 specifying opaque and 255 specifying transparent.
  2288.  
  2289. SetLevelPattern
  2290.  
  2291. Syntax
  2292.  
  2293.  SetLevelPattern(ChartLevel As Integer, BrushPattern As _SetLevelPattern_BrushPattern_enum, Grad1Red As Integer, Grad1Green As Integer, Grad1Blue As Integer, Grad2Red As Integer, Grad2Green As Integer, Grad2Blue As Integer, PenBRed As Integer, PenBGreen As Integer, PenBBlue As Integer, PenFRed As Integer, PenFGreen As Integer, PenFBlue As Integer, PenHorzWidth As Integer, PenVertWidth As Integer, [eFlags As _SetLevelPattern_eFlags_enum], [PenStyle As Integer])
  2294.  
  2295. Description
  2296.  
  2297. Specify a text fill pattern for a bullet chart level.
  2298.  
  2299. Parameters
  2300.  
  2301. ChartLevel: numeric    The bulleted list level to modify.
  2302.  
  2303. BrushPattern: enumeration    The fill pattern.
  2304.  
  2305. Arch
  2306.  
  2307. Balls
  2308.  
  2309. BigChecks
  2310.  
  2311. BigCrosshatch
  2312.  
  2313. BigSquares
  2314.  
  2315. ChainLink
  2316.  
  2317. Checks
  2318.  
  2319. Crosses
  2320.  
  2321. FishScale
  2322.  
  2323. Gray12
  2324.  
  2325. Gray25
  2326.  
  2327. Gray50
  2328.  
  2329. HoneyComb
  2330.  
  2331. HorzBricks
  2332.  
  2333. HorzLines1
  2334.  
  2335. HorzLines2
  2336.  
  2337. Mesh
  2338.  
  2339. Patio
  2340.  
  2341. Plaid
  2342.  
  2343. Solid
  2344.  
  2345. Squares
  2346.  
  2347. TiltBricks
  2348.  
  2349. TiltLines1
  2350.  
  2351. TiltLines2
  2352.  
  2353. TiltLines3
  2354.  
  2355. TiltLines4
  2356.  
  2357. Triangles
  2358.  
  2359. VertLines1
  2360.  
  2361. VertLines2
  2362.  
  2363. Waves
  2364.  
  2365. Weave
  2366.  
  2367. Grad1Red: numeric    The amount of red (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  2368.  
  2369. Grad1Green: numeric    The amount of green (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  2370.  
  2371. Grad1Blue: numeric    The amount of blue (0-255) in a solid fill, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  2372.  
  2373. Grad2Red: numeric    The amount of red (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  2374.  
  2375. Grad2Green: numeric    The amount of green (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  2376.  
  2377. Grad2Blue: numeric    The amount of blue (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
  2378.  
  2379. PenBRed: numeric    The amount of red (0-255) in the background pen color.
  2380.  
  2381. PenBGreen: numeric    The amount of green (0-255) in the pen background color.
  2382.  
  2383. PenBBlue: numeric    The amount of blue (0-255) in the pen background color.
  2384.  
  2385. PenFRed: numeric    The amount of red (0-255) in the foreground pen color.
  2386.  
  2387. PenFGreen: numeric    The amount of green (0-255) in the pen foreground color.
  2388.  
  2389. PenFBlue: numeric    The amount of blue (0-255) in the pen foreground color.
  2390.  
  2391. PenHorzWidth: numeric    The horizontal outline width.
  2392.  
  2393. PenVertWidth: numeric    The vertical line width, in WordPerfect units.
  2394.  
  2395. eFlags: enumeration (optional)    The state of fill and frame.
  2396.  
  2397. Closed
  2398.  
  2399. ClosedFilled
  2400.  
  2401. Filled
  2402.  
  2403. Framed
  2404.  
  2405. FramedClosed
  2406.  
  2407. FramedClosedFilled
  2408.  
  2409. FramedFilled
  2410.  
  2411. None
  2412.  
  2413. PenStyle: numeric (optional)    The pen style for lines.
  2414.  
  2415. SetLineAttributes
  2416.  
  2417. Syntax
  2418.  
  2419. SetLineAttributes(AttrType As _SetLineAttributes_AttrType_enum, [LineOn As _SetLineAttributes_LineOn_enum], [Width As Double], [LineJoin As _SetLineAttributes_LineJoin_enum], [LineEnd1 As _SetLineAttributes_LineEnd1_enum], [LineEnd2 As _SetLineAttributes_LineEnd2_enum], [PenPattern As _SetLineAttributes_PenPattern_enum], [PenStyle As _SetLineAttributes_PenStyle_enum], [ForeRed As Integer], [ForeGreen As Integer], [ForeBlue As Integer], [BackRed As Integer], [BackGreen As Integer], [BackBlue As Integer]
  2420.  
  2421. Description
  2422.  
  2423. Specify line attributes in charts.
  2424.  
  2425. Parameters
  2426.  
  2427. AttrType: enumeration    The line type to modify.
  2428.  
  2429. Frame
  2430.  
  2431. Series1
  2432.  
  2433. Series10
  2434.  
  2435. Series11
  2436.  
  2437. Series12
  2438.  
  2439. Series13
  2440.  
  2441. Series14
  2442.  
  2443. Series15
  2444.  
  2445. Series16
  2446.  
  2447. Series17
  2448.  
  2449. Series18
  2450.  
  2451. Series19
  2452.  
  2453. Series2
  2454.  
  2455. Series20
  2456.  
  2457. Series21
  2458.  
  2459. Series22
  2460.  
  2461. Series23
  2462.  
  2463. Series24
  2464.  
  2465. Series3
  2466.  
  2467. Series4
  2468.  
  2469. Series5
  2470.  
  2471. Series6
  2472.  
  2473. Series7
  2474.  
  2475. Series8
  2476.  
  2477. Series9
  2478.  
  2479. LineOn: enumeration (optional)    The chart frame display.
  2480.  
  2481. Off!
  2482.  
  2483. On!
  2484.  
  2485. Width: numeric (optional)    The line width, in inches.
  2486.  
  2487. LineJoin: enumeration (optional)    The line joints.
  2488.  
  2489. Bevel
  2490.  
  2491. Miter
  2492.  
  2493. None
  2494.  
  2495. Round
  2496.  
  2497. LineEnd1: enumeration (optional)    The end type for the beginning of a line.
  2498.  
  2499. Arrow
  2500.  
  2501. Flat
  2502.  
  2503. Round
  2504.  
  2505. Square
  2506.  
  2507. LineEnd2: enumeration (optional)    The end type for the end of a line.
  2508.  
  2509. Arrow
  2510.  
  2511. Flat
  2512.  
  2513. Round
  2514.  
  2515. Square
  2516.  
  2517. PenPattern: enumeration (optional)    The penpattern used when drawing lines.
  2518.  
  2519. Arch
  2520.  
  2521. Balls
  2522.  
  2523. BigChecks
  2524.  
  2525. BigCrosshatch
  2526.  
  2527. BigSquares
  2528.  
  2529. ChainLink
  2530.  
  2531. Checks
  2532.  
  2533. Crosses
  2534.  
  2535. Crosshatch
  2536.  
  2537. Fishscale
  2538.  
  2539. Gray12
  2540.  
  2541. Gray25
  2542.  
  2543. Gray50
  2544.  
  2545. Honeycomb
  2546.  
  2547. HorzBricks
  2548.  
  2549. HorzLines1
  2550.  
  2551. HorzLines2
  2552.  
  2553. Mesh
  2554.  
  2555. Patio
  2556.  
  2557. Plaid
  2558.  
  2559. Solid
  2560.  
  2561. Squares
  2562.  
  2563. TiltBricks
  2564.  
  2565. TiltLines1
  2566.  
  2567. TiltLines2
  2568.  
  2569. TiltLines3
  2570.  
  2571. TiltLines4
  2572.  
  2573. Triangles
  2574.  
  2575. VertLines1
  2576.  
  2577. VertLines2
  2578.  
  2579. Waves
  2580.  
  2581. Weave
  2582.  
  2583. PenStyle: enumeration (optional)    The pen style used when drawing lines.
  2584.  
  2585. Alternate
  2586.  
  2587. Dash
  2588.  
  2589. DashDot
  2590.  
  2591. DashTwoDot
  2592.  
  2593. Dots
  2594.  
  2595. LongDash
  2596.  
  2597. LongShort
  2598.  
  2599. LongTwoShort
  2600.  
  2601. ShortDash
  2602.  
  2603. Solid
  2604.  
  2605. TinyDash
  2606.  
  2607. TwoDashDot
  2608.  
  2609. TwoDashTwoDot
  2610.  
  2611. TwoDotsDash
  2612.  
  2613. TwoLongShort
  2614.  
  2615. TwoLongTwoShort
  2616.  
  2617. ForeRed: numeric (optional)    The amount of red (0-255) in the line foreground color.
  2618.  
  2619. ForeGreen: numeric (optional)    The amount of green (0-255) in the line foreground color.
  2620.  
  2621. ForeBlue: numeric (optional)    The amount of blue (0-255) in the line foreground color.
  2622.  
  2623. BackRed: numeric (optional)    The amount of red (0-255) in the line background color.
  2624.  
  2625. BackGreen: numeric (optional)    The amount of green (0-255) in the line background color.
  2626.  
  2627. BackBlue: numeric (optional)    The amount of blue (0-255) in the line background color.
  2628.  
  2629. SetLineSpacing
  2630.  
  2631. Syntax
  2632.  
  2633. SetLineSpacing(Spacing As Double)
  2634.  
  2635. Description
  2636.  
  2637. Set the amount of space between lines of text.
  2638.  
  2639. Parameters
  2640.  
  2641. Spacing: numeric    The spacing between lines of text.
  2642.  
  2643. SetObjectTransition
  2644.  
  2645. Syntax
  2646.  
  2647. SetObjectTransition(Effect As _SetObjectTransition_Effect_enum, Direction As _SetObjectTransition_Direction_enum, Speed As _SetObjectTransition_Speed_enum, [DisplaySequence As Long])
  2648.  
  2649. Description
  2650.  
  2651. Set object transition and animation options.
  2652.  
  2653. Parameters
  2654.  
  2655. Effect: enumeration    The transition or animation type.
  2656.  
  2657. AnimateBounceIn
  2658.  
  2659. AnimateCurveIn
  2660.  
  2661. AnimateFlyIn
  2662.  
  2663. AnimateFlyInAndBounce
  2664.  
  2665. AnimateFlyInFromCorner
  2666.  
  2667. AnimateFlyInFromCornerAndBounce
  2668.  
  2669. Blinds
  2670.  
  2671. Blocks
  2672.  
  2673. Circles
  2674.  
  2675. CirclesRandom
  2676.  
  2677. CircuitBoard
  2678.  
  2679. Clock
  2680.  
  2681. Close
  2682.  
  2683. Diamonds
  2684.  
  2685. DiamondsRandom
  2686.  
  2687. DiamondsSmall
  2688.  
  2689. Dissolve
  2690.  
  2691. Explode
  2692.  
  2693. Fade
  2694.  
  2695. Focus
  2696.  
  2697. FocusDissolve
  2698.  
  2699. FourPointStars
  2700.  
  2701. HappyFaces
  2702.  
  2703. Hatch
  2704.  
  2705. Lines
  2706.  
  2707. Mosaic
  2708.  
  2709. MosaicDissolve
  2710.  
  2711. MosaicWave
  2712.  
  2713. NoEffect
  2714.  
  2715. Normal
  2716.  
  2717. Octagon
  2718.  
  2719. Open
  2720.  
  2721. PhotoLens
  2722.  
  2723. Polygons
  2724.  
  2725. PushAway
  2726.  
  2727. Puzzle
  2728.  
  2729. Raindrops
  2730.  
  2731. Rectangles
  2732.  
  2733. RollIn
  2734.  
  2735. RollOut
  2736.  
  2737. SkipLines
  2738.  
  2739. SlideAway
  2740.  
  2741. SlideIn
  2742.  
  2743. SlideToCorner
  2744.  
  2745. Sparkles
  2746.  
  2747. Spiral
  2748.  
  2749. SpiralAway
  2750.  
  2751. StackBlocks
  2752.  
  2753. Starburst
  2754.  
  2755. Stars
  2756.  
  2757. Stretch
  2758.  
  2759. StretchClose
  2760.  
  2761. StretchFromCenter
  2762.  
  2763. StretchFromCorner
  2764.  
  2765. StretchOpen
  2766.  
  2767. Sweep
  2768.  
  2769. SweepLines
  2770.  
  2771. Triangles
  2772.  
  2773. Wave
  2774.  
  2775. Weave
  2776.  
  2777. Direction: enumeration    The transition or animation direction.
  2778.  
  2779. Clockwise
  2780.  
  2781. CounterClockwise
  2782.  
  2783. Down
  2784.  
  2785. Horizontal
  2786.  
  2787. Left
  2788.  
  2789. LeftAndDown
  2790.  
  2791. LeftAndUp
  2792.  
  2793. NoDirection
  2794.  
  2795. Right
  2796.  
  2797. RightAndUp
  2798.  
  2799. Up
  2800.  
  2801. Vertical
  2802.  
  2803. Speed: enumeration    The transition or animation speed.
  2804.  
  2805. Fast
  2806.  
  2807. Medium
  2808.  
  2809. Slow
  2810.  
  2811. DisplaySequence: numeric (optional)    The order in which objects transition.
  2812.  
  2813. SetOrgAlignment
  2814.  
  2815. Syntax
  2816.  
  2817.  SetOrgAlignment([Alignment As Integer], [NumberOfColumns As Integer])
  2818.  
  2819. Description
  2820.  
  2821. Specify how boxes in an organization chart are aligned.
  2822.  
  2823. Parameters
  2824.  
  2825. Alignment: numeric (optional)    The branch structure for the organization chart.
  2826.  
  2827. NumberOfColumns: numeric (optional)    The number of columns in a multiple-column organization chart.
  2828.  
  2829. SetOrgChartBox
  2830.  
  2831. Syntax
  2832.  
  2833.  SetOrgChartBox([WidthSize As _SetOrgChartBox_WidthSize_enum], [HeightSize As _SetOrgChartBox_HeightSize_enum], [TextJust As _SetOrgChartBox_TextJust_enum], [BoxDisplay As _SetOrgChartBox_BoxDisplay_enum])
  2834.  
  2835. Description
  2836.  
  2837. Specify box options for organization charts.
  2838.  
  2839. Parameters
  2840.  
  2841. WidthSize: enumeration (optional)    The box width.
  2842.  
  2843. FitToText
  2844.  
  2845. Large2Small
  2846.  
  2847. SameSize
  2848.  
  2849. HeightSize: enumeration (optional)    The box height.
  2850.  
  2851. FitToText
  2852.  
  2853. Large2Small
  2854.  
  2855. SameSize
  2856.  
  2857. TextJust: enumeration (optional)    The text justification within boxes.
  2858.  
  2859. Center
  2860.  
  2861. Left
  2862.  
  2863. Right
  2864.  
  2865. BoxDisplay: enumeration (optional)    The level of boxes to display.
  2866.  
  2867. AllBox
  2868.  
  2869. NoBox
  2870.  
  2871. TMBox
  2872.  
  2873. TopBox
  2874.  
  2875. SetOrgChartLayout
  2876.  
  2877. Syntax
  2878.  
  2879. SetOrgChartLayout([FirstPlacement As _SetOrgChartLayout_FirstPlacement_enum], [MiddlePlacement As _SetOrgChartLayout_MiddlePlacement_enum], [LastPlacement As _SetOrgChartLayout_LastPlacement_enum], [NumberOfLevels As Integer], [Orientation As _SetOrgChartLayout_Orientation_enum])
  2880.  
  2881. Description
  2882.  
  2883. Specify layout options for organization charts.
  2884.  
  2885. Parameters
  2886.  
  2887. FirstPlacement: enumeration (optional)    The placement of first-level items.
  2888.  
  2889. DoubleColumn
  2890.  
  2891. DoubleRow
  2892.  
  2893. LeftColumn
  2894.  
  2895. RightColumn
  2896.  
  2897. SingleRow
  2898.  
  2899. MiddlePlacement: enumeration (optional)    The placement of middle items.
  2900.  
  2901. DoubleColumn
  2902.  
  2903. DoubleRow
  2904.  
  2905. LeftColumn
  2906.  
  2907. RightColumn
  2908.  
  2909. SingleRow
  2910.  
  2911. LastPlacement: enumeration (optional)    The placement of last-level items.
  2912.  
  2913. DoubleColumn
  2914.  
  2915. DoubleRow
  2916.  
  2917. LeftColumn
  2918.  
  2919. RightColumn
  2920.  
  2921. SingleRow
  2922.  
  2923. NumberOfLevels: numeric (optional)    The number of levels to display.
  2924.  
  2925. Orientation: enumeration (optional)    The orientation of the organization chart.
  2926.  
  2927. Bottom2Top
  2928.  
  2929. Left2Right
  2930.  
  2931. Right2Left
  2932.  
  2933. Top2Bottom
  2934.  
  2935. SetOrgChartTop
  2936.  
  2937. Syntax
  2938.  
  2939. SetOrgChartTop()
  2940.  
  2941. Description
  2942.  
  2943. Move the organization chart entry containing the insertion point to the top of the chart.
  2944.  
  2945. SetOrgOrientation
  2946.  
  2947. Syntax
  2948.  
  2949. SetOrgOrientation([Orientation As _SetOrgOrientation_Orientation_enum])
  2950.  
  2951. Description
  2952.  
  2953. Specify the orientation of an organization chart.
  2954.  
  2955. Parameters
  2956.  
  2957. Orientation: enumeration (optional)    The orientation for the selected branch.
  2958.  
  2959. Bottom2Top
  2960.  
  2961. Left2Right
  2962.  
  2963. Right2Left
  2964.  
  2965. Top2Bottom
  2966.  
  2967. SetPaintMarquee
  2968.  
  2969. Syntax
  2970.  
  2971. SetPaintMarquee([X1 As Integer], [Y1 As Integer], [X2 As Integer], [Y2 As Integer])
  2972.  
  2973. Description
  2974.  
  2975. Select a portion of a bitmap area. If no parameters are specified, the whole bitmap area is selected.
  2976.  
  2977. Parameters
  2978.  
  2979. X1: numeric (optional)    The horizontal coordinate of the pixel in the upper left corner of the selected area. Coordinates are numbered from the upper left pixel of the bitmap area, pixel 0,0.
  2980.  
  2981. Y1: numeric (optional)    The lower-left vertical coordinate of the selected area.
  2982.  
  2983. X2: numeric (optional)    The upper-right horizontal coordinate of the selected area.
  2984.  
  2985. Y2: numeric (optional)    The upper-right vertical coordinate of the selected area.
  2986.  
  2987. SetPaletteColor
  2988.  
  2989. Syntax
  2990.  
  2991. SetPaletteColor(Index As Integer, Red As Integer, Green As Integer, Blue As Integer)
  2992.  
  2993. Description
  2994.  
  2995. Create a color on a color palette.
  2996.  
  2997. Parameters
  2998.  
  2999. Index: numeric    The index number of the color on the palette.
  3000.  
  3001. Red: numeric    The amount of red (0-255) in a color.
  3002.  
  3003. Green: numeric    The amount of green (0-255) in a color.
  3004.  
  3005. Blue: numeric    The blue value (0-255).
  3006.  
  3007. SetPattern
  3008.  
  3009. Syntax
  3010.  
  3011. SetPattern(TitleType As _SetPattern_TitleType_enum, [BrushPattern As _SetPattern_BrushPattern_enum], [ForeRed As Integer], [ForeGreen As Integer], [ForeBlue As Integer], [BackRed As Integer], [BackGreen As Integer], [BackBlue As Integer], [Transparency As _SetPattern_Transparency_enum], [FillOn As _SetPattern_FillOn_enum])
  3012.  
  3013. Description
  3014.  
  3015. Specify fill colors and patterns for parts of a chart.
  3016.  
  3017. Parameters
  3018.  
  3019. TitleType: enumeration    The type of title.
  3020.  
  3021. BoxDataLabels
  3022.  
  3023. BoxLegend
  3024.  
  3025. BoxOrgChart
  3026.  
  3027. BoxPieLabels
  3028.  
  3029. BoxPieTitles
  3030.  
  3031. BoxSubtitle
  3032.  
  3033. BoxTitle
  3034.  
  3035. FontDataLabels
  3036.  
  3037. FontLegend
  3038.  
  3039. FontLegendTitle
  3040.  
  3041. FontMiniTable
  3042.  
  3043. FontOrgChart
  3044.  
  3045. FontPieLabels
  3046.  
  3047. FontPieTitles
  3048.  
  3049. FontSubtitle
  3050.  
  3051. FontTableCells
  3052.  
  3053. FontTitle
  3054.  
  3055. FontXAxis
  3056.  
  3057. FontXNames
  3058.  
  3059. FontY1Axis
  3060.  
  3061. FontY1Labels
  3062.  
  3063. FontY2Axis
  3064.  
  3065. FontY2Labels
  3066.  
  3067. Frame
  3068.  
  3069. Series1
  3070.  
  3071. Series10
  3072.  
  3073. Series11
  3074.  
  3075. Series12
  3076.  
  3077. Series13
  3078.  
  3079. Series14
  3080.  
  3081. Series15
  3082.  
  3083. Series16
  3084.  
  3085. Series17
  3086.  
  3087. Series18
  3088.  
  3089. Series19
  3090.  
  3091. Series2
  3092.  
  3093. Series20
  3094.  
  3095. Series21
  3096.  
  3097. Series22
  3098.  
  3099. Series23
  3100.  
  3101. Series24
  3102.  
  3103. Series3
  3104.  
  3105. Series4
  3106.  
  3107. Series5
  3108.  
  3109. Series6
  3110.  
  3111. Series7
  3112.  
  3113. Series8
  3114.  
  3115. Series9
  3116.  
  3117. TextChart
  3118.  
  3119. BrushPattern: enumeration (optional)    The fill pattern.
  3120.  
  3121. Arch
  3122.  
  3123. Balls
  3124.  
  3125. BigChecks
  3126.  
  3127. BigCrosshatch
  3128.  
  3129. BigSquares
  3130.  
  3131. Chainlink
  3132.  
  3133. Checks
  3134.  
  3135. Crosses
  3136.  
  3137. Crosshatch
  3138.  
  3139. Fishscale
  3140.  
  3141. Gray12
  3142.  
  3143. Gray25
  3144.  
  3145. Gray50
  3146.  
  3147. Honeycomb
  3148.  
  3149. HorzBricks
  3150.  
  3151. HorzLines1
  3152.  
  3153. HorzLines2
  3154.  
  3155. Mesh
  3156.  
  3157. Patio
  3158.  
  3159. Plaid
  3160.  
  3161. Solid
  3162.  
  3163. Squares
  3164.  
  3165. TiltBricks
  3166.  
  3167. TiltLines1
  3168.  
  3169. TiltLines2
  3170.  
  3171. TiltLines3
  3172.  
  3173. TiltLines4
  3174.  
  3175. Triangles
  3176.  
  3177. VertLines1
  3178.  
  3179. VertLines2
  3180.  
  3181. Waves
  3182.  
  3183. Weave
  3184.  
  3185. ForeRed: numeric (optional)    The amount of red (0-255) in the foreground fill color.
  3186.  
  3187. ForeGreen: numeric (optional)    The amount of green (0-255) in the foreground fill color.
  3188.  
  3189. ForeBlue: numeric (optional)    The amount of blue (0-255) in the foreground fill color.
  3190.  
  3191. BackRed: numeric (optional)    The amount of red (0-255) in the background fill color.
  3192.  
  3193. BackGreen: numeric (optional)    The amount of green (0-255) in the background fill color.
  3194.  
  3195. BackBlue: numeric (optional)    The amount of blue (0-255) in the background fill color.
  3196.  
  3197. Transparency: enumeration (optional)    The transparency of a foreground or background color.
  3198.  
  3199. Background
  3200.  
  3201. Foreground
  3202.  
  3203. None
  3204.  
  3205. FillOn: enumeration (optional)    The state of pattern fill.
  3206.  
  3207. Off
  3208.  
  3209. On
  3210.  
  3211. SetPerspectiveOptions
  3212.  
  3213. Syntax
  3214.  
  3215.  SetPerspectiveOptions([RightAngle As _SetPerspectiveOptions_RightAngle_enum], [Horizontal As Integer], [Vertical As Integer])
  3216.  
  3217. Description
  3218.  
  3219. Specify perspective options for chart display.
  3220.  
  3221. Parameters
  3222.  
  3223. RightAngle: enumeration (optional)    Constrain chart axes to right angles.
  3224.  
  3225. Off
  3226.  
  3227. On
  3228.  
  3229. Horizontal: numeric (optional)    The angle from which the X axis is viewed. Values range from 0 to 100 for right angle axes, and from 0 to 90 for other axes.
  3230.  
  3231. Vertical: numeric (optional)    The angle from which the Y axis is viewed. Values range from 0 to 100 for right angle axes, and from 0 to 90 for other axes.
  3232.  
  3233. SetPieLabelOptions
  3234.  
  3235. Syntax
  3236.  
  3237. SetPieLabelOptions([Value As _SetPieLabelOptions_Value_enum], [Percentage As _SetPieLabelOptions_Percentage_enum], [Label As _SetPieLabelOptions_Label_enum], [Pointer As _SetPieLabelOptions_Pointer_enum], [Stacked As _SetPieLabelOptions_Stacked_enum], [Digits As Integer])
  3238.  
  3239. Description
  3240.  
  3241. Specify label options for pie charts.
  3242.  
  3243. Parameters
  3244.  
  3245. Value: enumeration (optional)    The value label display in relation to the chart.
  3246.  
  3247. In
  3248.  
  3249. None
  3250.  
  3251. Out
  3252.  
  3253. Percentage: enumeration (optional)    The percentage label display in relation to the chart.
  3254.  
  3255. In
  3256.  
  3257. None
  3258.  
  3259. Out
  3260.  
  3261. Label: enumeration (optional)    The data label display in relation to the chart.
  3262.  
  3263. In
  3264.  
  3265. None
  3266.  
  3267. Out
  3268.  
  3269. Pointer: enumeration (optional)    The pointer length.
  3270.  
  3271. Long
  3272.  
  3273. Medium
  3274.  
  3275. None
  3276.  
  3277. Short
  3278.  
  3279. Stacked: enumeration (optional)    Stack labels.
  3280.  
  3281. Off
  3282.  
  3283. On
  3284.  
  3285. Digits: numeric (optional)    The number of digits when values are displayed as percentages.
  3286.  
  3287. SetPieStyle
  3288.  
  3289. Syntax
  3290.  
  3291. SetPieStyle(PieNum As Integer, [Angle As Integer], [Tilt As Integer], [Depth As Integer], [Size As Integer], [LinkSlice As Integer], [Column As _SetPieStyle_Column_enum], [Linked As _SetPieStyle_Linked_enum], [Sort As _SetPieStyle_Sort_enum])
  3292.  
  3293. Description
  3294.  
  3295. Specify pie chart layout options.
  3296.  
  3297. Parameters
  3298.  
  3299. PieNum: numeric    The pie number.
  3300.  
  3301. Angle: numeric (optional)    The rotation angle of a pie. Values range from 0 to 359.
  3302.  
  3303. Tilt: numeric (optional)    The tilt angle of a pie.
  3304.  
  3305. Depth: numeric (optional)    The thickness of a 3-D pie. Values range from 0 to 100.
  3306.  
  3307. Size: numeric (optional)    The size of a pie. Values range from 0 to 100.
  3308.  
  3309. LinkSlice: numeric (optional)    In a two-pie chart, specify a slice of one pie to link to the entire second pie.
  3310.  
  3311. Column: enumeration (optional)    Display a pie as a stacked bar.
  3312.  
  3313. Off
  3314.  
  3315. On
  3316.  
  3317. Linked: enumeration (optional)    Link a pie.
  3318.  
  3319. Off
  3320.  
  3321. On
  3322.  
  3323. Sort: enumeration (optional)    Arrange the pie slices by size.
  3324.  
  3325. Off
  3326.  
  3327. On
  3328.  
  3329. SetProportionalPies
  3330.  
  3331. Syntax
  3332.  
  3333.  SetProportionalPies(Flag As _SetProportionalPies_flag_enum)
  3334.  
  3335. Description
  3336.  
  3337. Turn the proportional pies option on or off when editing a pie chart.
  3338.  
  3339. Parameters
  3340.  
  3341. Flag: enumeration    Toggle proportional pies.
  3342.  
  3343. Off
  3344.  
  3345. On
  3346.  
  3347. SetRadarView
  3348.  
  3349. Syntax
  3350.  
  3351.  SetRadarView([RadialGrid As _SetRadarView_RadialGrid_enum], [RadarLine As _SetRadarView_RadarLine_enum])
  3352.  
  3353. Description
  3354.  
  3355. Specify layout options for radar charts.
  3356.  
  3357. Parameters
  3358.  
  3359. RadialGrid: enumeration (optional)    The radar grid is radial, rather than linear.
  3360.  
  3361. Off
  3362.  
  3363. On
  3364.  
  3365. RadarLine: enumeration (optional)    The radar chart is displayed as lines, rather than areas.
  3366.  
  3367. Off
  3368.  
  3369. On
  3370.  
  3371. SetRangeHighlight
  3372.  
  3373. Syntax
  3374.  
  3375.  SetRangeHighlight(HighlightOn As _SetRangeHighlight_HighlightOn_enum, ColorToSet As _SetRangeHighlight_ColorToSet_enum, Red As Integer, Green As Integer, Blue As Integer)
  3376.  
  3377. Description
  3378.  
  3379. Specify the spreadsheet range highlight colors.
  3380.  
  3381. Parameters
  3382.  
  3383. HighlightOn: enumeration    Indicate whether highlight is on or off.
  3384.  
  3385. False
  3386.  
  3387. True
  3388.  
  3389. ColorToSet: enumeration    Determine which highlight color to set.
  3390.  
  3391. Close
  3392.  
  3393. Data
  3394.  
  3395. High
  3396.  
  3397. Labels
  3398.  
  3399. Legend
  3400.  
  3401. Low
  3402.  
  3403. Open
  3404.  
  3405. PieData
  3406.  
  3407. PieLabels
  3408.  
  3409. PieTitles
  3410.  
  3411. ScatterData
  3412.  
  3413. Red: numeric    The amount of red (0-255) in a color.
  3414.  
  3415. Green: numeric    The amount of green (0-255) in a color.
  3416.  
  3417. Blue: numeric    The amount of blue in a color (0-255).
  3418.  
  3419. SetSeriesOptions
  3420.  
  3421. Syntax
  3422.  
  3423. SetSeriesOptions(SeriesNum As Integer, [ItemType As _SetSeriesOptions_ItemType_enum], [BarStyle As _SetSeriesOptions_BarStyle_enum], [MarkerType As _SetSeriesOptions_MarkerType_enum], [MarkerSize As Integer], [LineWidth As Integer], [LineStyle As _SetSeriesOptions_LineStyle_enum], [LineRed As Integer], [LineGreen As Integer], [LineBlue As Integer], [AxisType As _SetSeriesOptions_AxisType_enum], [Radar As _SetSeriesOptions_Radar_enum], [ScatterLine As _SetSeriesOptions_ScatterLine_enum], [ScatterMarker As _SetSeriesOptions_ScatterMarker_enum], [LinLines As _SetSeriesOptions_LinLines_enum], [LinMarkers As _SetSeriesOptions_LinMarkers_enum])
  3424.  
  3425. Description
  3426.  
  3427. Specify options for a chart series.
  3428.  
  3429. Parameters
  3430.  
  3431. SeriesNum: numeric    The series to modify. Values range from 1 to 24.
  3432.  
  3433. ItemType: enumeration (optional)    The series type. Valid only for bar, area, line, or mixed charts.
  3434.  
  3435. Area
  3436.  
  3437. Bar
  3438.  
  3439. Line
  3440.  
  3441. BarStyle: enumeration (optional)    The shape of a bar series.
  3442.  
  3443. Conical
  3444.  
  3445. Cylinder
  3446.  
  3447. Diamond
  3448.  
  3449. Hexagon
  3450.  
  3451. Octagon
  3452.  
  3453. Pentagon
  3454.  
  3455. Pyramid
  3456.  
  3457. Pyramid3
  3458.  
  3459. Rectangle
  3460.  
  3461. MarkerType: enumeration (optional)    The shape of a marker.
  3462.  
  3463. Asterisk
  3464.  
  3465. Box
  3466.  
  3467. Circle
  3468.  
  3469. Cross
  3470.  
  3471. Diamond
  3472.  
  3473. Star5
  3474.  
  3475. Star6
  3476.  
  3477. Sun
  3478.  
  3479. Triangle
  3480.  
  3481. Wedge
  3482.  
  3483. X
  3484.  
  3485. MarkerSize: numeric (optional)    Used when the ScatterMarker, LinMarker, or Radar parameter value On!. Values range from 1 to 10.
  3486.  
  3487. LineWidth: numeric (optional)    The line width in the current unit of measure.
  3488.  
  3489. LineStyle: enumeration (optional)    The style for series lines.
  3490.  
  3491. Alternate
  3492.  
  3493. Dash
  3494.  
  3495. DashDot
  3496.  
  3497. DashTwoDot
  3498.  
  3499. Dots
  3500.  
  3501. LongDash
  3502.  
  3503. LongShort
  3504.  
  3505. LongTwoShort
  3506.  
  3507. ShortDash
  3508.  
  3509. Solid
  3510.  
  3511. TinyDash
  3512.  
  3513. TwoDashDot
  3514.  
  3515. TwoDashTwoDot
  3516.  
  3517. TwoDotsDash
  3518.  
  3519. TwoLongShort
  3520.  
  3521. TwoLongTwoShort
  3522.  
  3523. LineRed: numeric (optional)    The amount of red (0-255) in a line color.
  3524.  
  3525. LineGreen: numeric (optional)    The amount of green (0-255) in a line color.
  3526.  
  3527. LineBlue: numeric (optional)    The amount of blue (0-255) in a line color.
  3528.  
  3529. AxisType: enumeration (optional)    Specify which axis a series is on. Valid only for charts with a Y1 axis (left) and a Y2 axis (right).
  3530.  
  3531. Left
  3532.  
  3533. Right
  3534.  
  3535. Radar: enumeration (optional)    Display the radar markers.
  3536.  
  3537. Off
  3538.  
  3539. On
  3540.  
  3541. ScatterLine: enumeration (optional)    Display a series as a line. Valid only for scatter charts.
  3542.  
  3543. Off
  3544.  
  3545. On
  3546.  
  3547. ScatterMarker: enumeration (optional)    Display a series as markers.
  3548.  
  3549. Off
  3550.  
  3551. On
  3552.  
  3553. LinLines: enumeration (optional)    Display a series as a line. Valid only for line, bar, area, or mixed charts.
  3554.  
  3555. Off
  3556.  
  3557. On
  3558.  
  3559. LinMarkers: enumeration (optional)    Display a series as markers. Valid only for line, bar, area, or mixed charts.
  3560.  
  3561. Off
  3562.  
  3563. On
  3564.  
  3565. SetSlideLinkFile
  3566.  
  3567. Syntax
  3568.  
  3569. SetSlideLinkFile(GalleryName As String, SlideNumber As Integer, Filename As String)
  3570.  
  3571. Description
  3572.  
  3573. Link a slide show file to a gallery or .MST file.
  3574.  
  3575. Parameters
  3576.  
  3577. GalleryName: string    The gallery or .MST to edit.
  3578.  
  3579. SlideNumber: numeric    The number of the slide.
  3580.  
  3581. Filename: string    The slide show file to link.
  3582.  
  3583. SetSlideNotes
  3584.  
  3585. Syntax
  3586.  
  3587. SetSlideNotes(Notes As String)
  3588.  
  3589. Description
  3590.  
  3591. Create speaker notes for the current slide.
  3592.  
  3593. Parameters
  3594.  
  3595. Notes: string    The speaker notes for the current slide.
  3596.  
  3597. SetSlideOptions
  3598.  
  3599. Syntax
  3600.  
  3601. SetSlideOptions(TransitionType As _SetSlideOptions_TransitionType_enum, Direction As _SetSlideOptions_Direction_enum, Size As _SetSlideOptions_Size_enum, Overlay As _SetSlideOptions_Overlay_enum, CascadeBullets As _SetSlideOptions_CascadeBullets_enum, TransitionBullets As _SetSlideOptions_TransitionBullets_enum, ManualDelay As _SetSlideOptions_ManualDelay_enum, DelayTime As Integer, SkipCurrent As _SetSlideOptions_SkipCurrent_enum)
  3602.  
  3603. Description
  3604.  
  3605. Specify transition options for the current slide. Use SlideGetNext or SlideGetLast to specify a slide other than the current slide.
  3606.  
  3607. Parameters
  3608.  
  3609. TransitionType: enumeration    The type of transition between slides.
  3610.  
  3611. Blinds
  3612.  
  3613. Box
  3614.  
  3615. Close
  3616.  
  3617. Diagonal
  3618.  
  3619. Jigsaw
  3620.  
  3621. Normal
  3622.  
  3623. Open
  3624.  
  3625. Overwrite
  3626.  
  3627. Snake
  3628.  
  3629. Spot
  3630.  
  3631. Wipe
  3632.  
  3633. Direction: enumeration    The direction for the transition action.
  3634.  
  3635. Down
  3636.  
  3637. Horizontal
  3638.  
  3639. In
  3640.  
  3641. Left
  3642.  
  3643. LeftDown
  3644.  
  3645. LeftUp
  3646.  
  3647. None
  3648.  
  3649. Out
  3650.  
  3651. Right
  3652.  
  3653. RightDown
  3654.  
  3655. RightUp
  3656.  
  3657. Up
  3658.  
  3659. Vertical
  3660.  
  3661. Size: enumeration    The pattern size for the Spots or Jigsaw transitions. For other transition types, the value of this parameter is 255.
  3662.  
  3663. Fine
  3664.  
  3665. Large
  3666.  
  3667. Medium
  3668.  
  3669. None
  3670.  
  3671. Small
  3672.  
  3673. Xlarge
  3674.  
  3675. Overlay: enumeration    Indicate whether the Overlay option is active.
  3676.  
  3677. No
  3678.  
  3679. Yes
  3680.  
  3681. CascadeBullets: enumeration    Cascade bullets option is active.
  3682.  
  3683. No
  3684.  
  3685. Yes
  3686.  
  3687. TransitionBullets: enumeration    Transition Bullets Only option is active.
  3688.  
  3689. No
  3690.  
  3691. Yes
  3692.  
  3693. ManualDelay: enumeration    Advance slides manually.
  3694.  
  3695. No
  3696.  
  3697. Yes
  3698.  
  3699. DelayTime: numeric    The number of seconds before the next slide appears when the timed advance option is active.
  3700.  
  3701. SkipCurrent: enumeration    Skip the current slide when the show plays.
  3702.  
  3703. No
  3704.  
  3705. Yes
  3706.  
  3707. SetSlideOverride
  3708.  
  3709. Syntax
  3710.  
  3711. SetSlideOverride(OverrideTransition As _SetSlideOverride_OverrideTransition_enum, TransitionType As _SetSlideOverride_TransitionType_enum, Direction As _SetSlideOverride_Direction_enum, Size As _SetSlideOverride_Size_enum, CascadeBullets As _SetSlideOverride_CascadeBullets_enum, TransitionBullets As _SetSlideOverride_TransitionBullets_enum, OverrideAdvance As _SetSlideOverride_OverrideAdvance_enum, ManualDelay As _SetSlideOverride_ManualDelay_enum, DelayTime As Integer)
  3712.  
  3713. Description
  3714.  
  3715. Specify slide show override options.
  3716.  
  3717. Parameters
  3718.  
  3719. OverrideTransition: enumeration    Override slide transitions.
  3720.  
  3721. No
  3722.  
  3723. Yes
  3724.  
  3725. TransitionType: enumeration    The transition type.
  3726.  
  3727. Blinds
  3728.  
  3729. Box
  3730.  
  3731. Close
  3732.  
  3733. Diagonal
  3734.  
  3735. Jigsaw
  3736.  
  3737. Normal
  3738.  
  3739. Open
  3740.  
  3741. Overwrite
  3742.  
  3743. Snake
  3744.  
  3745. Spot
  3746.  
  3747. Wipe
  3748.  
  3749. Direction: enumeration    The transition direction.
  3750.  
  3751. Down
  3752.  
  3753. Horizontal
  3754.  
  3755. In
  3756.  
  3757. Left
  3758.  
  3759. LeftDown
  3760.  
  3761. LeftUp
  3762.  
  3763. None
  3764.  
  3765. Out
  3766.  
  3767. Right
  3768.  
  3769. RightDown
  3770.  
  3771. RightUp
  3772.  
  3773. Up
  3774.  
  3775. Vertical
  3776.  
  3777. Size: enumeration    The pattern size for the Spots or Jigsaw transitions.
  3778.  
  3779. Fine
  3780.  
  3781. Large
  3782.  
  3783. Medium
  3784.  
  3785. None
  3786.  
  3787. Small
  3788.  
  3789. Xlarge
  3790.  
  3791. CascadeBullets: enumeration    Cascade bullets option is active.
  3792.  
  3793. No
  3794.  
  3795. Yes
  3796.  
  3797. TransitionBullets: enumeration    Transition bullets option is active.
  3798.  
  3799. No
  3800.  
  3801. Yes
  3802.  
  3803. OverrideAdvance: enumeration    No
  3804.  
  3805. Yes
  3806.  
  3807. ManualDelay: enumeration    Advance slides manually.
  3808.  
  3809. No
  3810.  
  3811. Yes
  3812.  
  3813. DelayTime: numeric    The number of seconds before the next slide appears when the timed advance option is active.
  3814.  
  3815. SetSlideSound
  3816.  
  3817. Syntax
  3818.  
  3819. SetSlideSound(MidiFilename As String, MidiOnDisk As _SetSlideSound_MidiOnDisk_enum, MidiLoop As _SetSlideSound_MidiLoop_enum, MidiMT32 As _SetSlideSound_MidiMT32_enum, MIDIVolume As Integer, DigiFilename As String, DigiOnDisk As _SetSlideSound_DigiOnDisk_enum, DiigiLoop As _SetSlideSound_DigiLoop_enum, DigiVolume As Integer, CDTrackName As String, CDLoop As _SetSlideSound_CDLoop_enum, CDVolume As Integer, CDBeginTrack As Long, CDBeginMinute As Long, CDBeginSecond As Long, CDBeginFrame As Long, CDEndTrack As Long, CDEndMinute As Long, CDEndSecond As Long, CDEndFrame As Long, [ApplyToAll As _SetSlideSound_ApplyToAll_enum])
  3820.  
  3821. Description
  3822.  
  3823. Specify sound options for each slide.
  3824.  
  3825. Parameters
  3826.  
  3827. MidiFilename: string    The MIDI filename.
  3828.  
  3829. MidiOnDisk: enumeration    Store the current MIDI file on disk, rather than in the slide show file.
  3830.  
  3831. No
  3832.  
  3833. Yes
  3834.  
  3835. MidiLoop: enumeration    Play the current MIDI file continuously during a slide show until another file begins.
  3836.  
  3837. No
  3838.  
  3839. Yes
  3840.  
  3841. MidiMT32: enumeration    Ensure consistency among MIDI files written according to the MT32 standard.
  3842.  
  3843. No
  3844.  
  3845. Yes
  3846.  
  3847. MidiVolume: numeric    The MIDI volume.
  3848.  
  3849. DigiFilename: string    The WAV filename.
  3850.  
  3851. DigiOnDisk: enumeration    Indicate whether the WAV file is on disk.
  3852.  
  3853. No
  3854.  
  3855. Yes
  3856.  
  3857. DigiLoop: enumeration    Loop the WAV.
  3858.  
  3859. No
  3860.  
  3861. Yes
  3862.  
  3863. DigiVolume: numeric    The WAV volume.
  3864.  
  3865. CDTrackName: string    The CD track name.
  3866.  
  3867. CDLoop: enumeration    The loop CD track.
  3868.  
  3869. No
  3870.  
  3871. Yes
  3872.  
  3873. CDVolume: numeric    The CD volume.
  3874.  
  3875. CDBeginTrack: numeric    Where to begin the CD track.
  3876.  
  3877. CDBeginMinute: numeric    Where to begin the CD track.
  3878.  
  3879. CDBeginSecond: numeric    Where to begin the CD track.
  3880.  
  3881. CDBeginFrame: numeric    Where to begin the CD track.
  3882.  
  3883. CDEndTrack: numeric    Where to end the CD track.
  3884.  
  3885. CDEndMinute: numeric    Where to end the CD track.
  3886.  
  3887. CDEndSecond: numeric    Where to end the CD track.
  3888.  
  3889. CDEndFrame: numeric    Where to end the CD track.
  3890.  
  3891. ApplyToAll: enumeration (optional)    No
  3892.  
  3893. Yes
  3894.  
  3895. SetSlideTransition
  3896.  
  3897. Syntax
  3898.  
  3899. SetSlideTransition([SkipSlide As _SetSlideTransition_SkipSlide_enum], [Effect As _SetSlideTransition_Effect_enum], [Direction As _SetSlideTransition_Direction_enum], [Speed As _SetSlideTransition_Speed_enum], [ApplyEffectToAll As _SetSlideTransition_ApplyEffectToAll_enum], [IsManualDelay As _SetSlideTransition_IsManualDelay_enum], [Delay As Integer], [ApplyAdvanceToAll As _SetSlideTransition_ApplyAdvanceToAll_enum], [AnimateWaitForAdvance As _SetSlideTransition_AnimateWaitForAdvance_enum], [AnimateOneAtATime As _SetSlideTransition_AnimateOneAtATime_enum], [AnimateAfterBullets As _SetSlideTransition_AnimateAfterBullets_enum])
  3900.  
  3901. Description
  3902.  
  3903. Specify transition options for the current slide.
  3904.  
  3905. Parameters
  3906.  
  3907. SkipSlide: enumeration    Skip playing the current slide.
  3908.  
  3909. DontChange
  3910.  
  3911. No
  3912.  
  3913. Yes
  3914.  
  3915. Effect: enumeration    The transition effect.
  3916.  
  3917. Blinds
  3918.  
  3919. Blocks
  3920.  
  3921. Circles
  3922.  
  3923. CirclesRandom
  3924.  
  3925. CircuitBoard
  3926.  
  3927. Clock
  3928.  
  3929. Close
  3930.  
  3931. Diamonds
  3932.  
  3933. DiamondsRandom
  3934.  
  3935. DiamondsSmall
  3936.  
  3937. Dissolve
  3938.  
  3939. Explode
  3940.  
  3941. Fade
  3942.  
  3943. Focus
  3944.  
  3945. FocusDissolve
  3946.  
  3947. FourPointStars
  3948.  
  3949. HappyFaces
  3950.  
  3951. Hatch
  3952.  
  3953. Lines
  3954.  
  3955. Mosaic
  3956.  
  3957. MosaicDissolve
  3958.  
  3959. MosaicWave
  3960.  
  3961. Normal
  3962.  
  3963. NotSpecified
  3964.  
  3965. Octagons
  3966.  
  3967. Open
  3968.  
  3969. PhotoLens
  3970.  
  3971. Polygons
  3972.  
  3973. PushAway
  3974.  
  3975. Puzzle
  3976.  
  3977. Raindrops
  3978.  
  3979. Rectangles
  3980.  
  3981. RollIn
  3982.  
  3983. RollOut
  3984.  
  3985. SkipLines
  3986.  
  3987. SlideAway
  3988.  
  3989. SlideIn
  3990.  
  3991. SlideToCorner
  3992.  
  3993. Sparkles
  3994.  
  3995. Spiral
  3996.  
  3997. SpiralAway
  3998.  
  3999. StackBlocks
  4000.  
  4001. Starburst
  4002.  
  4003. Stars
  4004.  
  4005. Stretch
  4006.  
  4007. StretchClose
  4008.  
  4009. StretchFromCenter
  4010.  
  4011. StretchOpen
  4012.  
  4013. Sweep
  4014.  
  4015. SweepLines
  4016.  
  4017. Triangles
  4018.  
  4019. Wave
  4020.  
  4021. Weave
  4022.  
  4023. Direction: enumeration    The transition direction.
  4024.  
  4025. Clockwise
  4026.  
  4027. CounterClockwise
  4028.  
  4029. Down
  4030.  
  4031. Horizontal
  4032.  
  4033. Left
  4034.  
  4035. LeftAndDown
  4036.  
  4037. LeftAndUp
  4038.  
  4039. NoDirection
  4040.  
  4041. NotSpecified
  4042.  
  4043. Right
  4044.  
  4045. RightAndDown
  4046.  
  4047. RightAndUp
  4048.  
  4049. Up
  4050.  
  4051. Vertical
  4052.  
  4053. Speed: enumeration    The transition speed.
  4054.  
  4055. Fast
  4056.  
  4057. Medium
  4058.  
  4059. NotSpecified
  4060.  
  4061. Slow
  4062.  
  4063. ApplyEffectToAll: enumeration    Apply the specified effect to all slides in the current slide show.
  4064.  
  4065. No
  4066.  
  4067. Yes
  4068.  
  4069. IsManualDelay: enumeration    Slide advance is manual.
  4070.  
  4071. No
  4072.  
  4073. Yes
  4074.  
  4075. Delay: numeric    The number of seconds of delay before the slide advances.
  4076.  
  4077. ApplyAdvanceToAll: enumeration    Apply the specified advance options to all slides in the current slide show.
  4078.  
  4079. No
  4080.  
  4081. Yes
  4082.  
  4083. AnimateWaitForAdvance: enumeration    Animate at advance, not before.
  4084.  
  4085. No
  4086.  
  4087. Yes
  4088.  
  4089. AnimateOneAtATime: enumeration    Animate bullets one at a time.
  4090.  
  4091. No
  4092.  
  4093. Yes
  4094.  
  4095. AnimateAfterBullets: enumeration    Animate an object after a bulleted list display.
  4096.  
  4097. No
  4098.  
  4099. Yes
  4100.  
  4101. SetSlideTransitionDirectionOnly
  4102.  
  4103. Syntax
  4104.  
  4105. SetSlideTransitionDirectionOnly(Direction As _SetSlideTransitionDirectionOnly_Direction_enum)
  4106.  
  4107. Description
  4108.  
  4109. Set the direction of the slide transition.
  4110.  
  4111. Parameters
  4112.  
  4113. Direction: enumeration    The direction in which the transition moves.
  4114.  
  4115. Clockwise
  4116.  
  4117. CounterClockwise
  4118.  
  4119. Down
  4120.  
  4121. Horizontal
  4122.  
  4123. Left
  4124.  
  4125. LeftAndDown
  4126.  
  4127. LeftAndUp
  4128.  
  4129. NoDirection
  4130.  
  4131. Right
  4132.  
  4133. RightAndDown
  4134.  
  4135. RightAndUp
  4136.  
  4137. Up
  4138.  
  4139. Vertical 
  4140.  
  4141. SetSlideTransitionOnly
  4142.  
  4143. Syntax
  4144.  
  4145.  SetSlideTransitionOnly(Effect As _SetSlideTransitionOnly_Effect_enum)
  4146.  
  4147. Description
  4148.  
  4149. Set the slide transition type.
  4150.  
  4151. Parameters
  4152.  
  4153. Effect: enumeration    The transition to use for a slide.
  4154.  
  4155. Blinds
  4156.  
  4157. Blocks
  4158.  
  4159. Circles
  4160.  
  4161. CirclesRandom
  4162.  
  4163. CircuitBoard
  4164.  
  4165. Clock
  4166.  
  4167. Close
  4168.  
  4169. Diamonds
  4170.  
  4171. DiamondsRandom
  4172.  
  4173. DiamondsSmall
  4174.  
  4175. Dissolve
  4176.  
  4177. Explode
  4178.  
  4179. Fade
  4180.  
  4181. Focus
  4182.  
  4183. FocusDissolve
  4184.  
  4185. FourPointStars
  4186.  
  4187. HappyFaces
  4188.  
  4189. Hatch
  4190.  
  4191. Lines
  4192.  
  4193. Mosaic
  4194.  
  4195. MosaicDissolve
  4196.  
  4197. MosaicWave
  4198.  
  4199. Normal
  4200.  
  4201. NotSpecified
  4202.  
  4203. Octagons
  4204.  
  4205. Open
  4206.  
  4207. PhotoLens
  4208.  
  4209. Polygons
  4210.  
  4211. PushAway
  4212.  
  4213. Puzzle
  4214.  
  4215. Raindrops
  4216.  
  4217. Rectangles
  4218.  
  4219. RollIn
  4220.  
  4221. RollOut
  4222.  
  4223. SkipLines
  4224.  
  4225. SlideAway
  4226.  
  4227. SlideIn
  4228.  
  4229. SlideToCorner
  4230.  
  4231. Sparkles
  4232.  
  4233. Spiral
  4234.  
  4235. SpiralAway
  4236.  
  4237. StackBlocks
  4238.  
  4239. Starburst
  4240.  
  4241. Stars
  4242.  
  4243. Stretch
  4244.  
  4245. StretchClose
  4246.  
  4247. StretchFromCenter
  4248.  
  4249. StretchFromCorner
  4250.  
  4251. StretchOpen
  4252.  
  4253. Sweep
  4254.  
  4255. SweepLines
  4256.  
  4257. Triangles
  4258.  
  4259. Wave
  4260.  
  4261. Weave
  4262.  
  4263. SetSlideTransitionSpeedOnly
  4264.  
  4265. Syntax
  4266.  
  4267.  SetSlideTransitionSpeedOnly(Speed As _SetSlideTransitionSpeedOnly_Speed_enum)
  4268.  
  4269. Description
  4270.  
  4271. Set the speed of the transition between slides.
  4272.  
  4273. Parameters
  4274.  
  4275. Speed: enumeration    The speed of the transition.
  4276.  
  4277. Fast
  4278.  
  4279. Normal
  4280.  
  4281. NotSpecified
  4282.  
  4283. Slow
  4284.  
  4285. SetTableBlend
  4286.  
  4287. Syntax
  4288.  
  4289. SetTableBlend()
  4290.  
  4291. Description
  4292.  
  4293. Blend a range of colors in the current table.
  4294.  
  4295. SetTableSurfaceColor
  4296.  
  4297. Syntax
  4298.  
  4299.  SetTableSurfaceColor(ColorType As _SetTableSurfaceColor_ColorType_enum, Red As Integer, Green As Integer, Blue As Integer)
  4300.  
  4301. Description
  4302.  
  4303. Specify table and surface colors.
  4304.  
  4305. Parameters
  4306.  
  4307. ColorType: enumeration    The table or surface color to change.
  4308.  
  4309. ColorTable1
  4310.  
  4311. ColorTable10
  4312.  
  4313. ColorTable2
  4314.  
  4315. ColorTable3
  4316.  
  4317. ColorTable4
  4318.  
  4319. ColorTable5
  4320.  
  4321. ColorTable6
  4322.  
  4323. ColorTable7
  4324.  
  4325. ColorTable8
  4326.  
  4327. ColorTable9
  4328.  
  4329. GridFillColor
  4330.  
  4331. GridLineColor
  4332.  
  4333. SurfaceOutlineColor
  4334.  
  4335. Red: numeric    The amount of red (0-255) in a color.
  4336.  
  4337. Green: numeric    The amount of green (0-255) in a color.
  4338.  
  4339. Blue: numeric    The amount of blue (0-255) in a color.
  4340.  
  4341. SetTableSurfaceOptions
  4342.  
  4343. Syntax
  4344.  
  4345. SetTableSurfaceOptions([SingleGrid As _SetTableSurfaceOptions_SingleGrid_enum], [FullGrid As _SetTableSurfaceOptions_FullGrid_enum], [TableColor As _SetTableSurfaceOptions_TableColor_enum], [OutlinePatch As _SetTableSurfaceOptions_OutlinePatch_enum])
  4346.  
  4347. Description
  4348.  
  4349. Specify table layout options.
  4350.  
  4351. Parameters
  4352.  
  4353. SingleGrid: enumeration (optional)    Display a single grid.
  4354.  
  4355. Off
  4356.  
  4357. On
  4358.  
  4359. FullGrid: enumeration (optional)    Display a full grid.
  4360.  
  4361. Off
  4362.  
  4363. On
  4364.  
  4365. TableColor: enumeration (optional)    Display the table colors.
  4366.  
  4367. Off
  4368.  
  4369. On
  4370.  
  4371. OutlinePatch: enumeration (optional)    Display the surface outlines.
  4372.  
  4373. Off
  4374.  
  4375. On
  4376.  
  4377. SetTemplateAll
  4378.  
  4379. Syntax
  4380.  
  4381. SetTemplateAll(Template As String, [Background As String])
  4382.  
  4383. Description
  4384.  
  4385. Specify a template for all slides in a slide show.
  4386.  
  4387. Parameters
  4388.  
  4389. Template: string    The template name.
  4390.  
  4391. Background: string (optional)    The background name. Overrides the default background.
  4392.  
  4393. SetTemplateCurrent
  4394.  
  4395. Syntax
  4396.  
  4397. SetTemplateCurrent([Layout As String], [Background As String])
  4398.  
  4399. Description
  4400.  
  4401. Specify a template for the current slide.
  4402.  
  4403. Parameters
  4404.  
  4405. Template: string    The template name.
  4406.  
  4407. Background: string (optional)    The background name. Overrides the default background.
  4408.  
  4409. SetTextChartBox
  4410.  
  4411. Syntax
  4412.  
  4413. SetTextChartBox([ShowBox As _SetTextChartBox_ShowBox_enum], [BoxPosition As _SetTextChartBox_BoxPosition_enum])
  4414.  
  4415. Description
  4416.  
  4417. Specify box options for bullet charts.
  4418.  
  4419. Parameters
  4420.  
  4421. ShowBox: enumeration (optional)    The box types to display.
  4422.  
  4423. All
  4424.  
  4425. Body
  4426.  
  4427. None
  4428.  
  4429. Title
  4430.  
  4431. BoxPosition: enumeration (optional)    The box position in relation to chart text.
  4432.  
  4433. Above
  4434.  
  4435. AboveBelow
  4436.  
  4437. Behind
  4438.  
  4439. Below
  4440.  
  4441. SetTextFillAttributes
  4442.  
  4443. Syntax
  4444.  
  4445. SetTextFillAttributes(Style As _SetTextFillAttributes_Style_enum, [FColorRed As Integer], [FColorGreen As Integer], [FColorBlue As Integer], [BColorRed As Integer], [BColorGreen As Integer], [BColorBlue As Integer], [BrushPattern As _SetTextFillAttributes_BrushPattern_enum], [GradType As _SetTextFillAttributes_GradType_enum], [GradRefX As Integer], [GradRefY As Integer], [GradAngle As Long], [GradSteps As Integer])
  4446.  
  4447. Description
  4448.  
  4449. Specify fill attributes for text.
  4450.  
  4451. Parameters
  4452.  
  4453. Style: enumeration    The fill style.
  4454.  
  4455. Gradient
  4456.  
  4457. None
  4458.  
  4459. Pattern
  4460.  
  4461. FColorRed: numeric (optional)    The amount of red (0-255) in the foreground fill color.
  4462.  
  4463. FColorGreen: numeric (optional)    The amount of green (0-255) in the foreground fill color.
  4464.  
  4465. FColorBlue: numeric (optional)    The amount of blue (0-255) in the foreground fill color.
  4466.  
  4467. BColorRed: numeric (optional)    The amount of red (0-255) in the background fill color.
  4468.  
  4469. BColorGreen: numeric (optional)    The amount of green (0-255) in the background fill color.
  4470.  
  4471. BColorBlue: numeric (optional)    The amount of green (0-255) in the background fill color.
  4472.  
  4473. BrushPattern: enumeration (optional)    The fill pattern.
  4474.  
  4475. Arch
  4476.  
  4477. Balls
  4478.  
  4479. BigChecks
  4480.  
  4481. BigCrosshatch
  4482.  
  4483. BigSquares
  4484.  
  4485. ChainLink
  4486.  
  4487. Checks
  4488.  
  4489. Crosses
  4490.  
  4491. Crosshatch
  4492.  
  4493. FishScale
  4494.  
  4495. Gray12
  4496.  
  4497. Gray25
  4498.  
  4499. Gray50
  4500.  
  4501. HoneyComb
  4502.  
  4503. HorzBricks
  4504.  
  4505. HorzLines1
  4506.  
  4507. HorzLines2
  4508.  
  4509. Mesh
  4510.  
  4511. Patio
  4512.  
  4513. Plaid
  4514.  
  4515. Solid
  4516.  
  4517. Squares
  4518.  
  4519. TiltBricks
  4520.  
  4521. TiltLines1
  4522.  
  4523. TiltLines2
  4524.  
  4525. TiltLines3
  4526.  
  4527. TiltLines4
  4528.  
  4529. Triangles
  4530.  
  4531. VertLines1
  4532.  
  4533. VertLines2
  4534.  
  4535. Waves
  4536.  
  4537. Weave
  4538.  
  4539. GradType: enumeration (optional)    The gradient type.
  4540.  
  4541. ConcenCircles
  4542.  
  4543. ConcenEllipses
  4544.  
  4545. ConcenRects
  4546.  
  4547. ConcenSquares
  4548.  
  4549. ConverCircles
  4550.  
  4551. ConverEllipses
  4552.  
  4553. ConverRects
  4554.  
  4555. ConverSquares
  4556.  
  4557. Linear
  4558.  
  4559. None
  4560.  
  4561. Polygonal
  4562.  
  4563. GradRefX: numeric (optional)    The horizontal center of a circular or rectangular gradient fill. Flush left is 0, center is 50, and flush right is 100.
  4564.  
  4565. GradRefY: numeric (optional)    The vertical center of a circular or rectangular gradient fill or the top of a linear gradient. Top is 0, center is 50, and bottom is 100.
  4566.  
  4567. GradAngle: numeric (optional)    The rotation angle for a gradient fill. The top of the gradient is rotated counter-clockwise. For example, a 90-degree angle places the top of the gradient parallel to the left margin of the page.
  4568.  
  4569. GradSteps: numeric (optional)    The number of steps between colors in a gradient fill. A value of 0 represents the greatest possible number of steps.
  4570.  
  4571. SetTextLineAttributes
  4572.  
  4573. Syntax
  4574.  
  4575. SetTextLineAttributes(State As _SetTextLineAttributes_State_enum, [Red As Integer], [Green As Integer], [Blue As Integer], [Width As Integer])
  4576.  
  4577. Description
  4578.  
  4579. Specify line attributes for text.
  4580.  
  4581. Parameters
  4582.  
  4583. State: enumeration    Text outline is on or off.
  4584.  
  4585. Off
  4586.  
  4587. On
  4588.  
  4589. Red: numeric (optional)    The amount of red (0-255) in the text outline.
  4590.  
  4591. Green: numeric (optional)    The amount of green (0-255) in the text outline.
  4592.  
  4593. Blue: numeric (optional)    The amount of blue (0-255) in the text outline.
  4594.  
  4595. Width: measurement (optional)    The line width in WordPerfect units (1200ths of an inch).
  4596.  
  4597. SetTexture2
  4598.  
  4599. Syntax
  4600.  
  4601. SetTexture2(ObjectType As _SetTexture2_ObjectType_enum, PictureOrTexture As _SetTexture2_PictureOrTexture_enum, Filename As String, Anchor As _SetTexture2_Anchor_enum, Fit As _SetTexture2_Fit_enum, StackCount As Long, EntityFlags As Integer, [Color As Long])
  4602.  
  4603. Description
  4604.  
  4605. Add texture to a chart object.
  4606.  
  4607. Parameters
  4608.  
  4609. ObjectType: enumeration    BoxDataLabels
  4610.  
  4611. BoxLegend
  4612.  
  4613. BoxOrgChart
  4614.  
  4615. BoxPieLabels
  4616.  
  4617. BoxPieTitles
  4618.  
  4619. BoxSubtitle
  4620.  
  4621. BoxTitle
  4622.  
  4623. FontDataLabels
  4624.  
  4625. FontLegend
  4626.  
  4627. FontLegendTitle
  4628.  
  4629. FontMiniTable
  4630.  
  4631. FontOrgChart
  4632.  
  4633. FontPieLabels
  4634.  
  4635. FontPieTitles
  4636.  
  4637. FontSubtitle
  4638.  
  4639. FontTableCells
  4640.  
  4641. FontTitle
  4642.  
  4643. FontXAxis
  4644.  
  4645. FontXNames
  4646.  
  4647. FontY1Axis
  4648.  
  4649. FontY1Labels
  4650.  
  4651. FontY2Axis
  4652.  
  4653. FontY2Labels
  4654.  
  4655. Frame
  4656.  
  4657. Series1
  4658.  
  4659. Series10
  4660.  
  4661. Series11
  4662.  
  4663. Series12
  4664.  
  4665. Series13
  4666.  
  4667. Series14
  4668.  
  4669. Series15
  4670.  
  4671. Series16
  4672.  
  4673. Series17
  4674.  
  4675. Series18
  4676.  
  4677. Series19
  4678.  
  4679. Series2
  4680.  
  4681. Series20
  4682.  
  4683. Series21
  4684.  
  4685. Series22
  4686.  
  4687. Series23
  4688.  
  4689. Series24
  4690.  
  4691. Series3
  4692.  
  4693. Series4
  4694.  
  4695. Series5
  4696.  
  4697. Series6
  4698.  
  4699. Series7
  4700.  
  4701. Series8
  4702.  
  4703. Series9
  4704.  
  4705. TextChart
  4706.  
  4707. PictureOrTexture: enumeration    Picture
  4708.  
  4709. Texture
  4710.  
  4711. Filename: string    The texture file path and filename.
  4712.  
  4713. Anchor: enumeration    The texture anchor point.
  4714.  
  4715. BottomCenter
  4716.  
  4717. BottomLeft
  4718.  
  4719. BottomRight
  4720.  
  4721. CenterCenter
  4722.  
  4723. CenterLeft
  4724.  
  4725. CenterRight
  4726.  
  4727. Page
  4728.  
  4729. TopCenter
  4730.  
  4731. TopLeft
  4732.  
  4733. TopRight
  4734.  
  4735. Fit: enumeration    The fill type.
  4736.  
  4737. Hbrick
  4738.  
  4739. Hscale
  4740.  
  4741. Hstretch
  4742.  
  4743. Scale
  4744.  
  4745. Stretch
  4746.  
  4747. TfmScale
  4748.  
  4749. TfmStretch
  4750.  
  4751. Tile
  4752.  
  4753. Vbrick
  4754.  
  4755. Vscale
  4756.  
  4757. Vstretch
  4758.  
  4759. StackCount: numeric    The number of images to stack, with 0 indicating no stacking. Valid only with some fill types.
  4760.  
  4761. EntityFlags: numeric    
  4762.  
  4763. Color: numeric (optional)    
  4764.  
  4765. SetTitleString
  4766.  
  4767. Syntax
  4768.  
  4769. SetTitleString(TitleType As _SetTitleString_TitleType_enum, [TitleString As String])
  4770.  
  4771. Description
  4772.  
  4773. Specify a data chart title, subtitle, or axis title.
  4774.  
  4775. Parameters
  4776.  
  4777. TitleType: enumeration    The title string.
  4778.  
  4779. LegendTitle
  4780.  
  4781. Subtitle
  4782.  
  4783. Title
  4784.  
  4785. Xaxis
  4786.  
  4787. Y1Axis
  4788.  
  4789. Y2Axis
  4790.  
  4791. TitleString: string (optional)    The data chart title.
  4792.  
  4793. SetViewOptions
  4794.  
  4795. Syntax
  4796.  
  4797.  SetViewOptions([View3D As _SetViewOptions_View3D_enum], [Horizontal As _SetViewOptions_Horizontal_enum], [ShowData As _SetViewOptions_ShowData_enum])
  4798.  
  4799. Description
  4800.  
  4801. Specify view options for data charts.
  4802.  
  4803. Parameters
  4804.  
  4805. View3D: enumeration (optional)    Display the chart in three dimensions.
  4806.  
  4807. Off
  4808.  
  4809. On
  4810.  
  4811. Horizontal: enumeration (optional)    Display a chart horizontally.
  4812.  
  4813. Off
  4814.  
  4815. On
  4816.  
  4817. ShowData: enumeration (optional)    Display a table of data with a chart.
  4818.  
  4819. Off
  4820.  
  4821. On
  4822.  
  4823.  
  4824.  
  4825.  
  4826.  
  4827.  
  4828.