Index

From: Nick Howard  FML
Subject: Re: Newbie question
Date: Wed, 23 Apr 2008 15:23:17 -0400
Newsgroup: steema.public.teechart8.dotnet  

Narcis,

Thank you again. One last question and then I'll quit bugging you (at least
through the newsgroup, but I'm sure I'll be on the licensed user forum).
I've got a bar chart and the labels on the X axis are quite long. The
problem is that some of them don't show up. Is there a way to force them
automatically to wrap so all the labels will show?

Thanks,
Nick


"Narcís Calvet" wrote in message
news:keo93ySpIHA.1924@TEEPC.Steema.local...
> Hi Nick,
>
> You could try using pie1.CustomXRadius and pie1.CustomYRadius properties.
>
> --
> Best Regards,
>
> Narcís Calvet
> Steema Support Central
> http://support.steema.com
>
> "Important note: If you are a TeeChart registered customer, please post
> your support questions at Steema's Support monitored Forums for customers:
> http://support.steema.comom for a prompter reply."
>
>
> "Nick Howard" wrote in message
> news:zCyEslKpIHA.1924@TEEPC.Steema.local...
>> Hi Narcis,
>>
>> Thanks for your help. That's what I was looking for. Sorry for all of the
>> questions, but I do have one more. For pie charts is it possible to leave
>> the chart one size and maybe resize or move the labels instead of
>> shrinking or enlarging the pie? I hope I'm making sense.
>>
>> Thanks again for your help.
>>
>> Nick
>>
>> "Narcís Calvet" wrote in message
>> news:Sc5%23RnIpIHA.2304@TEEPC.Steema.local...
>>> Hi Nick,
>>>
>>> "Nick Howard" wrote in message
>>> news:xa%23tIH$oIHA.2304@TEEPC.Steema.local...
>>>>
>>>> Thanks for your help. I'm using the .NET version.
>>>
>>> Thanks for the info. In that case you can use this:
>>>
>>> Steema.TeeChart.TChart myChart = new Steema.TeeChart.TChart();
>>>
>>> this.Controls.Add(myChart);
>>>
>>> Steema.TeeChart.Styles.Line line1 = new
>>> Steema.TeeChart.Styles.Line(myChart.Chart);
>>>
>>> line1.FillSampleValues();
>>>
>>>
>>>> The problem is that the first Mark covers up part of the Y axis and the
>>>> last one is cutoff. I read a post on the forum about an axes offset
>>>> option, but I haven't been able to find it.
>>>
>>> Yes, try using this:
>>>
>>> tChart1.Axes.Left.MinimumOffset = 10;
>>>
>>>
>>> Hope this helps!
>>>
>>>
>>> --
>>> Best Regards,
>>>
>>> Narcís Calvet
>>> Steema Support Central
>>> http://support.steema.com
>>>
>>> "Important note: If you are a TeeChart registered customer, please post
>>> your support questions at Steema's Support monitored Forums for
>>> customers:
>>> http://support.steema.com.com for a prompter reply."
>>>
>>>
>>
>
>