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 2179 - Marks and MarksTip showing strange character when using MarksStyle.LEGEND
Summary: Marks and MarksTip showing strange character when using MarksStyle.LEGEND
Status: RESOLVED FIXED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: yeray alonso
URL: https://www.steema.com/support/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-01 07:22 EDT by yeray alonso
Modified: 2019-04-01 07:27 EDT (History)
0 users

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 2019-04-01 07:22:56 EDT
Code to reproduce the problem:

  tChart1.getAspect().setView3D(false);

  Donut donut = new Donut(tChart1.getChart());
  donut.fillSampleValues();
  donut.setCircled(true);
  donut.getMarks().setStyle(MarksStyle.LEGEND);

  MarksTip toolTips = new MarksTip(tChart1.getChart());
  toolTips.setSeries(tChart1.getSeries(0));
  toolTips.setStyle(MarksStyle.LEGEND);