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 359

Summary: [TW77015716] SeriesHotspot tool not working with most PointerStyles, e.g.: Triangl...
Product: .NET TeeChart Reporter: narcís calvet <narcis>
Component: WebChartAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2013-11-20 11:25:31 EST
SeriesHotspot tool not working with most PointerStyles, e.g.: Triangle, SmallDot, Sphere, Star and so on. but it is only ok for Circle and Rectangle shape. Code to reproduce:
protected void Page_Load(object sender, EventArgs e)
 {
 Steema.TeeChart.Chart chart1 = WebChart1.Chart;

 chart1.Aspect.View3D = false;

 Steema.TeeChart.Styles.Points points1 = new Steema.TeeChart.Styles.Points(chart1.Chart);
 points1.FillSampleValues();
 points1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Triangle;

 Steema.TeeChart.Tools.SeriesHotspot hotSpot1 = new Steema.TeeChart.Tools.SeriesHotspot(chart1);
 hotSpot1.Series = points1;
 }
  [created:2011-08-30T10:13:50.000+01:00 reported by:narcis@steema.com reported in version:Build 4.1.2011.07280 (TeeChart for .NET)]