Search found 18 matches

by Eic
Wed Dec 14, 2016 8:29 am
Forum: VCL
Topic: Donut Marks Position
Replies: 4
Views: 8124

Re: Donut Marks Position

Hello,

Thank you for your reply.
Your solution is interesting, but alas in our situation, the graphics are not visualized. They are generated, exported as an image and integrated into a document.

Using the TDragMarksTool is not possible.
by Eic
Tue Dec 13, 2016 4:05 pm
Forum: VCL
Topic: Donut Marks Position
Replies: 4
Views: 8124

Donut Marks Position

Hello. I use the following code to generate donuts. I have little room to generate my graph. TChart * Chart1 = new TChart(this); Chart1->Parent = this; Chart1->View3D = false; Chart1->Width = 270; Chart1->Height = 245; TDonutSeries* serie = new TDonutSeries(Chart1); serie->CustomXRadius = 47; serie-...
by Eic
Wed Nov 30, 2016 2:55 pm
Forum: VCL
Topic: The TScrollBar do not go to the ends
Replies: 3
Views: 7239

Re: The TScrollBar do not go to the ends

Hello.

You suspect that this was not the answer hoped for. I will do so because the TChartScrollBar has the important advantage of always displaying the axes and legend.

I hope this bug will be corrected in the future.
by Eic
Wed Nov 30, 2016 2:51 pm
Forum: VCL
Topic: Incorrect bar width with TChartScrollBar
Replies: 2
Views: 6065

Re: Incorrect bar width with TChartScrollBar

Thanks, this solution works
by Eic
Tue Nov 29, 2016 2:48 pm
Forum: VCL
Topic: The TScrollBar do not go to the ends
Replies: 3
Views: 7239

The TScrollBar do not go to the ends

Hello again.

I repeat my previous example with 100 values (http://www.teechart.net/support/viewtop ... =3&t=16346).

I arrive in this situation :
BottomOfChartScroll.png
BottomOfChartScroll.png (50.68 KiB) Viewed 7290 times
Then click on the down arrow to continue down to the bottom.
by Eic
Tue Nov 29, 2016 2:36 pm
Forum: VCL
Topic: Incorrect bar width with TChartScrollBar
Replies: 2
Views: 6065

Incorrect bar width with TChartScrollBar

Hello I have set up the following code. TChart * Chart1 = new TChart(this); TChartScrollBar *scrollBar = NULL; Chart1->Parent = this; Chart1->Align = alClient; Chart1->AddSeries(new THorizBarSeries(Chart1))->FillSampleValues(20); Chart1->LeftAxis->Minimum = 0; Chart1->LeftAxis->Maximum = 5; Chart1->...
by Eic
Fri Nov 25, 2016 3:14 pm
Forum: VCL
Topic: TMarksTipTool truncated with TSubChart
Replies: 1
Views: 4615

TMarksTipTool truncated with TSubChart

Hello. I made a graph consisting of two sub-graphs placed next to each other. I use a TMarksTipTool to display information. As the attached image shows, when I hover over the left graphic, the text appears, but it is truncated when it encroaches on the second graph. I should see "2500". SubChart.png...
by Eic
Mon Nov 07, 2016 8:04 am
Forum: VCL
Topic: Hover text color on TSeriesMarks
Replies: 2
Views: 5766

Re: Hover text color on TSeriesMarks

Hello.

That's right. I was looking for the solution in TSeriesMarks :(
by Eic
Mon Nov 07, 2016 7:36 am
Forum: VCL
Topic: Change style of hover series on legend
Replies: 3
Views: 7165

Re: Change style of hover series on legend

Hello,

Thank you for your reply.

Pending publication of the correction, what alternative do you propose to bold the name of the hover series ?
by Eic
Thu Nov 03, 2016 5:10 pm
Forum: VCL
Topic: Hover text color on TSeriesMarks
Replies: 2
Views: 5766

Hover text color on TSeriesMarks

Hello again ;) A simple question, but I can not find the answer. How to change the color of a text TSeriesMarks when flying ? Hover.png In this example, I want to change the color of the word "Revenus". I don't want it to be red. The TSeriesMarks has no Selected or Hover property. How to do ? Thank ...
by Eic
Thu Nov 03, 2016 2:54 pm
Forum: VCL
Topic: EInvalidOperation with TMarksTipTool and TSubChartTool
Replies: 4
Views: 7916

Re: EInvalidOperation with TMarksTipTool and TSubChartTool

Hello,

It Works.

Thanks
by Eic
Thu Nov 03, 2016 1:47 pm
Forum: VCL
Topic: Change style of hover series on legend
Replies: 3
Views: 7165

Change style of hover series on legend

Hello, I want to put the series bold flew into legend, but the Legend->Selected->Hover->Font->Style property is ignored. void __fastcall TscrTestGraphe::Button3Click(TObject *Sender) { TChart * Chart1 = new TChart(this); Chart1->Parent = this; Chart1->Align = alClient; Chart1->Legend->Selected->Hove...
by Eic
Fri Oct 28, 2016 12:35 pm
Forum: VCL
Topic: EInvalidOperation with TMarksTipTool and TSubChartTool
Replies: 4
Views: 7916

Re: EInvalidOperation with TMarksTipTool and TSubChartTool

Hello,

Thank you for your reply.

Pending publication of the correction, what alternative do you propose to know the current index overflight in the event "OnGetText" ?
by Eic
Tue Oct 25, 2016 1:50 pm
Forum: VCL
Topic: EInvalidOperation with TMarksTipTool and TSubChartTool
Replies: 4
Views: 7916

EInvalidOperation with TMarksTipTool and TSubChartTool

Hi, I made this simple code to reproduce a bug : void __fastcall TscrTestGraphe::Button2Click(TObject *Sender) { TChart * Chart1 = new TChart(this); Chart1->Parent = this; Chart1->Align = alClient; TSubChartTool *SubChart1 = new TSubChartTool(NULL); Chart1->AddSeries(new TPointSeries(Chart1))->FillS...
by Eic
Mon Sep 05, 2016 7:25 am
Forum: VCL
Topic: How to customize the color of my series
Replies: 2
Views: 5401

Re: How to customize the color of my series

It works.

I just had an old version of TeeChart.

Sorry.