mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
25 lines
167 B
C++
25 lines
167 B
C++
#include "Axis.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CAxisGrid::CAxisGrid()
|
|
{
|
|
|
|
}
|
|
|
|
CAxisScale::CAxisScale()
|
|
{
|
|
|
|
}
|
|
|
|
CAxisTitle::CAxisTitle()
|
|
{
|
|
|
|
}
|
|
|
|
CAxis::CAxis()
|
|
{
|
|
|
|
}
|
|
}}
|