Search found 11 matches

by Cartegraph
Mon Nov 22, 2010 2:32 pm
Forum: ActiveX
Topic: The bottom entry in the horizontal bar graph is not showing
Replies: 3
Views: 5838

Re: The bottom entry in the horizontal bar graph is not showing

That worked! Thanks for the quick reply!
by Cartegraph
Sat Nov 20, 2010 3:01 pm
Forum: ActiveX
Topic: The bottom entry in the horizontal bar graph is not showing
Replies: 3
Views: 5838

The bottom entry in the horizontal bar graph is not showing

I have a bar graph and the last entry is not showing if the value is zero. Example code axTChart1.Series(0).Add(1, "AC - Milling & Overlay", 536870912); axTChart1.Series(0).Add(1, "Cleaning", 536870912); axTChart1.Series(0).Add(3, "Data Collection", 536870912); axTChart1.Series(0).Add(0, "Inspect", ...
by Cartegraph
Wed Nov 10, 2010 2:31 pm
Forum: ActiveX
Topic: Layout Questions
Replies: 9
Views: 11525

Re: Layout Questions

Any suggestions on the data that is getting cut off?
by Cartegraph
Wed Nov 03, 2010 4:59 pm
Forum: ActiveX
Topic: Layout Questions
Replies: 9
Views: 11525

Re: Layout Questions

What's interesting is that if i add a title with Text and the Left axis to visible, nothing gets cut off. The problem is my designer does not want a left axis or a title. Are there other properties i need to set to support that?
by Cartegraph
Wed Nov 03, 2010 4:53 pm
Forum: ActiveX
Topic: Layout Questions
Replies: 9
Views: 11525

Re: Layout Questions

you are right the clip setting did not work. When i tried the code, where it drills down into the postions (Marks.Positions.Position(ii).Custom = True & .Marks.Positions.Position(ii).LeftTop.Y = yValue), thsoe values could not be evalued and i get an unknown exception. I got a simailr error when i t...
by Cartegraph
Tue Nov 02, 2010 11:19 am
Forum: ActiveX
Topic: Legend Overlaping Data
Replies: 4
Views: 6726

Re: Legend Overlaping Data

Thanks!
by Cartegraph
Thu Oct 28, 2010 9:49 pm
Forum: ActiveX
Topic: Layout Questions
Replies: 9
Views: 11525

Re: Layout Questions

I tried the coded solution for the overlapping labels and unfornutaly i am in VBS with the contorl inside a report and i don't have acces to the porperties used in that fix. Any other suggestions?
by Cartegraph
Thu Oct 28, 2010 9:16 pm
Forum: ActiveX
Topic: Layout Questions
Replies: 9
Views: 11525

Re: Layout Questions

Attached is a .Net Visual studio project displaying the problem with the grid and labels being cut off. I also attached the exe for the mini project incase you can't open the visual studio n2010 project. I will try the coded suggestion for the overlapping callouts, I guess I just expected the contro...
by Cartegraph
Thu Oct 28, 2010 7:03 pm
Forum: ActiveX
Topic: Legend Overlaping Data
Replies: 4
Views: 6726

Re: Legend Overlaping Data

Attached is a .Net Visual studio project with the grey line displaying on the right and bottom side of the control like I am seeing in my report. I was also able to reproduce the legend covering part of the chart data, however I found out that it was because I had the Legend.CustomPosition set to tr...
by Cartegraph
Wed Oct 27, 2010 9:10 pm
Forum: ActiveX
Topic: Layout Questions
Replies: 9
Views: 11525

Layout Questions

I have a two layout Questions. The first is I have a bar graph, screen capture of it is attached call bar graph. The data and labels are getting cut off by the edge of the controls. How do I get the bar graph to stay within the control size. My tchart control in embedded in an active X report. My se...
by Cartegraph
Wed Oct 27, 2010 3:29 pm
Forum: ActiveX
Topic: Legend Overlaping Data
Replies: 4
Views: 6726

Legend Overlaping Data

Good Morning! I am having two layout issues that I am hopping you can help me with regarding the Tchart control. Here is a attached is a screen shot of my running chart. The TChart control is embedded in an Data Dynamics - Active Report report. The problems I am having is the grey line around the ri...