Search found 4 matches

by brotsten
Fri Jan 25, 2013 4:56 pm
Forum: .NET
Topic: Exception when an axis is logarithmic
Replies: 7
Views: 40437

Re: Exception when an axis is logarithmic

Hi,

I am using version 4.1.2012.09280. I'm running the pre-built .net Features Demo.

1. Bring up the Custom logarithmic axis demo.
2. Uncheck Logarithmic vertical axis.
3. Slide the chart up to reveal negative numbers in the vertical axes.
4. Check Logarithmic vertical axis.

Brian
by brotsten
Thu Jan 24, 2013 7:13 pm
Forum: .NET
Topic: Exception when an axis is logarithmic
Replies: 7
Views: 40437

Re: Exception when an axis is logarithmic

This still seems to be a problem.

Brian
Capture.JPG
Capture.JPG (180.16 KiB) Viewed 40403 times
by brotsten
Mon Jan 21, 2013 4:09 pm
Forum: .NET
Topic: Need help accessing properties.
Replies: 3
Views: 5754

Re: Need help accessing properties.

Thank you Sandra, that was exactly what I needed.

Brian
by brotsten
Fri Jan 18, 2013 8:36 pm
Forum: .NET
Topic: Need help accessing properties.
Replies: 3
Views: 5754

Need help accessing properties.

I'm new to C# and I'm having a problem accessing some series properties. This works fine where I already have a statically defined series: private void PointsCheckBox_CheckedChanged(object sender, EventArgs e) { this.line1.Pointer.Visible = this.PointsCheckBox.Checked; } Later during execution, I ad...