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 1432 - The area gradient isn’t shown in the legend symbols
Summary: The area gradient isn’t shown in the legend symbols
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/directline/vi...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 07:19 EST by sandra pazos
Modified: 2016-03-23 10:53 EDT (History)
1 user (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 sandra pazos 2016-02-09 07:19:00 EST
The area gradient isn’t shown in the legend symbol. The gradient is only visible in the legend symbol, if you do visible the series pointer  and sets the gradient pointer to true. Seems the problem is introduced from build 4.1.2014.12154. The same occurs in VCL. The code below shows the problem:  

        private void InitializeChart()
        {
            tChart1.Aspect.View3D = false;
            tChart1.Legend.Alignment = Steema.TeeChart.LegendAlignments.Bottom;
            area1.FillSampleValues(10);
            area1.Pointer.Gradient.Visible = true;             
            area1.Gradient.Visible = true;
        }