SimpleXlsx
r0.19
|
Structure to setup a chart. More...
#include <Chartsheet.h>
Public Attributes | |
CWorksheet * | catSheet |
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) | |
CWorksheet * | valSheet |
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 |
Structure to setup a chart.