[Bottom]

Microsoft Graph (MSGRAPH) Version 5
Properties, Methods and Intrinsic Constants

The following list of Properties, Methods and Constants for Microsoft Graph Version 5 coupled with the VBA Help file (VBA_GRA.HLP) and Jeff Webb's book, Using Excel Visual Basic For Applications: Special Edition,[NOW Available!] should give you much of the information you need to program MSGRAPH/5 using OLE Automation with Visual FoxPro.

Jeff Webb's book was written for Excel, but I have found it useful for developing applications that require the use of MSGRAPH. His book contains two chapters that are helpful in working with Charts in Visual FoxPro. "Creating Charts", Chapter 13, and "Controlling Charts", Chapter 14, provides a lot of information and examples about programming your charts. The "Table of Intrinsic Constants", Appendix C, is valuable for creating the #DEFINEs that you will be using. This list of Intrinsic Constants for Visual FoxPro should contain all the constants you need.

Generated by the OLE/COM Object Viewer (Edited)

// Generated .IDL file (by the OLE/COM Object Viewer)
//
// typelib filename: GREN50.OLB
// Forward declare all types defined in this typelib
              Intrinsic Constants [Intrinsic Constants for Visual FoxPro]
dispinterface _Global;
dispinterface Application;
dispinterface Font;
dispinterface Border;
dispinterface Interior;
dispinterface Corners;
dispinterface SeriesLines;
dispinterface HiLoLines;
dispinterface Gridlines;
dispinterface DropLines;
dispinterface ErrorBars;
dispinterface UpBars;
dispinterface DownBars;
dispinterface ChartTitle;
dispinterface AxisTitle;
dispinterface Floor;
dispinterface Walls;
dispinterface PlotArea;
dispinterface ChartArea;
dispinterface Legend;
dispinterface TickLabels;
dispinterface Chart;
dispinterface Charts;
dispinterface ChartGroup;
dispinterface ChartGroups;
dispinterface Axis;
dispinterface Axes;
dispinterface DataLabel;
dispinterface DataLabels;
dispinterface Point;
dispinterface Points;
dispinterface Series;
dispinterface SeriesCollection;
dispinterface LegendEntry;
dispinterface LegendEntries;
dispinterface LegendKey;
dispinterface Trendline;
dispinterface Trendlines;

  version(1.0),
  helpstring("Microsoft Graph 5.0 Object Library"),
  helpfile("VBA_GRP.HLP"),

[Top][Bottom]

Intrinsic Constants

