SimpleXlsx  r0.19
 All Classes Namespaces Functions Variables Enumerations Pages
SimpleXlsx::CChartsheet::Series Struct Reference

Structure to setup a chart. More...

#include <Chartsheet.h>

Public Attributes

CWorksheetcatSheet
 catSheet pointer to a sheet contains category axis
CellCoord catAxisFrom
 catAxisFrom data range (from cell (row, col), beginning since 0)
CellCoord catAxisTo
 catAxisTo data range (to cell (row, col), beginning since 0)
CWorksheetvalSheet
 valSheet pointer to a sheet contains values axis
CellCoord valAxisFrom
 valAxisFrom data range (from cell (row, col), beginning since 0)
CellCoord valAxisTo
 valAxisTo data range (to cell (row, col), beginning since 0)
_tstring title
 title series title (in the legend)
bool isMarked
 isMarked indicates whether nodes are marked
bool isSmoothed
 isSmoothed indicates whether series must be smoothed at rendering
bool isDashed
 isDashed indicates whether line will be rendered dashed or not

Detailed Description

Structure to setup a chart.

Note
category sheet parameters can left unset, then a default category axis is used
if values` sheet is unset the series will not be added to the list of charts

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