Search found 70 matches

by realsol
Fri Mar 17, 2017 4:36 pm
Forum: FMX
Topic: Setting up right side Legend columns
Replies: 2
Views: 9335

Re: Setting up right side Legend columns

Thanks. I'll give it a shot later this afternoon.
by realsol
Fri Mar 17, 2017 4:28 pm
Forum: FMX
Topic: Bars are not side by side
Replies: 6
Views: 15869

Re: Bars are not side by side

Thanks. I making lots of headway today. Glad I got up early.
by realsol
Fri Mar 17, 2017 4:11 pm
Forum: FMX
Topic: Printing 2 charts on one page
Replies: 5
Views: 14004

Re: Printing 2 charts on one page

I knew it was a simple answer. I'll move the code from the OnCreate to my printer button and use it only if I am printing 2 reports and use Chart.Print when printing one.

Thanks.
by realsol
Fri Mar 17, 2017 3:32 pm
Forum: FMX
Topic: A chart with 3 series?
Replies: 7
Views: 17226

Re: A chart with 3 series?

Thanks for the reply. Now with us 11 hours apart, i got up at 4 am hoping you would answer some of my questions. Thank you.
by realsol
Fri Mar 17, 2017 1:21 pm
Forum: FMX
Topic: Bars are not side by side
Replies: 6
Views: 15869

Re: Bars are not side by side

Thanks. That does seem to be fixed. Now I need to find some code that will give me the categories when the user clicks on the Other Slice. I think I found it one afternoon but didn't bookmark it. That code is still a few days away.
by realsol
Fri Mar 17, 2017 1:17 pm
Forum: FMX
Topic: Printing 2 charts on one page
Replies: 5
Views: 14004

Re: Printing 2 charts on one page

Thanks for this code. But my double chart will show only one chart when either chart is clicked or drilled-down. If a user clicks on the bar chart, I am going to set the Bar chart and the splitter visible := false and use only the pie chart. In some cases if a user clicks on the Pie chart I will do ...
by realsol
Fri Mar 17, 2017 12:27 pm
Forum: FMX
Topic: Labels missing from Pie Chart with version .20
Replies: 5
Views: 13947

Labels missing from Pie Chart with version .20

I had labels turned on my Pie chart, but didn't like the look a few days ago, so I shut them off. But now that I know I can't scroll the Legend if slices are cut off in the Legend, I figured I would give the user the choice of turning them on or off. But now, the only way I can get labels to show is...
by realsol
Fri Mar 17, 2017 11:49 am
Forum: FMX
Topic: Setting up right side Legend columns
Replies: 2
Views: 9335

Setting up right side Legend columns

the TLegendScrollBar is also a Chart Tool only available with the Pro version. Since the scrollbar is a pro version feature, is there a way to create a legend on the right that has more than 1 column in the STD version? If so, is there a way to programmatically add columns as legend items are cut o...
by realsol
Fri Mar 17, 2017 11:42 am
Forum: FMX
Topic: Bar Chart is not grouping correcly
Replies: 2
Views: 9340

Re: Bar Chart is not grouping correcly

I had a feeling this might be the problem. I couldn't use 'real' dates for this chart because not all income or expense happens on the same day (the 1st of the month) and when grouping in SQL it takes the date of the first occurrence. So I create an integer, YYYYMM. But because of the integer gap be...
by realsol
Thu Mar 16, 2017 5:15 pm
Forum: FMX
Topic: Bar Chart is not grouping correcly
Replies: 2
Views: 9340

Bar Chart is not grouping correcly

When I run this chart for only 1 year, it is fine. I group my X value by a combination of YEAR and MONTH. Currently, I am using that as my label while testing. But if I include more than one year in my Query, I get everything messed up. The first image is from 1/1/2015 to 3/1/2017 (bad). The second ...
by realsol
Thu Mar 16, 2017 3:04 pm
Forum: FMX
Topic: Bars are not side by side
Replies: 6
Views: 15869

Re: Bars are not side by side

The version is .20, the one released yesterday or the day before. The revision list hadn't even been updated. I was waiting for it because of the 'Other' Slice in the pie chart not being correctly created for the legend.
by realsol
Thu Mar 16, 2017 2:28 pm
Forum: FMX
Topic: Legend, show Series Name and Series Total Value
Replies: 5
Views: 19492

Re: Legend, show Series Name and Series Total Value

Thank you. I'll give it a shot.
by realsol
Thu Mar 16, 2017 2:24 pm
Forum: FMX
Topic: Printing 2 charts on one page
Replies: 5
Views: 14004

Printing 2 charts on one page

Regarding the layout, I see two options: - You can create two charts. One on the top with two TBarSeries, and one on the bottom with a TPieSeries. - You can create a chart with a TSubChartTool. The main chart could contain the two TBarSeries and the Chart in the SubChartTool could contain the TPieS...
by realsol
Thu Mar 16, 2017 8:18 am
Forum: FMX
Topic: A chart with 3 series?
Replies: 7
Views: 17226

Re: A chart with 3 series?

the TLegendScrollBar is also a Chart Tool only available with the Pro version. Since the scrollbar is a pro version feature, is there a way to create a legend on the right that has more than 1 column in the STD version? If so, is there a way to programmatically add columns as legend items are cut o...
by realsol
Thu Mar 16, 2017 2:04 am
Forum: FMX
Topic: Bars are not side by side
Replies: 6
Views: 15869

Bars are not side by side

I have my chart bars set to 'Side'. But some of my bars Income bars look placed in front of my Expense bars. How can I correct this?