Search found 2 matches

by Chris
Fri Oct 22, 2010 4:02 pm
Forum: .NET
Topic: Show Axes Even with NO data
Replies: 3
Views: 3135

Re: Show Axes Even with NO data

Is there any way to do this without adding an empty series? I handle events and currently assume that all series that exist on my chart are valid. I'd have to develop code specifically to handle these (phantom series) that have to be added when the chart is first initialized.
by Chris
Fri Oct 22, 2010 1:46 pm
Forum: .NET
Topic: Show Axes Even with NO data
Replies: 3
Views: 3135

Show Axes Even with NO data

How do I show the axes, instead of an ugly blank chart, even before the series have been added to the chart?