Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2709 - Some demos have checkbox 3D checked, but not shown as 3D
Summary: Some demos have checkbox 3D checked, but not shown as 3D
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Examples Demos (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-30 06:01 EDT by Edu
Modified: 2024-05-30 06:04 EDT (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edu 2024-05-30 06:01:21 EDT
Many demos had checkboxes to show the chart in 3D. However, they were checked to begin with while the chart was not in 3D.
Comment 1 Edu 2024-05-30 06:04:41 EDT
Two possible approaches: make the checkbox’s value “false” by default or set the chart with 3D from the start. Since most of the charts with this issue should be 3D, I’ve chosen the later option. 

This line of code has been added to multiple demos: 
tChart1.Aspect.View3D = true;

Here's a few of the demos that had this fix. There are more, but these ONLY needed this fix.

Chart Styles > Standard > Line(Strip) > Color Each Line
Chart Styles > Standard > Line(Strip) > Image Patterns
Chart Styles > Standard > Bar > Negative Stacked
Chart Styles > Standard > Area
Chart Styles > Standard > Horizontal Area
Chart Styles > Standard > Arrow
Chart Styles > Standard > Gantt > Gantt

Chart Styes > Financial > Kagi

Chart Styles > Extended > 3D Vector
Chart Styles > Extended > Point 3D 
Chart Styles > Extended > Point 3D  > Pointer style event
Chart Styles > Extended > Point 3D  > Point3D Nulls
Chart Styles > Extended > Point 3D > Point3D base lines
Chart Styles > Extended > Surface > Irregular Grid


Chart Styles > Other > Bar 3D > Bar 3D Depth
Chart Styles > Other > My Point

Chart Styles > Canvas > Rotation Center 
Chart Styles > Canvas > Rotated Ellipse
Chart Styles > Canvas > Smooth Shadows
Chart Styles > Canvas > Truncated Pyramid

Chart Styles > Canvas > OrthoAngle