Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS VCL Chart
Applying a 3D effect to chart series

It is possible to apply a 3D effect on the chart serie. This effect can be customized with a 3D Offset property. This is a property that controls the depth of the 3D view. In code, the equivalent to do this is:
AdvChartView.Panes[PaneIndex].Series[SerieIndex].3D := true; 
AdvChartView.Panes[PaneIndex].Series[SerieIndex].3DOffset := 20;
Not all chart types support the 3D view. Below is a list of chart types which implement the 3D effect.

- ctLine
- ctStackedBar & ctNormalBar
- ctStackedArea & ctNormalArea
- ctBand
- ctLineHistogram
- ctLineBar
- ctStackedPercentagebar
- ctStackedPercentageArea