How can I make graph lines thicker?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How can I make graph lines thicker?
I have made a line graph from the tools palette. The lines are not exactly hairlines but they are too thin. While I can change fonts in the graph and font size (though not font style) I see no feature to make the lines thicker. I should have thought there would be something like the feature on the palette itself that gives you a pull-down menu of line thicknesses to choose from.
Thanks in advance,
Tom in Arizona
Thanks in advance,
Tom in Arizona
Re: How can I make graph lines thicker?
Hi.
Do you mean a line graph widget in v.8?
Or some graphic you built by hand? If the latter, set the "lineSize". If the former, watch this space...
Craig Newman
Do you mean a line graph widget in v.8?
Or some graphic you built by hand? If the latter, set the "lineSize". If the former, watch this space...
Craig Newman
Re: How can I make graph lines thicker?
Yes, I guess it's a widget. I dragged it off the tools palette. The object inspector doesn't seem to have a feature for line thickness. Funny; you can change the markers and make them as fat as you like—fatter than you're ever going to want them.
Re: How can I make graph lines thicker?
1- It's LC. There is a way.
2- Wait for a v.8 person to chime in.
Craig
2- Wait for a v.8 person to chime in.
Craig
Re: How can I make graph lines thicker?
If it is a widget you can only change the linesize if the author implemented it.
Usually that's shown in the dictionary: In tab API "Choose API: <widgetName>".
Usually that's shown in the dictionary: In tab API "Choose API: <widgetName>".
shiftLock happens
Re: How can I make graph lines thicker?
Well, then maybe I can't fatten the lines. Thanks anyhow.
Re: How can I make graph lines thicker?
HI.
It is a part of the new world, I guess, in that widgets are sort of prepackaged objects, similar to a dataGrid, but that are not nearly as open and accessible to the user as lower level objects. Even a dataGrid can be hacked because it is comprised of standard objects and behaviors, and is built in LCS. But widgets are built in LCB, and, I think, therein lies the difference.
Have I got this right?
Craig
It is a part of the new world, I guess, in that widgets are sort of prepackaged objects, similar to a dataGrid, but that are not nearly as open and accessible to the user as lower level objects. Even a dataGrid can be hacked because it is comprised of standard objects and behaviors, and is built in LCS. But widgets are built in LCB, and, I think, therein lies the difference.
Have I got this right?
Craig
Re: How can I make graph lines thicker?
See this thread for an amended lineGraph widget.
http://forums.livecode.com/viewtopic.php?f=93&t=28791
http://forums.livecode.com/viewtopic.php?f=93&t=28791
Andy .... LC CLASSIC ROCKS!