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 - [TW77015716] SeriesHotspot tool not working with most PointerStyles, e.g.: Triangl...
Summary: [TW77015716] SeriesHotspot tool not working with most PointerStyles, e.g.: Tr...
Status: CONFIRMED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: WebChart (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 11:13 EDT by narcís calvet
Modified: 2013-11-20 11:25 EST (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 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)]