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::ChartOptions Struct Reference

#include <Document.h>

Public Attributes

std::string title
 
LegendPosition legendPos = LegendPosition::Bottom
 
bool showDataLabels = false
 
int widthTwips = 8000
 
int heightTwips = 4800
 
ScatterStyle scatterStyle = ScatterStyle::Marker
 
bool smoothLines = false
 
AreaGrouping areaGrouping = AreaGrouping::Standard
 

Member Data Documentation

◆ areaGrouping

AreaGrouping openword::ChartOptions::areaGrouping = AreaGrouping::Standard

◆ heightTwips

int openword::ChartOptions::heightTwips = 4800

◆ legendPos

LegendPosition openword::ChartOptions::legendPos = LegendPosition::Bottom

◆ scatterStyle

ScatterStyle openword::ChartOptions::scatterStyle = ScatterStyle::Marker

◆ showDataLabels

bool openword::ChartOptions::showDataLabels = false

◆ smoothLines

bool openword::ChartOptions::smoothLines = false

◆ title

std::string openword::ChartOptions::title

◆ widthTwips

int openword::ChartOptions::widthTwips = 8000

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