library Graph { // TLib : OLE Automation importlib("stdole32.tlb"); typedef enum { Visual FoxPro Format [Intrinsic Constants for Visual FoxPro] xlZero = 2, #DEFINE xlZero 2 xlY = 1, #DEFINE xlY 1 xlXYScatter = -4169, #DEFINE xlXYScatter -4169 xlX = -4168, #DEFINE xlX -4168 xlWizardDisplayNever = 2, #DEFINE xlWizardDisplayNever 2 xlWizardDisplayDefault = 0, #DEFINE xlWizardDisplayDefault 0 xlWizardDisplayAlways = 1, #DEFINE xlWizardDisplayAlways 1 xlVertical = -4166, #DEFINE xlVertical -4166 xlValue = 2, #DEFINE xlValue 2 xlUpward = -4171, #DEFINE xlUpward -4171 xlUp = -4162, #DEFINE xlUp -4162 xlTriangle = 3, #DEFINE xlTriangle 3 xlTransparent = 2, #DEFINE xlTransparent 2 xlTop = -4160, #DEFINE xlTop -4160 xlThin = 2, #DEFINE xlThin 2 xlThick = 4, #DEFINE xlThick 4 xlStretch = 1, #DEFINE xlStretch 1 xlStError = 4, #DEFINE xlStError 4 xlStDev = -4155, #DEFINE xlStDev -4155 xlStar = 5, #DEFINE xlStar 5 xlStack = 2, #DEFINE xlStack 2 xlSquare = 1, #DEFINE xlSquare 1 xlSolid = 1, #DEFINE xlSolid 1 xlSingleAccounting = 4, #DEFINE xlSingleAccounting 4 xlSingle = 2, #DEFINE xlSingle 2 xlShowValue = 2, #DEFINE xlShowValue 2 xlShowPercent = 3, #DEFINE xlShowPercent 3 xlShowLabelAndPercent = 5, #DEFINE xlShowLabelAndPercent 5 xlShowLabel = 4, #DEFINE xlShowLabel 4 xlSeries = 3, #DEFINE xlSeries 3 xlSemiGray75 = 10, #DEFINE xlSemiGray75 10 xlSecondary = 2, #DEFINE xlSecondary 2 xlScale = 3, #DEFINE xlScale 3 xlRows = 1, #DEFINE xlRows 1 xlRight = -4152, #DEFINE xlRight -4152 xlRadar = -4151, #DEFINE xlRadar -4151 xlPrimary = 1, #DEFINE xlPrimary 1 xlPower = 4, #DEFINE xlPower 4 xlPolynomial = 3, #DEFINE xlPolynomial 3 xlPlusValues = 2, #DEFINE xlPlusValues 2 xlPlus = 9, #DEFINE xlPlus 9 xlPie = 5, #DEFINE xlPie 5 xlPicture = -4147, #DEFINE xlPicture -4147 xlPercent = 2, #DEFINE xlPercent 2 xlOutside = 3, #DEFINE xlOutside 3 xlOpaque = 3, #DEFINE xlOpaque 3 xlNotPlotted = 1, #DEFINE xlNotPlotted 1 xlNormal = -4143, #DEFINE xlNormal -4143 xlNone = -4142, #DEFINE xlNone -4142 xlNoCap = 2, #DEFINE xlNoCap 2 xlNextToAxis = 4, #DEFINE xlNextToAxis 4 xlMovingAvg = 6, #DEFINE xlMovingAvg 6 xlMinusValues = 3, #DEFINE xlMinusValues 3 xlMinimum = 2, #DEFINE xlMinimum 2 xlMinimized = -4140, #DEFINE xlMinimized -4140 xlMedium = -4138, #DEFINE xlMedium -4138 xlMaximum = 2, #DEFINE xlMaximum 2 xlMaximized = -4137, #DEFINE xlMaximized -4137 xlLow = -4134, #DEFINE xlLow -4134 xlLogarithmic = -4133, #DEFINE xlLogarithmic -4133 xlLinear = -4132, #DEFINE xlLinear -4132 xlLine = 4, #DEFINE xlLine 4 xlLightVertical = 12, #DEFINE xlLightVertical 12 xlLightUp = 14, #DEFINE xlLightUp 14 xlLightHorizontal = 11, #DEFINE xlLightHorizontal 11 xlLightDown = 13, #DEFINE xlLightDown 13 xlLeft = -4131, #DEFINE xlLeft -4131 xlJustify = -4130, #DEFINE xlJustify -4130 xlInterpolated = 3, #DEFINE xlInterpolated 3 xlInside = 2, #DEFINE xlInside 2 xlHorizontal = -4128, #DEFINE xlHorizontal -4128 xlHigh = -4127, #DEFINE xlHigh -4127 xlHairline = 1, #DEFINE xlHairline 1 xlGrid = 15, #DEFINE xlGrid 15 xlGray8 = 18, #DEFINE xlGray8 18 xlGray75 = -4126, #DEFINE xlGray75 -4126 xlGray50 = -4125, #DEFINE xlGray50 -4125 xlGray25 = -4124, #DEFINE xlGray25 -4124 xlGray16 = 17, #DEFINE xlGray16 17 xlFixedValue = 1, #DEFINE xlFixedValue 1 xlExponential = 5, #DEFINE xlExponential 5 xlDownward = -4170, #DEFINE xlDownward -4170 xlDown = -4121, #DEFINE xlDown -4121 xlDoughnut = -4120, #DEFINE xlDoughnut -4120 xlDoubleAccounting = 5, #DEFINE xlDoubleAccounting 5 xlDouble = -4119, #DEFINE xlDouble -4119 xlDot = -4118, #DEFINE xlDot -4118 xlDistributed = -4117, #DEFINE xlDistributed -4117 xlDiamond = 2, #DEFINE xlDiamond 2 xlDefaultAutoFormat = -1, #DEFINE xlDefaultAutoFormat -1 xlDashDotDot = 5, #DEFINE xlDashDotDot 5 xlDashDot = 4, #DEFINE xlDashDot 4 xlDash = -4115, #DEFINE xlDash -4115 xlCustom = -4114, #DEFINE xlCustom -4114 xlCross = 4, #DEFINE xlCross 4 xlCrissCross = 16, #DEFINE xlCrissCross 16 xlCorner = 2, #DEFINE xlCorner 2 xlContinuous = 1, #DEFINE xlContinuous 1 xlCombination = -4111, #DEFINE xlCombination -4111 xlColumns = 2, #DEFINE xlColumns 2 xlColumn = 3, #DEFINE xlColumn 3 xlCircle = 8, #DEFINE xlCircle 8 xlChecker = 9, #DEFINE xlChecker 9 xlCenter = -4108, #DEFINE xlCenter -4108 xlCategory = 1, #DEFINE xlCategory 1 xlCap = 1, #DEFINE xlCap 1 xlBuiltIn = 0, #DEFINE xlBuiltIn 0 xlBottom = -4107, #DEFINE xlBottom -4107 xlBoth = 1, #DEFINE xlBoth 1 xlBar = 2, #DEFINE xlBar 2 xlAutomatic = -4105, #DEFINE xlAutomatic -4105 xlArea = 1, #DEFINE xlArea 1 xl3DSurface = -4103, #DEFINE xl3DSurface -4103 xl3DPie = -4102, #DEFINE xl3DPie -4102 xl3DLine = -4101, #DEFINE xl3DLine -4101 xl3DColumn = -4100, #DEFINE xl3DColumn -4100 xl3DBar = -4099, #DEFINE xl3DBar -4099 xl3DArea = -4098 #DEFINE xl3DArea -4098 } Constants;

Properties and Methods

[Top][Bottom]
dispinterface _Global { properties: VARIANT Creator; VARIANT Parent; methods: VARIANT Application(); };

[Top][Bottom]
dispinterface Application { properties: VARIANT ChartWizardDisplay; VARIANT Creator; VARIANT HasLinks; VARIANT Name; VARIANT Parent; VARIANT Visible; methods: VARIANT Application(); VARIANT Chart(); VARIANT Quit(); VARIANT SaveAsOldFileFormat( VARIANT MajorVersion, VARIANT MinorVersion); };

[Top][Bottom]
dispinterface Font { properties: VARIANT Background; VARIANT Bold; VARIANT Color; VARIANT ColorIndex; VARIANT Creator; VARIANT FontStyle; VARIANT Italic; VARIANT Name; VARIANT OutlineFont; VARIANT Parent; VARIANT Shadow; VARIANT Size; VARIANT Strikethrough; VARIANT Subscript; VARIANT Superscript; VARIANT Underline; methods: VARIANT Application(); };

[Top][Bottom]
dispinterface Border { properties: VARIANT Color; VARIANT ColorIndex; VARIANT Creator; VARIANT LineStyle; VARIANT Parent; VARIANT Weight; methods: VARIANT Application(); };

[Top][Bottom]
dispinterface Interior { properties: VARIANT Color; VARIANT ColorIndex; VARIANT Creator; VARIANT InvertIfNegative; VARIANT Parent; VARIANT Pattern; VARIANT PatternColor; VARIANT PatternColorIndex; methods: VARIANT Application(); };

[Top][Bottom]
dispinterface Corners { properties: VARIANT Creator; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); };

