
Index
From: Narcís Calvet Steema Software
Subject: Re: Checkboxes do not work in v2 with Axis.Top.Labels.Visible=false
Date: Wed, 31 Aug 2005 11:50:25 +0200
Newsgroup: steema.public.teechartfornet.v1
Hi Jan,
I tried to reproduce that, without success, placing a TChart in a form and
using:
private void Form1_Load(object sender, System.EventArgs e)
{
Steema.TeeChart.Styles.Line newLine = new Steema.TeeChart.Styles.Line();
newLine.HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.Both;
newLine.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Left;
newLine.FillSampleValues();
tChart1.Series.Add(newLine);
tChart1.Legend.CheckBoxes=true;
}
private void HideTopLabels_Click(object sender, System.EventArgs e)
{
tChart1.Axes.Top.Labels.Visible=false;
}
I'm using latest debug build
(http://209.68.2.74/stee/support/modules.php?name=Forums&file=viewtopic&t=2569&sid=4dbe411dd2816d0dcbb3f560eed5d444)
available at our Customer Download Area.
Can you please modify my code or post an example we can run "as-is" to
reproduce the problem here or test if it works with the build I told you?
Thanks in advance.
--
Best Regards,
Narcís Calvet
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 for a prompter reply."
"Jan Brandsma" wrote in message
news:AiVoPKgrFHA.1808@TEEPC.Steema.local...
> Hi Narcis,
>
> Thanks for the info, I will do that the next time.
>
> Regarding the problem, I Added the line with two horizontal axis
> Steema.TeeChart.Styles.Line newLine = new Steema.TeeChart.Styles.Line();
> newLine.HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.Both;
> newLine.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Left;
>
> In the legend I use the option Checkboxes, which gives the enduser the
> possibility to show/hide the lines. When I Hide the labels of the top axis
> the checkboxes do not work anymore.
> I use Teechat version 2.0.2040.15119
>
> If you're not able to reproduce it I will try to send you a sample
> project.
>
> Regards,
>
> Jan Brandsma
>
> "Narcís Calvet" schreef in bericht
> news:fV21%23VLrFHA.1808@TEEPC.Steema.local...
>> Hi Jan,
>>
>> The best place to place any issue is at our monitored forums for
>> customers available at http://support.steema.com.
>>
>> Regarding the problem you posted, I haven't been able to reproduce that.
>> Could you please specify which checkbox function are you referring to? Or
>> could you please post an example we can run "as-is" or the steps to
>> follow to reproduce the problem here?
>>
>> Thanks in advance.
>>
>> --
>> Best Regards,
>>
>> Narcís Calvet
>> 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.comcom for a prompter reply."
>>
>>
>> "Jan Brandsma" wrote in message
>> news:%236j2B2KrFHA.1812@TEEPC.Steema.local...
>>> No idea where I should submit a bug report, but I found this one today.
>>> When I make the top axis Labels InVisible, the checkbox function does
>>> not work anymore, when They are visible it works...
>>>
>>> Hope this can be fixed soon...
>>>
>>
>>
>
>