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 1931 - TAnnotationTool on TColorLineTool on TDBChart is not printed
Summary: TAnnotationTool on TColorLineTool on TDBChart is not printed
Status: RESOLVED WORKSFORME
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: 18.160504
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-23 02:41 EDT by Thorsten
Modified: 2018-02-26 11:09 EST (History)
1 user (show)

See Also:
Chart Series: FastLine
Delphi / C++ Builder RAD IDE Version: RAD 10.1 Berlin


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten 2017-10-23 02:41:38 EDT
When we use a TAnnotationTool on a chart, it is shown on screen but not printed.
There is a white rectangle where the annotation should be.

The part of the dfm looks like this:
        object DBChart1: TDBChart
          ...
          object ChartTool1: TColorLineTool
            AllowDrag = False
            Pen.Color = clRed
            Pen.Width = 0
            AxisID = 2
            object TAnnotationTool
              Shape.Alignment = taRightJustify
              Shape.CustomPosition = True
              Shape.Frame.Width = 0
              Shape.Left = 1034
              Shape.Shadow.Visible = False
              Shape.Top = 279
            end
          end
        end


Delphi 10.1
Build 32bit
Win10 64bit
TeeChart Pro v2016.18.160504 32bit VCL
also same on v2017.22
Comment 1 sandra pazos 2018-02-26 11:09:27 EST
Hello,

The problem doesn't appear using latest Teechart Pro VCL/FMX v2017.23

Thanks in advance