Search code examples
javaandroidteechart

TeeChart 3d Pie Thickness


Is it possible to increase pie thickness? Now it is too thin, I want it twice thicker...enter image description here


Solution

  • You can achieve this incrementing the Chart3DPercent:

    tChart1.getAspect().setChart3DPercent(50);