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 998 - Custom labels disapear when you use FullScreen Tool
Summary: Custom labels disapear when you use FullScreen Tool
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Chart Tools (show other bugs)
Version: TeeChart Pro Activex Control v2014 v2014.0.0.1 Release
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-11 06:22 EST by yeray alonso
Modified: 2015-06-18 11:19 EDT (History)
2 users (show)

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 yeray alonso 2014-11-11 06:22:50 EST
Custom labels disappear when you use FullScreen Tool.
The same code works fine in VCL.

Private Sub Form_Load()
  TChart1.AddSeries scPoint
  TChart1.Series(0).FillSampleValues 8
  
  With TChart1.Axis.Bottom.Labels
    .Clear
    .Add 3, "One custom label"
    .Add 7, "Another custom label"
  End With

  TChart1.Tools.Add tcFullScreen
End Sub

Private Sub Command1_Click()
  TChart1.Tools.Items(0).Active = True
End Sub
Comment 1 sandra pazos 2015-06-18 11:19:24 EDT
The problem is fixed in TeeChart Activex v2015.0.0.2.