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 1153 - Show the title of the point and shape with Line
Summary: Show the title of the point and shape with Line
Status: RESOLVED NOTABUG
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Visual C++ (show other bugs)
Version: TeeChart Pro Activex Control v2014 v2014.0.0.1 Release
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 05:55 EST by Prabhat
Modified: 2015-03-03 07:00 EST (History)
1 user (show)

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


Attachments
Source code (155.06 KB, application/x-zip-compressed)
2015-02-27 05:55 EST, Prabhat
Details
Image with expected result. (51.21 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2015-02-27 06:04 EST, Prabhat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Prabhat 2015-02-27 05:55:57 EST
Created attachment 408 [details]
Source code

Hi,

I need to show the title and shape of the point same as attached image. How can I implement this ? 

I have found one post same as mine, suggestion implemented not in VC++. 

I have attached the sample code.
Comment 1 Prabhat 2015-02-27 06:04:59 EST
Created attachment 409 [details]
Image with expected result.

I wanted to display title text with shape only but it is displaying in the bottom.
Comment 2 sandra pazos 2015-03-03 07:00:04 EST
Hello Prabhat, 

What you request are not bug fix or enhancement suggestion to the existing products but technical inquiries on how to use TeeChart. Please post this kind of questions at our technical support forums, monitored by our technical department staff, at http://www.teechart.net/support/index.php. 

Anyway, it isn't a bug, so, if you add the code lines below, you can get the expected results: 
m_ctrlChart.Series(0).GetMarks().SetVisible(TRUE); 
m_ctrlChart.Series(0).GetMarks().SetTransparent(TRUE); 
m_ctrlChart.Series(0).GetMarks().GetCallout().SetTransparency(100); 

Thanks in advance,
regards.