#include <PiePlotRenderer.h>
|
PieSliceObject::Ptr | hCreateSlice (Int32 iSeriesIndex, Int32 iGroupId, Int32 iAngleIndex, Int32 iSliceId, const Point2D &iCenter, Int32 iStartAngle, Int32 iEndAngle, bool iIsOneSeries) |
|
bool | hGetAngleInfoForSinglePie (Int32 iGroupId, Int32 iSeriesId, Int32 iAngleIndex, Int32 &orValidSeriesNumber, std::vector< Int32 > &orValidSeriesIndex, std::vector< Int32 > &orAngles) |
|
double | hGetTotal (Int32 iGroupIndex, Int32 iSeriesId, EnumGraphMatrixDataIndexType iDataIndexType, Int32 iAngleIndex) |
|
Int32 | hGetPieRadius (Int32 iGroupId, Int32 iSeriesId, Int32 iAngleIndex) |
|
double | hGetMaxSizeByGroupTotal () |
|
double | hGetMinSizeByGroupTotal () |
|
◆ Ptr
◆ PiePlotRenderer()
◆ ~PiePlotRenderer()
virtual PiePlotRenderer::~PiePlotRenderer |
( |
| ) |
|
|
virtual |
◆ AddObjectsToDataLabelManager()
◆ EnableDataLabel()
void PiePlotRenderer::EnableDataLabel |
( |
| ) |
|
◆ GetDataLableVecs()
void PiePlotRenderer::GetDataLableVecs |
( |
std::vector< GraphObject::Ptr > & |
iorLables | ) |
|
◆ hCreateSlice()
◆ hDrawSinglePie()
◆ hGetAngleInfoForSinglePie()
bool PiePlotRenderer::hGetAngleInfoForSinglePie |
( |
Int32 |
iGroupId, |
|
|
Int32 |
iSeriesId, |
|
|
Int32 |
iAngleIndex, |
|
|
Int32 & |
orValidSeriesNumber, |
|
|
std::vector< Int32 > & |
orValidSeriesIndex, |
|
|
std::vector< Int32 > & |
orAngles |
|
) |
| |
|
protected |
◆ hGetMaxSizeByGroupTotal()
double PiePlotRenderer::hGetMaxSizeByGroupTotal |
( |
| ) |
|
|
protected |
◆ hGetMinSizeByGroupTotal()
double PiePlotRenderer::hGetMinSizeByGroupTotal |
( |
| ) |
|
|
protected |
◆ hGetPieRadius()
◆ hGetTotal()