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 289 - [TV52015843] Problem with gradient Editor and polar series. When you try to chan...
Summary: [TV52015843] Problem with gradient Editor and polar series. When you try to ...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 15:37 EST by sandra pazos
Modified: 2013-11-20 10:36 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 christopher ireland 2013-11-20 10:36:34 EST
Problem with gradient Editor and polar series. 
When you try to change the gradient it doesn't change. Take a look in next example of demo to check the problem: 
All Features->Chart Styles->Extended->Polar Gradient.

@Yeray:
This seems to be broken in TeePolar.pas rev 1.18 (TeeChart v8).
It was modified again in rev 1.10 (TeeChart v9).
However, it doesn't work fine for me. Code used:
uses TeePolar, TeCanvas;
var Chart1: TChart;
procedure TForm1.FormCreate(Sender: TObject);
begin
  Chart1:=TChart.Create(Self);
  Chart1.Parent:=Self;
  Chart1.View3D:=false;
  with Chart1.AddSeries(TPolarBarSeries) as TPolarBarSeries do
  begin
    FillSampleValues;
    Circled:=true;
    CircleGradient.Direction := gdRadial;
    CircleGradient.EndColor := clGray;
    CircleGradient.Visible := True;
  end;
end; [created:2011-11-14T15:37:54.000+01:00 reported by: reported in version:]