Search found 5 matches

by Jeff Motter
Mon Jul 12, 2004 1:45 pm
Forum: .NET
Topic: Using datetime on x-axis
Replies: 1
Views: 5522

Using datetime on x-axis

VB.NET. I'm adding points to a line series. The x-axis is datetime and the y-axis is double. The problem I'm having, is that the datetime values being added are not exact increments of each other. X-Axis Y-Axis 2004-07-01 21:00:00 3 2004-07-02 18:00:00 3 2004-07-03 20:00:00 3 2004-07-04 10:00:00 3 2...
by Jeff Motter
Fri Jul 09, 2004 2:13 pm
Forum: .NET
Topic: How do I change series Brush and LinePen
Replies: 1
Views: 5631

How do I change series Brush and LinePen

Using VB.NET. With the ActiveX graph, I used to be able to set the color and line width of a series like this: TChart1.AddSeries (scLine) TChart1.Series(0).asLine.LinePen.Width = 2 TChart1.Series(0).Color = vbRed TChart1.Series(0).Title = "AMPS Radios" I've got the color figured out, but I can't fin...
by Jeff Motter
Fri Jul 09, 2004 12:11 pm
Forum: .NET
Topic: How do I center the Lengend?
Replies: 3
Views: 7690

Is there a way to do it in the Editor during design as well?

Jeff
by Jeff Motter
Thu Jul 08, 2004 8:14 pm
Forum: .NET
Topic: How do I center the Lengend?
Replies: 3
Views: 7690

How do I center the Lengend?

I have a legend positioned at the bottom of a chart. The legend is not horizontally centered to the control. It is centered on the "grid" of the chart.

I have "Resize Chart" selected. "Margin" and "Position Offset%" do not seem to make the legend center themselves.

Any ideas?

Jeff
by Jeff Motter
Thu Jul 08, 2004 3:51 pm
Forum: .NET
Topic: Samples using VB.NET
Replies: 2
Views: 7580

Samples using VB.NET

Are there any samples for VB.NET? When I installed, there is only C# samples?

Jeff