Logaritmic scale not possible

  • Thread starter Thread starter Vergassivellaunus
  • Start date Start date
V

Vergassivellaunus

Guest
On a form i have placed a chart1.

When i execute these lines (at load):

Form_Spettro.Chart1.ChartAreas(0).AxisX.Minimum = 1
Form_Spettro.Chart1.ChartAreas(0).AxisX.Maximum = Fs / 4
Form_Spettro.Chart1.ChartAreas(0).AxisX.IsLogarithmic = True
Form_Spettro.ShowDialog()
I get an error: System.InvalidOperationException, related to graph axes, saying that logaritmic scale is not possible.

I do not know why.

Continue reading...
 

Similar threads

V
Replies
0
Views
94
Vergassivellaunus
V
V
Replies
0
Views
92
Vergassivellaunus
V
V
Replies
0
Views
116
Vergassivellaunus
V
V
Replies
0
Views
154
Vergassivellaunus
V
V
Replies
0
Views
150
Vergassivellaunus
V
Back
Top