Search found 104 matches

by Calou
Tue Jan 25, 2011 11:39 am
Forum: VCL
Topic: PageNumTool and event
Replies: 2
Views: 4463

Re: PageNumTool and event

Thanks
by Calou
Mon Jan 24, 2011 5:09 pm
Forum: VCL
Topic: PageNumTool and event
Replies: 2
Views: 4463

PageNumTool and event

Hello,

I am looking for an event on the TPageNumTool in order to change the chart title when the number of page change.
I have tested with the event on click but it is not fired when the page change only when we click on the tool

Thanks for help

Regards
by Calou
Thu Dec 16, 2010 9:49 am
Forum: VCL
Topic: Look and feel VCL Charts
Replies: 9
Views: 13951

Re: Look and feel VCL Charts

Hello Narcis,

I use Tee chart V8. If i want to have this look on my charts (i don't use GDI) and i upgrade to V2010, is it complicated to do this?
Will all the actually chart's behavior of my application will be maintained?

Thanks for answer

Regards
by Calou
Tue Dec 07, 2010 4:17 pm
Forum: VCL
Topic: Problem with GetLengendPos
Replies: 1
Views: 3442

Problem with GetLengendPos

Hello, I use this code in order to place a radiogroup procedure TfrmMain.ChrtOccStatusGetLegendPos(Sender: TCustomChart; Index: Integer; var X, Y, XColor: Integer); var i:integer; chrt:TChart; begin chrt:=Sender as TChart; for i := 0 to High(frmOccStatus.TabRdGrpOccStatus) do begin if frmOccStatus.T...
by Calou
Tue Dec 07, 2010 9:38 am
Forum: VCL
Topic: XLabel too long
Replies: 1
Views: 3437

XLabel too long

Hello,

Sometimes i have XLabels which are too long and TChart only display one on two.
Is there is a way to solve it? Perhaps add a CR if the caracter number is too long?

Thanks for help

Regards
by Calou
Mon Jul 12, 2010 2:41 pm
Forum: VCL
Topic: Pie change color
Replies: 1
Views: 3690

Pie change color

Hello,

In my application i use teecommander with ChartEditor in order to permit to users to configure the pie.
Would it be possible for users to change the color of a part of pie?

Thanks for help

Regards
by Calou
Fri Jul 02, 2010 2:17 pm
Forum: VCL
Topic: TBarSeries and Order
Replies: 4
Views: 6426

Re: TBarSeries and Order

I think "sorted" in order of "ordered" is more correct
by Calou
Fri Jul 02, 2010 2:14 pm
Forum: VCL
Topic: TBarSeries and Order
Replies: 4
Views: 6426

Re: TBarSeries and Order

no this is not what i want. In the case the yellow bar graph is in descendant order. I would like in an other case to order the purple bar in descendant order by calling one function. Of course i am able to recalculate all the point values in order to do that but perhaps you have it in your methods....
by Calou
Fri Jul 02, 2010 9:52 am
Forum: VCL
Topic: TBarSeries and Order
Replies: 4
Views: 6426

TBarSeries and Order

Hello,

On the chart we can see that the BarSeries are orderd by the yellow color.
Is there is a quickly method to order it by the purple color?

Thanks for help

Regards
by Calou
Fri Jun 18, 2010 10:41 am
Forum: VCL
Topic: BevelOuter TeeChart 8.04
Replies: 4
Views: 7042

Re: BevelOuter TeeChart 8.04

Thank you for the answer

Regards
by Calou
Thu Jun 17, 2010 9:45 am
Forum: VCL
Topic: BevelOuter TeeChart 8.04
Replies: 4
Views: 7042

Re: BevelOuter TeeChart 8.04

Hello,

The last time i done that (8.04->8.06) i have to downgrade to 8.04 after a lot of test caused by incompatibility :(
by Calou
Thu Jun 17, 2010 8:42 am
Forum: VCL
Topic: BevelOuter TeeChart 8.04
Replies: 4
Views: 7042

BevelOuter TeeChart 8.04

Hello, I use this code procedure TForm1.Button1Click(Sender: TObject); var tmpChart:TCustomChart; begin Series1.FillSampleValues(10); tmpChart:=TChart.Create(Self); tmpChart.BevelOuter:=bvnone; tmpChart.Color:=clRed; Chart1.Assign(tmpChart); end; When i Assign Chart1 with tmpChart, the property Beve...
by Calou
Fri May 28, 2010 10:52 am
Forum: VCL
Topic: PopupMenu
Replies: 2
Views: 5012

Re: PopupMenu

Thank you

it works good

Regards
by Calou
Thu May 27, 2010 1:56 pm
Forum: VCL
Topic: PopupMenu
Replies: 2
Views: 5012

PopupMenu

Hello,

I have different charts with the same popupMenu. When the user click on a popupmenu's tmenuitem, how could i do to know which chart is it?

Thanks for help

Regards
by Calou
Fri Dec 11, 2009 3:47 pm
Forum: VCL
Topic: TcursorTool
Replies: 2
Views: 4558

Re: TcursorTool

:D