Search found 5 matches

by skruegel
Thu Nov 18, 2010 5:31 pm
Forum: .NET
Topic: Creating 3D surface with no borders
Replies: 1
Views: 4166

Creating 3D surface with no borders

How do you programmatically create a new 3D surface with no borders? When I create a new surface, I can't find the relevant properties to set.
by skruegel
Fri Nov 05, 2010 6:11 pm
Forum: .NET
Topic: Surface not visible but legend is
Replies: 3
Views: 5099

Re: Surface not visible but legend is

No, I'm afraid that sample does not produce the results I need. The following example works as I expect it would. The only difference between this example and what I require is that I need one axis to be a DateTime. This produces something close to what I need: public Form1() { InitializeComponent()...
by skruegel
Thu Nov 04, 2010 10:38 pm
Forum: .NET
Topic: Surface not visible but legend is
Replies: 3
Views: 5099

Surface not visible but legend is

For some reason the data does not display. I've looked at the example code provide under the Program Group, but obviously something is missing. Here is what I am trying: public Form1() { InitializeComponent(); tChart1.Series.Clear(); // Test data double[] yData = new double[10]; double[] zData = new...
by skruegel
Thu Nov 04, 2010 2:49 pm
Forum: .NET
Topic: Points3D with DateTime on bottom horiz axis
Replies: 1
Views: 2950

Points3D with DateTime on bottom horiz axis

I'm having a problem with setting on of the axes of my chart to a DateTime format. Here is a code snippet: public Form1() { InitializeComponent(); tChart1.Series.Clear(); // Test data double[] yData = new double[10]; double[] zData = new double[10]; DateTime[] xData = new DateTime[10]; for (int inde...
by skruegel
Thu Dec 10, 2009 5:19 pm
Forum: .NET
Topic: Line series divided into sections by vertical line markers
Replies: 1
Views: 3421

Line series divided into sections by vertical line markers

I have a requirement for a line series divided into sections by vertical lines. Optimally, I could choose the spacing and number of the vertical lines. It would also be helpful if those line sections had a different appearance, and an annotation.