BCGSuite for MFC
void CBCGPChartDiagram3D::SetFrontDistancePercent ( double  dblDistancePercent)

Sets front distance.

Call this method to set front distance percent, which defines the gap between data point's shape front face and bounds of Z axis unit.

dblDistancePercent should be in range [0, 0.9].

The default value is 0.5.

  • 0 - the shape completely fills Z unit (no gap),
  • 0.9 - shape's depth is 10% from Z unit size (very large gap).
Parameters
dblDistancePercentSpecifies the new front distance.