[Top][Bottom]
dispinterface SeriesLines { properties: VARIANT Border; VARIANT Creator; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface HiLoLines { properties: VARIANT Border; VARIANT Creator; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface Gridlines { properties: VARIANT Border; VARIANT Creator; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface DropLines { properties: VARIANT Border; VARIANT Creator; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface ErrorBars { properties: VARIANT Border; VARIANT Creator; VARIANT EndStyle; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT ClearFormats(); VARIANT Delete(); };

[Top][Bottom]
dispinterface UpBars { properties: VARIANT Border; VARIANT Creator; VARIANT Interior; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface DownBars { properties: VARIANT Border; VARIANT Creator; VARIANT Interior; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface ChartTitle { properties: VARIANT Border; VARIANT Caption; VARIANT Creator; VARIANT Font; VARIANT HorizontalAlignment; VARIANT Interior; VARIANT Left; VARIANT Name; VARIANT Orientation; VARIANT Parent; VARIANT Shadow; VARIANT Text; VARIANT Top; VARIANT VerticalAlignment; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface AxisTitle { properties: VARIANT Border; VARIANT Caption; VARIANT Creator; VARIANT Font; VARIANT HorizontalAlignment; VARIANT Interior; VARIANT Left; VARIANT Name; VARIANT Orientation; VARIANT Parent; VARIANT Shadow; VARIANT Text; VARIANT Top; VARIANT VerticalAlignment; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface Floor { properties: VARIANT Border; VARIANT Creator; VARIANT Interior; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT ClearFormats(); };

[Top][Bottom]
dispinterface Walls { properties: VARIANT Border; VARIANT Creator; VARIANT Interior; VARIANT Name; VARIANT Parent; methods: VARIANT Application(); VARIANT ClearFormats(); };

[Top][Bottom]
dispinterface PlotArea { properties: VARIANT Border; VARIANT Creator; VARIANT Font; VARIANT Height; VARIANT Interior; VARIANT Left; VARIANT Name; VARIANT Parent; VARIANT Top; VARIANT Width; methods: VARIANT Application(); VARIANT ClearFormats(); };

[Top][Bottom]
dispinterface ChartArea { properties: VARIANT Border; VARIANT Creator; VARIANT Font; VARIANT Height; VARIANT Interior; VARIANT Left; VARIANT Name; VARIANT Parent; VARIANT Shadow; VARIANT Top; VARIANT Width; methods: VARIANT Application(); VARIANT Clear(); VARIANT ClearContents(); VARIANT ClearFormats(); VARIANT Copy(); };

[Top][Bottom]
dispinterface Legend { properties: VARIANT Border; VARIANT Creator; VARIANT Font; VARIANT Height; VARIANT Interior; VARIANT Left; VARIANT Name; VARIANT Parent; VARIANT Position; VARIANT Shadow; VARIANT Top; VARIANT Width; methods: VARIANT Application(); VARIANT Clear(); VARIANT ClearContents(); VARIANT Copy(); VARIANT Delete(); VARIANT LegendEntries(VARIANT Index); };

[Top][Bottom]
dispinterface TickLabels { properties: VARIANT Creator; VARIANT Font; VARIANT Name; VARIANT NumberFormat; VARIANT Orientation; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface Chart { properties: VARIANT Area3DGroup; VARIANT AutoScaling; VARIANT Bar3DGroup; VARIANT ChartArea; VARIANT ChartTitle; VARIANT Column3DGroup; VARIANT Corners; VARIANT Creator; VARIANT DepthPercent; VARIANT DisplayBlanksAs; VARIANT Elevation; VARIANT Floor; VARIANT GapDepth; VARIANT HasAxis; VARIANT HasLegend; VARIANT HasTitle; VARIANT HeightPercent; VARIANT Legend; VARIANT Line3DGroup; VARIANT Parent; VARIANT Perspective; VARIANT Pie3DGroup; VARIANT PlotArea; VARIANT PlotVisibleOnly; VARIANT RightAngleAxes; VARIANT Rotation; VARIANT SizeWithWindow; VARIANT SubType; VARIANT SurfaceGroup; VARIANT Type; VARIANT Walls; VARIANT WallsAndGridlines2D; methods: VARIANT Application(); VARIANT ApplyDataLabels( VARIANT Type, VARIANT LegendKey); VARIANT AreaGroups(VARIANT Index); VARIANT AutoFormat( VARIANT Gallery, VARIANT Format); VARIANT Axes( VARIANT Type, VARIANT AxisGroup); VARIANT BarGroups(VARIANT Index); VARIANT ChartGroups(VARIANT Index); VARIANT ChartWizard( VARIANT Source, VARIANT Gallery, VARIANT Format, VARIANT PlotBy, VARIANT CategoryLabels, VARIANT SeriesLabels, VARIANT HasLegend, VARIANT Title, VARIANT CategoryTitle, VARIANT ValueTitle, VARIANT ExtraTitle); VARIANT ColumnGroups(VARIANT Index); VARIANT DoughnutGroups(VARIANT Index); VARIANT LineGroups(VARIANT Index); VARIANT OmitBackground(); VARIANT PieGroups(VARIANT Index); VARIANT RadarGroups(VARIANT Index); VARIANT SeriesCollection(VARIANT Index); VARIANT SetEchoOn(VARIANT EchoOn); VARIANT XYGroups(VARIANT Index); };

[Top][Bottom]
dispinterface Charts { properties: VARIANT Creator; VARIANT Parent; methods: VARIANT _NewEnum(); VARIANT Application(); };

[Top][Bottom]
dispinterface ChartGroup { properties: VARIANT AxisGroup; VARIANT Creator; VARIANT DoughnutHoleSize; VARIANT DownBars; VARIANT DropLines; VARIANT FirstSliceAngle; VARIANT GapWidth; VARIANT HasDropLines; VARIANT HasHiLoLines; VARIANT HasRadarAxisLabels; VARIANT HasSeriesLines; VARIANT HasUpDownBars; VARIANT HiLoLines; VARIANT Overlap; VARIANT Parent; VARIANT RadarAxisLabels; VARIANT SeriesLines; VARIANT SubType; VARIANT Type; VARIANT UpBars; VARIANT VaryByCategories; methods: VARIANT Application(); VARIANT SeriesCollection(VARIANT Index); };

[Top][Bottom]
dispinterface ChartGroups { properties: VARIANT Count; VARIANT Creator; VARIANT Parent; methods: VARIANT _NewEnum(); VARIANT Application(); VARIANT Item(VARIANT Index); };

[Top][Bottom]
dispinterface Axis { properties: VARIANT AxisBetweenCategories; VARIANT AxisGroup; VARIANT AxisTitle; VARIANT Border; VARIANT Creator; VARIANT Crosses; VARIANT CrossesAt; VARIANT HasMajorGridlines; VARIANT HasMinorGridlines; VARIANT HasTitle; VARIANT MajorGridlines; VARIANT MajorTickMark; VARIANT MajorUnit; VARIANT MajorUnitIsAuto; VARIANT MaximumScale; VARIANT MaximumScaleIsAuto; VARIANT MinimumScale; VARIANT MinimumScaleIsAuto; VARIANT MinorGridlines; VARIANT MinorTickMark; VARIANT MinorUnit; VARIANT MinorUnitIsAuto; VARIANT Parent; VARIANT ReversePlotOrder; VARIANT ScaleType; VARIANT TickLabelPosition; VARIANT TickLabels; VARIANT TickLabelSpacing; VARIANT TickMarkSpacing; VARIANT Type; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface Axes { properties: VARIANT Count; VARIANT Creator; VARIANT Parent; methods: VARIANT _NewEnum(); VARIANT Application(); VARIANT Item( VARIANT Type, VARIANT AxisGroup); };

[Top][Bottom]
dispinterface DataLabel { properties: VARIANT AutoText; VARIANT Border; VARIANT Caption; VARIANT Creator; VARIANT Font; VARIANT HorizontalAlignment; VARIANT Interior; VARIANT Left; VARIANT Name; VARIANT NumberFormat; VARIANT Orientation; VARIANT Parent; VARIANT Shadow; VARIANT ShowLegendKey; VARIANT Text; VARIANT Top; VARIANT Type; VARIANT VerticalAlignment; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface DataLabels { properties: VARIANT AutoText; VARIANT Border; VARIANT Caption; VARIANT Count; VARIANT Creator; VARIANT Font; VARIANT HorizontalAlignment; VARIANT Interior; VARIANT Left; VARIANT Name; VARIANT NumberFormat; VARIANT Orientation; VARIANT Parent; VARIANT Shadow; VARIANT ShowLegendKey; VARIANT Text; VARIANT Top; VARIANT Type; VARIANT VerticalAlignment; methods: VARIANT _NewEnum(); VARIANT Application(); VARIANT Delete(); VARIANT Item(VARIANT Index); };

[Top][Bottom]
dispinterface Point { properties: VARIANT Border; VARIANT Creator; VARIANT DataLabel; VARIANT Explosion; VARIANT HasDataLabel; VARIANT Interior; VARIANT InvertIfNegative; VARIANT MarkerBackgroundColor; VARIANT MarkerBackgroundColorIndex; VARIANT MarkerForegroundColor; VARIANT MarkerForegroundColorIndex; VARIANT MarkerStyle; VARIANT Parent; VARIANT PictureType; VARIANT PictureUnit; methods: VARIANT Application(); VARIANT ApplyDataLabels( VARIANT Type, VARIANT LegendKey); VARIANT ClearFormats(); VARIANT Copy(); VARIANT Delete(); };

[Top][Bottom]
dispinterface Points { properties: VARIANT Count; VARIANT Creator; VARIANT Parent; methods: VARIANT _NewEnum(); VARIANT Application(); VARIANT Item(VARIANT Index); };

[Top][Bottom]
dispinterface Series { properties: VARIANT AxisGroup; VARIANT Border; VARIANT Creator; VARIANT ErrorBars; VARIANT Explosion; VARIANT HasDataLabels; VARIANT HasErrorBars; VARIANT Interior; VARIANT InvertIfNegative; VARIANT MarkerBackgroundColor; VARIANT MarkerBackgroundColorIndex; VARIANT MarkerForegroundColor; VARIANT MarkerForegroundColorIndex; VARIANT MarkerStyle; VARIANT Parent; VARIANT PictureType; VARIANT PictureUnit; VARIANT Smooth; VARIANT Type; methods: VARIANT Application(); VARIANT ApplyDataLabels( VARIANT Type, VARIANT LegendKey); VARIANT ClearFormats(); VARIANT Copy(); VARIANT DataLabels(VARIANT Index); VARIANT Delete(); VARIANT ErrorBar( VARIANT Direction, VARIANT Include, VARIANT Type, VARIANT Amount, VARIANT MinusValues); VARIANT Points(VARIANT Index); VARIANT Trendlines(VARIANT Index); };

[Top][Bottom]
dispinterface SeriesCollection { properties: VARIANT Count; VARIANT Creator; VARIANT Parent; methods: VARIANT _NewEnum(); VARIANT Application(); VARIANT Item(VARIANT Index); };

[Top][Bottom]
dispinterface LegendEntry { properties: VARIANT Creator; VARIANT Font; VARIANT Index; VARIANT LegendKey; VARIANT Parent; methods: VARIANT Application(); VARIANT Delete(); };

[Top][Bottom]
dispinterface LegendEntries { properties: VARIANT Count; VARIANT Creator; VARIANT Parent; methods: VARIANT _NewEnum(); VARIANT Application(); VARIANT Item(VARIANT Index); };

[Top][Bottom]
dispinterface LegendKey { properties: VARIANT Border; VARIANT Creator; VARIANT Interior; VARIANT InvertIfNegative; VARIANT MarkerBackgroundColor; VARIANT MarkerBackgroundColorIndex; VARIANT MarkerForegroundColor; VARIANT MarkerForegroundColorIndex; VARIANT MarkerStyle; VARIANT Parent; VARIANT Smooth; methods: VARIANT Application(); VARIANT ClearFormats(); VARIANT Delete(); };

[Top][Bottom]
dispinterface Trendline { properties: VARIANT Backward; VARIANT Border; VARIANT Creator; VARIANT DataLabel; VARIANT DisplayEquation; VARIANT DisplayRSquared; VARIANT Forward; VARIANT Index; VARIANT Intercept; VARIANT InterceptIsAuto; VARIANT Name; VARIANT NameIsAuto; VARIANT Order; VARIANT Parent; VARIANT Period; VARIANT Type; methods: VARIANT Application(); VARIANT ClearFormats(); VARIANT Delete(); };

[Top][Bottom]
dispinterface Trendlines { properties: VARIANT Count; VARIANT Creator; VARIANT Parent; methods: VARIANT _NewEnum(); VARIANT Add( VARIANT Type, VARIANT Order, VARIANT Period, VARIANT Forward, VARIANT Backward, VARIANT Intercept, VARIANT DisplayEquation, VARIANT DisplayRSquared, VARIANT Name); VARIANT Application(); VARIANT Item(VARIANT Index); }; appobject coclass _GraphApplication { [default] dispinterface _Global; }; };

[Top][Bottom]

There should be a Help file on you system called, VBA_GRP.HLP. Mine is located in...

   C:\Program Files\Common Files\Microsoft Shared\Msgraph5\VBA_GRP.HLP
Yours may be someplace else. Use the find utility to find it. This Help file is a good place to get information about Visual Basic for Applications and MSGraph.

Created: 07/19/1998
Updated: 07/20/1998

[Top]