Files
core/HwpFile/HwpDoc/Chart/Intersection.h
2025-12-22 20:00:44 +03:00

19 lines
252 B
C++

#ifndef INTERSECTION_H
#define INTERSECTION_H
namespace HWP { namespace CHART
{
class CIntersection
{
bool m_bAuto;
int m_nAxisId;
int m_nIndex;
bool m_bLabelsInsidePlot;
double m_dPoint;
public:
CIntersection();
};
}}
#endif // INTERSECTION_H