STOFFChart::Series Struct Reference

a series in a chart More...

#include <STOFFChart.hxx>

Public Types

enum  Type {
  S_Area , S_Bar , S_Column , S_Line ,
  S_Pie , S_Scatter , S_Stock
}
 the series type More...
 

Public Member Functions

 Series ()
 constructor
 
virtual ~Series ()
 destructor
 
void addContentTo (librevenge::RVNGString const &sheetName, librevenge::RVNGPropertyList &propList) const
 add content to the propList
 
void addStyleTo (librevenge::RVNGPropertyList &propList) const
 add style to the propList
 

Static Public Member Functions

static librevenge::RVNGString getSeriesTypeName (Type type)
 returns a string corresponding to a series type
 

Public Attributes

Type m_type
 the type
 
STOFFBox2i m_range
 the data range
 

Friends

std::ostream & operator<< (std::ostream &o, Series const &series)
 operator<<
 

Detailed Description

a series in a chart

Member Enumeration Documentation

◆ Type

the series type

Enumerator
S_Area 
S_Bar 
S_Column 
S_Line 
S_Pie 
S_Scatter 
S_Stock 

Constructor & Destructor Documentation

◆ Series()

STOFFChart::Series::Series ( )

constructor

◆ ~Series()

STOFFChart::Series::~Series ( )
virtual

destructor

Member Function Documentation

◆ addContentTo()

void STOFFChart::Series::addContentTo ( librevenge::RVNGString const &  sheetName,
librevenge::RVNGPropertyList &  propList 
) const

add content to the propList

◆ addStyleTo()

void STOFFChart::Series::addStyleTo ( librevenge::RVNGPropertyList &  propList) const

add style to the propList

◆ getSeriesTypeName()

librevenge::RVNGString STOFFChart::Series::getSeriesTypeName ( Type  type)
static

returns a string corresponding to a series type

Referenced by STOFFChart::sendChart().

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  o,
STOFFChart::Series const &  series 
)
friend

operator<<

Member Data Documentation

◆ m_range

STOFFBox2i STOFFChart::Series::m_range

the data range

◆ m_type

Type STOFFChart::Series::m_type

the type


The documentation for this struct was generated from the following files:

Generated on Mon Nov 27 2023 04:05:55 for libstaroffice by doxygen 1.9.8