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 - Pie Slices tool is displayed momentarily
Summary: Pie Slices tool is displayed momentarily
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-26 02:29 EDT by Shinobu Nagai
Modified: 2016-05-05 04:41 EDT (History)
2 users (show)

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 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.