OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
Loading...
Searching...
No Matches
Public Attributes | List of all members
openword::ChartSeries Struct Reference

#include <Document.h>

Public Attributes

std::string name
 
std::vector< std::string > categories
 
std::vector< double > xValues
 
std::vector< double > values
 
std::string colorHex
 

Member Data Documentation

◆ categories

std::vector<std::string> openword::ChartSeries::categories

◆ colorHex

std::string openword::ChartSeries::colorHex

◆ name

std::string openword::ChartSeries::name

◆ values

std::vector<double> openword::ChartSeries::values

◆ xValues

std::vector<double> openword::ChartSeries::xValues

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