#include <cplot.h>
Definition at line 285 of file cplot.h.
Data Fields | |
BOOL | mIsAxesDrawn |
A boolean indicating if the axes are drawn. | |
int | mSeriesIndex |
An index for the series. | |
int | mFootNoteIndex |
An index for footnotes. | |
int | mLabelWidth |
The width for a label [pixels]. | |
int | mStatsValueHeight |
The height allocation for the statisitics values. | |
int | mYLabelAllowance |
The allowance for the ylabel [pixels]. | |
int | mRightYLabelAllowance |
The allowance for the right ylabel [pixels]. | |
int | mTitleAllowance |
The allowance for the title [pixels]. | |
int | mXLabelAllowance |
The allowance for the xlabel [pixels]. | |
CPLOT_structImageSizeInPixels | mImage |
The image size [pixels]. | |
CPLOT_structPlotOptions | mOptions |
The plotting options. |
BOOL CPLOT::mIsAxesDrawn |