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

Summary: Marks and MarksTip showing strange character when using MarksStyle.LEGEND
Product: Java TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: yeray alonso <yeray>
Status: RESOLVED FIXED    
Severity: normal    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: https://www.steema.com/support/viewtopic.php?p=76197#p76197
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

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);