![]() | 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: | Show the title of the point and shape with Line | ||
|---|---|---|---|
| Product: | ActiveX TeeChart | Reporter: | Prabhat <prabhat.singh> |
| Component: | Visual C++ | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED NOTABUG | ||
| Severity: | enhancement | CC: | sandra |
| Priority: | --- | ||
| Version: | TeeChart Pro Activex Control v2014 v2014.0.0.1 Release | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
| Attachments: |
Source code
Image with expected result. |
||
Created attachment 409 [details]
Image with expected result.
I wanted to display title text with shape only but it is displaying in the bottom.
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. |
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.