![]() | Steema Issues DatabaseNote: 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. |
Summary: | Some demos have checkbox 3D checked, but not shown as 3D | ||
---|---|---|---|
Product: | .NET TeeChart | Reporter: | Edu <edu> |
Component: | Examples Demos | Assignee: | Steema Issue Manager <issuemanager> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | --- | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: |
Description
Edu
2024-05-30 06:01:21 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 |