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 366 - [TW77015031] HotSpot Tool doesn't work when you have a ColorGrid Tool and assign i...
Summary: [TW77015031] HotSpot Tool doesn't work when you have a ColorGrid Tool and ass...
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: 2010-07-15 15:05 EDT by sandra pazos
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 sandra pazos 2013-11-20 11:25:52 EST
HotSpot Tool doesn't work when you have a ColorGrid Tool and assign it a hotSpotTool. See next code for reproduce the problem. 
    private Steema.TeeChart.Tools.SeriesHotspot hotspot1;
    private void InitializeChart()
    {
        WebChart1.Chart.Aspect.View3D = false;
        Colorgrid1 = new Steema.TeeChart.Styles.ColorGrid(WebChart1.Chart);
        Colorgrid1.FillSampleValues();
        hotspot1 = new Steema.TeeChart.Tools.SeriesHotspot(WebChart1.Chart);
        hotspot1.Series = Colorgrid1;
    }
It occurs in latest version 4.

 [created:2010-07-15T14:05:04.000+01:00 reported by:sandra@steema.com reported in version:]