#if !defined(AFX_CHARTGROUP_H__BEB097B6_532D_11D2_AF38_00A024C3C1C2__INCLUDED_) #define AFX_CHARTGROUP_H__BEB097B6_532D_11D2_AF38_00A024C3C1C2__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. // Dispatch interfaces referenced by this interface class CElevation; class CContour; class CChart3DData; class CLabelCollection; class CChartStyleCollection; class CChart3DDataCoordResult; class CChart3DCoordResult; class CChart3DDataIndexResult; ///////////////////////////////////////////////////////////////////////////// // CChartGroup wrapper class class CChartGroup : public COleDispatchDriver { public: CChartGroup() {} // Calls COleDispatchDriver default constructor CChartGroup(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CChartGroup(const CChartGroup& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); long GetChartType(); void SetChartType(long); CElevation GetElevation(); CContour GetContour(); CChart3DData GetElevationData(); void SetElevationData(LPDISPATCH); CChart3DData GetContourData(); void SetContourData(LPDISPATCH); CLabelCollection GetColumnLabels(); CLabelCollection GetRowLabels(); CChartStyleCollection GetStyles(); // Operations public: long CoordToDataCoord(long XPixel, long YPixel, double* X, double* Y, double* Z); void DataCoordToCoord(double X, double Y, double Z, long* XPixel, long* YPixel); long CoordToDataIndex(long XPixel, long YPixel, long* Row, long* Column, long* Distance); void DataIndexToCoord(long Row, long Column, long* XPixel, long* YPixel); double DragZValue(long Row, long Column, long XPixel, long YPixel); double SurfaceValue(double X, double Y); CChart3DDataCoordResult CoordToDataCoordObject(long XPixel, long YPixel); CChart3DCoordResult DataCoordToCoordObject(double X, double Y, double Z); CChart3DDataIndexResult CoordToDataIndexObject(long XPixel, long YPixel); CChart3DCoordResult DataIndexToCoordObject(long Row, long Column); }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CHARTGROUP_H__BEB097B6_532D_11D2_AF38_00A024C3C1C2__INCLUDED_)