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...
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...