Search found 104 matches
- Tue Jan 25, 2011 11:39 am
- Forum: VCL
- Topic: PageNumTool and event
- Replies: 2
- Views: 4631
Re: PageNumTool and event
Thanks
- Mon Jan 24, 2011 5:09 pm
- Forum: VCL
- Topic: PageNumTool and event
- Replies: 2
- Views: 4631
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
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
- Thu Dec 16, 2010 9:49 am
- Forum: VCL
- Topic: Look and feel VCL Charts
- Replies: 9
- Views: 14943
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
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
- Tue Dec 07, 2010 4:17 pm
- Forum: VCL
- Topic: Problem with GetLengendPos
- Replies: 1
- Views: 3597
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...
- Tue Dec 07, 2010 9:38 am
- Forum: VCL
- Topic: XLabel too long
- Replies: 1
- Views: 3562
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
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
- Mon Jul 12, 2010 2:41 pm
- Forum: VCL
- Topic: Pie change color
- Replies: 1
- Views: 3866
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
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
- Fri Jul 02, 2010 2:17 pm
- Forum: VCL
- Topic: TBarSeries and Order
- Replies: 4
- Views: 6747
Re: TBarSeries and Order
I think "sorted" in order of "ordered" is more correct
- Fri Jul 02, 2010 2:14 pm
- Forum: VCL
- Topic: TBarSeries and Order
- Replies: 4
- Views: 6747
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....
- Fri Jul 02, 2010 9:52 am
- Forum: VCL
- Topic: TBarSeries and Order
- Replies: 4
- Views: 6747
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
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
- Fri Jun 18, 2010 10:41 am
- Forum: VCL
- Topic: BevelOuter TeeChart 8.04
- Replies: 4
- Views: 7446
Re: BevelOuter TeeChart 8.04
Thank you for the answer
Regards
Regards
- Thu Jun 17, 2010 9:45 am
- Forum: VCL
- Topic: BevelOuter TeeChart 8.04
- Replies: 4
- Views: 7446
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
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
- Thu Jun 17, 2010 8:42 am
- Forum: VCL
- Topic: BevelOuter TeeChart 8.04
- Replies: 4
- Views: 7446
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...
Re: PopupMenu
Thank you
it works good
Regards
it works good
Regards
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
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
- Fri Dec 11, 2009 3:47 pm
- Forum: VCL
- Topic: TcursorTool
- Replies: 2
- Views: 4782