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 1523

Summary: Pie Slices tool is displayed momentarily
Product: .NET TeeChart Reporter: Shinobu Nagai <nagai>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: chris, sandra
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Shinobu Nagai 2016-04-26 02:29:33 EDT
Using the latest TeeChart for .NET v2015, please follow the steps below to reproduce a problem.
1. Opens Chart Editor and adds a PieSeries and Pie Slices tool.
2. Goes to the Tools tab, set the added pie1 to the "Pie Series:" field and marks Forcus radiobutton to the "Style:" field.
3. Sets the following code and run the project.

  private void Form1_Load(object sender, EventArgs e)
  {
    tChart1.Chart.Series[0].FillSampleValues();
  }

If I move a mouse cursor to pie slice, Pie Slices tool is momentarily displayed.