You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.4 KiB
C++

#if !defined(AFX_CHART_H__92A7C899_4011_4020_98CF_074A9C9D4427__INCLUDED_)
#define AFX_CHART_H__92A7C899_4011_4020_98CF_074A9C9D4427__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 CExtents;
/////////////////////////////////////////////////////////////////////////////
// CChart wrapper class
class CChart : public COleDispatchDriver
{
public:
CChart() {} // Calls COleDispatchDriver default constructor
CChart(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CChart(const CChart& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
double GetPositionX();
void SetPositionX(double newValue);
double GetPositionY();
void SetPositionY(double newValue);
BOOL GetVisible();
void SetVisible(BOOL bNewValue);
BOOL GetIsDrawn();
void SetIsDrawn(BOOL bNewValue);
CExtents GetScreenExtents();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHART_H__92A7C899_4011_4020_98CF_074A9C9D4427__INCLUDED_)