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

Summary: [TW77015031] HotSpot Tool doesn't work when you have a ColorGrid Tool and assign i...
Product: .NET TeeChart Reporter: sandra pazos <sandra>
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 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:]