#include "HUtility.h"
#include "HTools.h"
#include "varray.h"
Go to the source code of this file.
|
#define | _PI 3.14159265358979323 |
|
|
enum | HGraphAxisScale { AxisScaleLinear =1,
AxisScaleLogarithmic
} |
|
enum | HGraphAxisSelection { X_Axis =1,
Y_Axis,
Z_Axis
} |
|
enum | HGraphGridType { GridTypeNone =1,
GridTypeRectangular,
GridTypePolar
} |
|
enum | HGraphLegendEntryType { LegendEntryTypeLine =1,
LegendEntryTypeBox
} |
|
enum | HGraphPlotType { PlotTypeScatter =1,
PlotTypeLine,
PlotTypeBar
} |
|
enum | HGraphPointFormat { PointFormatCartesian =1,
PointFormatPolarDegrees,
PointFormatPolarRadians
} |
|
Defines datatypes associated with the HBaseGraph, HPlot2D, and HPieChart class.
◆ HGraphAxisScale
◆ HGraphAxisSelection
◆ HGraphGridType
◆ HGraphLegendEntryType
◆ HGraphPlotType
◆ HGraphPointFormat