mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
20 lines
154 B
C++
20 lines
154 B
C++
#include "Series.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CSeriesLabel::CSeriesLabel()
|
|
{
|
|
|
|
}
|
|
|
|
CSeriesMarker::CSeriesMarker()
|
|
{
|
|
|
|
}
|
|
|
|
CSeries::CSeries()
|
|
{
|
|
|
|
}
|
|
}}
|