Search found 34 matches

by MVBobj
Tue Apr 12, 2016 7:57 pm
Forum: VCL
Topic: Actual width of chart.
Replies: 1
Views: 5068

Actual width of chart.

Hi,

Here's a question for you...
TeeChart1.jpg
TeeChart1.jpg (19.88 KiB) Viewed 5128 times
I would swear I figured this out before but I can't find it.

Thanks.
.
by MVBobj
Tue Apr 12, 2016 5:19 pm
Forum: VCL
Topic: Question about calculation for VolumePipe
Replies: 1
Views: 4791

Question about calculation for VolumePipe

Hi, Is there any way we could modify the calculation for the VolumePipe segments to make them a little more visually intuitive? For example: TeeChart1.jpg TeeChart2.jpg Both graphics show the same data. In the first graphic, it is clear that the $75,000 on the left and on the right are the same size...
by MVBobj
Tue Apr 12, 2016 4:20 pm
Forum: VCL
Topic: Problem with Gradient and Marks lines in VolumePipe
Replies: 1
Views: 4952

Problem with Gradient and Marks lines in VolumePipe

Hi, How do I set (or turn off) the gradient in the VolumePipe? TeeChart1.jpg It makes no difference whether Gradient is checked or unchecked or set to Left Right or Top Bottom - the chart looks the same. Also - how do I set the Maks Arrows for the VolumePipe? Because of the Series Cone Percent, the ...
by MVBobj
Tue Apr 12, 2016 12:16 pm
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22937

Re: Problem with new TeeChartVCL-2015.16.150901

Okay - now that this "bug" has been re-classified as a "feature", just exactly what do I need to do to repair my code after moving from 2015.15 to 2015.16. To summarize: I have an application with a TDBChart and a single series - Series1, Datasource: Crosstab. Before installing the update, I would r...
by MVBobj
Sat Apr 02, 2016 1:00 am
Forum: VCL
Topic: Some properties not being saved.
Replies: 1
Views: 6035

Some properties not being saved.

TeeChart1.jpg Hi, I am using the TVolumePipeSeries and there are some of the properties that are not being correctly saved and are being reset at run-time. I attached a JPG file - the transparency of the border pen for the volume pipe is one that I have to keep changing - if I set it in the develop...
by MVBobj
Mon Jan 18, 2016 5:02 pm
Forum: VCL
Topic: Sales Funnel
Replies: 1
Views: 4892

Sales Funnel

Hi, I'm looking to add a sales funnel to an application I'm working on. In the demos and series I see pyramids, triangles and cones but nothing that would really work for a sales funnel. The pyramid looks best but the traditional sales funnel has the narrow end of the funnel either on the bottom (ve...
by MVBobj
Sat Oct 03, 2015 12:55 am
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22937

Re: Problem with new TeeChartVCL-2015.16.150901

Hi,

So this is a bug? Is this going to be fixed anytime soon - or should I roll-back to 2015.15 and update to 2015.16 after the bug has been fixed?

I could fix it in my code but that would take a while and I'd rather not if I don't have to.

Thanks
.
by MVBobj
Tue Sep 29, 2015 3:21 pm
Forum: VCL
Topic: Legend ScrollBar - currently visible rows.
Replies: 4
Views: 8511

Re: Legend ScrollBar - currently visible rows.

Hi,

Excellent! This should help quite a bit.

Thanks
.
by MVBobj
Mon Sep 28, 2015 7:39 pm
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22937

Problem with new TeeChartVCL-2015.16.150901

Hi, I just installed this over my existing 2015.15.150420. I have an application with a TDBChart and a single series - Series1, Datasource: Crosstab. Before installing the update, I would run it and a SQL query would load the crosstab and then Series1 would disappear and 6 series would be generated ...
by MVBobj
Fri Sep 25, 2015 9:09 pm
Forum: VCL
Topic: Legend ScrollBar - currently visible rows.
Replies: 4
Views: 8511

Re: Legend ScrollBar - currently visible rows.

Hi, I don't understand it. It's a block of barely intelligible code with no explanation of how to use it. How do I use it? What does it return? What is ItemHeight? What is TotalLegendItems? What do I pass to this function? I would be very surprised to learn that I'm the only person to ever desire th...
by MVBobj
Wed Sep 23, 2015 6:18 pm
Forum: VCL
Topic: Legend ScrollBar - currently visible rows.
Replies: 4
Views: 8511

Legend ScrollBar - currently visible rows.

Hi, How can I get the number of rows currently visible on the scrollbar? It seems if I add that to the current LegendScrollBar.Position, I would be able to know if the legend scrollbar position is at the bottom or not. I also would be able to set the legend scrollbar.position to that number to set i...
by MVBobj
Mon Sep 21, 2015 2:20 pm
Forum: VCL
Topic: Detect when Legend Scrollbar is at maximum position
Replies: 2
Views: 6398

Detect when Legend Scrollbar is at maximum position

Hi, I have a chart with a scrollbar and the legend has a scrollbar. I have the scrollbars tracking along with each other using various events. When there is a difference between the number of visible items on the chart and the items visible on the legend scrollbar, then when the one with the most it...
by MVBobj
Tue Sep 15, 2015 9:42 pm
Forum: VCL
Topic: Briefly turn off visual update.
Replies: 1
Views: 4856

Briefly turn off visual update.

Hi, There are times in my project where I need to update the chart in more than one way - for example: I may want to update the bottom axis Min and Max values and also the left axis Min and Max values. There is a somewhat noticeable jump in between those due to the chart visually updating after the ...
by MVBobj
Tue Sep 01, 2015 9:51 pm
Forum: VCL
Topic: Sorting a Series.
Replies: 2
Views: 6205

Re: Sorting a Series.

Hi,

Here is what I'd like to be able to do - these 2 images:

Programatically be able to set what appears to be Series1.General.Options.Sort to "Bar Ascending" or to "Bar Descending".

How do I do that?
.
by MVBobj
Tue Sep 01, 2015 6:27 pm
Forum: VCL
Topic: Sorting a Series.
Replies: 2
Views: 6205

Sorting a Series.

Hi, I have a series which is loaded with the top 20 (could be 30, 40, 80 or any number) sales totals in descending order. I want to be able to click a button and have it switch the display from "high to low" to "low to high" (or the other way around) without reloading the series. I've looked through...